Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/pdftopdf/
Dpptypes.cc77 if (r>=ROT_180) { in rotate_move()
91 if ((r == ROT_90) || (r == ROT_180)) { in rotate_move()
95 if ((r == ROT_270) || (r == ROT_180)) { in rotate_move()
112 case ROT_180: in rotate_move()
Dqpdf_pdftopdf.cc35 return ROT_180; in getRotate()
61 case ROT_180: in makeRotate()
109 case ROT_180: in rotate()
136 case ROT_180: in rotate_move()
Dpptypes.h13 enum Rotation { ROT_0, ROT_90, ROT_180, ROT_270 }; // CCW enumerator
Dqpdf_pdftopdf_processor.cc183 if(orientation==ROT_0||orientation==ROT_180) in crop()
197 (((pageRot == ROT_0 || pageRot == ROT_180) && in crop()
253 if(orientation==ROT_0||orientation==ROT_180) in is_landscape()
Dpdftopdf_processor.cc154 ((param.orientation == ROT_0) || (param.orientation == ROT_180))); in processPDFTOPDF()
Dpdftopdf.cc387 static const Rotation ipp2rot[4]={ROT_0, ROT_90, ROT_270, ROT_180}; in getParameters()
/third_party/ffmpeg/libavfilter/
Dv360.h95 ROT_180, enumerator
Dvf_v360.c842 return ROT_180; in get_rotation()
990 case ROT_180: in rotate_cube_face()
1016 case ROT_180: in rotate_cube_face_inverse()