Searched refs:ORIENTATION_TOPLEFT (Results 1 – 7 of 7) sorted by relevance
219 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
525 case ORIENTATION_TOPLEFT: in setorientation()540 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()553 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()566 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
246 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()1285 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
540 case ORIENTATION_TOPLEFT: in setorientation()555 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()568 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()581 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
248 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()1305 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
490 FX_WORD rotation = ORIENTATION_TOPLEFT; in Decode()