Home
last modified time | relevance | path

Searched refs:ROT_90 (Results 1 – 8 of 8) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf.cc37 return ROT_90; in getRotate()
59 case ROT_90: // CCW in makeRotate()
103 case ROT_90: in rotate()
133 case ROT_90: in rotate_move()
Dpptypes.cc81 if ((r == ROT_90) || (r == ROT_270)) { in rotate_move()
91 if ((r == ROT_90) || (r == ROT_180)) { in rotate_move()
103 case ROT_90: in rotate_move()
Dpptypes.h13 enum Rotation { ROT_0, ROT_90, ROT_180, ROT_270 }; // CCW enumerator
Dqpdf_pdftopdf_processor.cc184 page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90)); in crop()
199 ((pageRot == ROT_90 || pageRot == ROT_270) && in crop()
202 (param_orientation == ROT_90 || param_orientation == ROT_270))) in crop()
254 page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90)); in is_landscape()
Dpdftopdf.cc368 param.normal_landscape=ROT_90; in getParameters()
387 static const Rotation ipp2rot[4]={ROT_0, ROT_90, ROT_270, ROT_180}; in getParameters()
452 if ((param.orientation==ROT_90)||(param.orientation==ROT_270)) { // unrotate page in getParameters()
Dpdftopdf_processor.cc290 if ((param.orientation == ROT_90) || (param.orientation == ROT_270)) in processPDFTOPDF()
/third_party/ffmpeg/libavfilter/
Dv360.h94 ROT_90, enumerator
Dvf_v360.c840 return ROT_90; in get_rotation()
985 case ROT_90: in rotate_cube_face()
1011 case ROT_90: in rotate_cube_face_inverse()
2559 s->in_cubemap_face_rotation[BOTTOM_MIDDLE] = ROT_90; in prepare_eac_in()
2587 s->out_cubemap_face_rotation[BOTTOM_MIDDLE] = ROT_90; in prepare_eac_out()