Lines Matching refs:req_orientation
286 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */ in TIFFRGBAImageBegin()
533 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
563 if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
564 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
566 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
567 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
569 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
570 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
576 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
577 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
579 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
580 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
582 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
583 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
589 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
590 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
592 else if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
593 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
595 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
596 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
602 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
603 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
605 else if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
606 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
608 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
609 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()