Lines Matching refs:FLIP_VERTICALLY
51 #define FLIP_VERTICALLY 0x01 macro
566 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
569 return FLIP_VERTICALLY; in setorientation()
579 return FLIP_VERTICALLY; in setorientation()
582 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
589 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
592 return FLIP_VERTICALLY; in setorientation()
602 return FLIP_VERTICALLY; in setorientation()
605 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
651 if (flip & FLIP_VERTICALLY) { in gtTileContig()
739 y += ((flip & FLIP_VERTICALLY) ? -(int32) nrow : (int32) nrow); in gtTileContig()
805 if (flip & FLIP_VERTICALLY) { in gtTileSeparate()
921 y += ((flip & FLIP_VERTICALLY) ?-(int32) nrow : (int32) nrow); in gtTileSeparate()
976 if (flip & FLIP_VERTICALLY) { in gtStripContig()
1009 y += ((flip & FLIP_VERTICALLY) ? -(int32) nrow : (int32) nrow); in gtStripContig()
1066 if (flip & FLIP_VERTICALLY) { in gtStripSeparate()
1158 y += ((flip & FLIP_VERTICALLY) ? -(int32) nrow : (int32) nrow); in gtStripSeparate()