Searched refs:ORIENTATION_TOPLEFT (Results 1 – 5 of 5) sorted by relevance
222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
559 case ORIENTATION_TOPLEFT: in setorientation()574 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()587 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()600 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
260 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()1365 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
452 uint16_t rotation = ORIENTATION_TOPLEFT; in Decode()
4029 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()