Go to the documentation of this file.
28 #define MAXIMAGEWIDTH (900*14)
31 #define MAXIMAGEHEIGHT (900*14)
33 #define COMPUTE_IMAGE_XDIM(xsize,bpp) ((bpp)>8 ? ((xsize)*(bpp)+7)/8 :((xsize)+8/(bpp)-1)/(8/(bpp)))
122 return (1 << bpp) - 1;
151 void fast_get_line(
inT32 x,
164 void get_line(
inT32 x,
177 void get_column(
inT32 x,
190 void fast_put_line(
inT32 x,
203 void put_line(
inT32 x,
216 void put_column(
inT32 x,
228 void check_legal_access(
inT32 x,
235 void FromPix(
const Pix* src_pix);
251 uinT8 ret_white_value,
333 return &pixels[index * 3];
347 if (width > linewidth) {