Lines Matching refs:uint32
43 HANDLE TIFFRGBA2DIB(TIFFDibImage* dib, uint32* raster) ;
102 uint32* raster; in ReadTIFF()
107 raster = (uint32*) _TIFFmalloc(npixels * sizeof (uint32)); in ReadTIFF()
131 HANDLE TIFFRGBA2DIB(TIFFDibImage* dib, uint32* raster) in TIFFRGBA2DIB()
136 uint32 imageLength; in TIFFRGBA2DIB()
137 uint32 imageWidth; in TIFFRGBA2DIB()
140 uint32 RowsPerStrip; in TIFFRGBA2DIB()
276 uint32* cp, \
277 uint32 x, uint32 y, \
278 uint32 w, uint32 h, \
286 uint32* cp,\
287 uint32 x, uint32 y, \
288 uint32 w, uint32 h,\
294 static int getStripContig1Bit(TIFFRGBAImage* img, uint32* uraster, uint32 w, uint32 h);
351 static uint32
352 setorientation(TIFFRGBAImage* img, uint32 h) in setorientation()
355 uint32 y; in setorientation()
393 getStripContig1Bit(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in getStripContig1Bit()
398 uint32 row, y, nrow, rowstoread; in getStripContig1Bit()
399 uint32 pos; in getStripContig1Bit()
401 uint32 rowsperstrip; in getStripContig1Bit()
402 uint32 imagewidth = img->width; in getStripContig1Bit()
408 uint32 wb = WIDTHBYTES(w); in getStripContig1Bit()
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit()