Home
last modified time | relevance | path

Searched refs:FLIP_HORIZONTALLY (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_getimage.c50 #define FLIP_HORIZONTALLY 0x02 macro
561 return FLIP_HORIZONTALLY; in setorientation()
564 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
574 return FLIP_HORIZONTALLY; in setorientation()
580 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
587 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
593 return FLIP_HORIZONTALLY; in setorientation()
603 return FLIP_HORIZONTALLY | FLIP_VERTICALLY; in setorientation()
606 return FLIP_HORIZONTALLY; in setorientation()
741 if (flip & FLIP_HORIZONTALLY) { in gtTileContig()
[all …]