Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdf.c718 (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()
H A Dgdevpdfx.h263 int Rotate; /* computed rotation, -1 means none */ member
H A Ddevs.mak801 # the Orientation (Page dict /Rotate value). This is not part of the
/plan9/sys/src/cmd/gs/jpeg/
H A Dusage.doc437 -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).