Home
last modified time | relevance | path

Searched refs:ROT_0 (Results 1 – 9 of 9) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf.cc25 return ROT_0; in getRotate()
41 return ROT_0; in getRotate()
57 case ROT_0: in makeRotate()
101 case ROT_0: in rotate()
131 case ROT_0: in rotate_move()
Dqpdf_pdftopdf_processor.cc32 rotation(ROT_0) in QPDF_PDFTOPDF_PageHandle()
39 rotation(ROT_0) in QPDF_PDFTOPDF_PageHandle()
183 if(orientation==ROT_0||orientation==ROT_180) in crop()
186 page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0)); in crop()
197 (((pageRot == ROT_0 || pageRot == ROT_180) && in crop()
253 if(orientation==ROT_0||orientation==ROT_180) in is_landscape()
256 page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0)); in is_landscape()
290 PageRect rect=ungetRect(pg,*qsub,ROT_0,qsub->page); in add_subpage()
Dpptypes.cc37 if ((rot < ROT_0) || (rot > ROT_270)) { in Rotation_dump()
101 case ROT_0: // no-op in rotate_move()
Dpptypes.h13 enum Rotation { ROT_0, ROT_90, ROT_180, ROT_270 }; // CCW enumerator
Dpdftopdf_processor.cc154 ((param.orientation == ROT_0) || (param.orientation == ROT_180))); in processPDFTOPDF()
266 orientation = ROT_0; in processPDFTOPDF()
Dpdftopdf_processor.h23 orientation(ROT_0),normal_landscape(ROT_270), in ProcessingParameters()
Dpdftopdf.cc372 param.orientation=ROT_0; in getParameters()
387 static const Rotation ipp2rot[4]={ROT_0, ROT_90, ROT_270, ROT_180}; in getParameters()
/third_party/ffmpeg/libavfilter/
Dv360.h93 ROT_0, enumerator
Dvf_v360.c838 return ROT_0; in get_rotation()
983 case ROT_0: in rotate_cube_face()
1009 case ROT_0: in rotate_cube_face_inverse()
2555 s->in_cubemap_face_rotation[TOP_LEFT] = ROT_0; in prepare_eac_in()
2556 s->in_cubemap_face_rotation[TOP_MIDDLE] = ROT_0; in prepare_eac_in()
2557 s->in_cubemap_face_rotation[TOP_RIGHT] = ROT_0; in prepare_eac_in()
2583 s->out_cubemap_face_rotation[TOP_LEFT] = ROT_0; in prepare_eac_out()
2584 s->out_cubemap_face_rotation[TOP_MIDDLE] = ROT_0; in prepare_eac_out()
2585 s->out_cubemap_face_rotation[TOP_RIGHT] = ROT_0; in prepare_eac_out()