• Home
  • Raw
  • Download

Lines Matching refs:req_orientation

294 	img->req_orientation = ORIENTATION_BOTLEFT;     /* It is the default */  in TIFFRGBAImageBegin()
531 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
561 if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
562 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
564 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
565 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
567 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
568 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
574 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
575 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
577 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
578 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
580 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
581 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
587 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
588 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
590 else if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
591 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
593 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
594 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
600 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
601 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
603 else if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
604 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
606 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
607 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()