Searched refs:Rotate (Results 1 – 4 of 4) sorted by relevance
718 (page != NULL && page->text_rotation.Rotate >= 0) || /* page */ in pdf_print_orientation()736 if (ptr->Rotate == 0 || ptr->Rotate == 180) in pdf_print_orientation()737 angle = ptr->Rotate; in pdf_print_orientation()739 if (ptr->Rotate == 90 || ptr->Rotate == 270) in pdf_print_orientation()740 angle = ptr->Rotate; in pdf_print_orientation()747 if (ptr->Rotate >= 0) in pdf_print_orientation()748 angle = ptr->Rotate; in pdf_print_orientation()840 page->text_rotation.Rotate = in pdf_close_page()1058 pdev->text_rotation.Rotate = pdf_dominant_rotation(&pdev->text_rotation); in pdf_close()
263 int Rotate; /* computed rotation, -1 means none */ member
801 # the Orientation (Page dict /Rotate value). This is not part of the
437 -rotate 90 Rotate image 90 degrees clockwise.438 -rotate 180 Rotate image 180 degrees.439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).