Lines Matching refs:y
277 uint32 x, uint32 y, \
287 uint32 x, uint32 y, \
327 (void) y; in DECLAREContigPutFunc()
355 uint32 y; in setorientation() local
365 y = 0; in setorientation()
375 y = h-1; in setorientation()
378 return (y); in setorientation()
398 uint32 row, y, nrow, rowstoread; in getStripContig1Bit() local
416 y = setorientation(img, h); in getStripContig1Bit()
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit()
437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow); in getStripContig1Bit()