HomeSort by relevance Sort by last modified time
    Searched refs:iRotate (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 40 int iRotate) const;
cpdf_page.cpp 128 int iRotate) const {
138 iRotate %= 4;
139 switch (iRotate) {
  /external/pdfium/xfa/fxfa/
cxfa_ffpageview.cpp 32 int32_t iRotate,
34 ASSERT(iRotate >= 0 && iRotate <= 3);
39 if (iRotate == 0 || iRotate == 2) {
46 m.Rotate(iRotate * 1.57079632675f);
47 switch (iRotate) {
126 int32_t iRotate) const {
127 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0);
cxfa_ffpageview.h 28 CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const;
cxfa_ffwidget.cpp 524 int32_t iRotate = m_pNode->GetRotate();
525 if (!iRotate)
530 switch (iRotate) {
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 171 int iRotate) const {
180 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
cpdfxfa_page.h 64 int iRotate) const;

Completed in 482 milliseconds