Searched refs:ROT_0 (Results 1 – 9 of 9) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/ |
D | qpdf_pdftopdf.cc | 25 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()
|
D | qpdf_pdftopdf_processor.cc | 32 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()
|
D | pptypes.cc | 37 if ((rot < ROT_0) || (rot > ROT_270)) { in Rotation_dump() 101 case ROT_0: // no-op in rotate_move()
|
D | pptypes.h | 13 enum Rotation { ROT_0, ROT_90, ROT_180, ROT_270 }; // CCW enumerator
|
D | pdftopdf_processor.cc | 154 ((param.orientation == ROT_0) || (param.orientation == ROT_180))); in processPDFTOPDF() 266 orientation = ROT_0; in processPDFTOPDF()
|
D | pdftopdf_processor.h | 23 orientation(ROT_0),normal_landscape(ROT_270), in ProcessingParameters()
|
D | pdftopdf.cc | 372 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/ |
D | v360.h | 93 ROT_0, enumerator
|
D | vf_v360.c | 838 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()
|