Searched refs:req_orientation (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_getimage.c233 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
459 img.req_orientation = orientation;
489 if (img->req_orientation == ORIENTATION_TOPRIGHT ||
490 img->req_orientation == ORIENTATION_RIGHTTOP)
492 else if (img->req_orientation == ORIENTATION_BOTRIGHT ||
493 img->req_orientation == ORIENTATION_RIGHTBOT)
495 else if (img->req_orientation == ORIENTATION_BOTLEFT ||
496 img->req_orientation == ORIENTATION_LEFTBOT)
502 if (img->req_orientation == ORIENTATION_TOPLEFT ||
503 img->req_orientation
[all...]
H A Dtiffio.h213 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage

Completed in 38 milliseconds