Searched refs:ORIENTATION_TOPLEFT (Results 1 – 5 of 5) sorted by relevance
224 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
557 case ORIENTATION_TOPLEFT: in setorientation()572 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()585 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()598 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
262 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()1383 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
454 uint16_t rotation = ORIENTATION_TOPLEFT; in Decode()
3902 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()