Home
last modified time | relevance | path

Searched refs:iRotate (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/reflow/
Dreflowengine.h25 …, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_Affine…
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp151 …, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_Affine… in GetDisplayMatrix() argument
159 iRotate %= 4; in GetDisplayMatrix()
160 switch (iRotate) { in GetDisplayMatrix()
Dreflowedpage.h172 …, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_Affine…
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h154 int xSize, int ySize, int iRotate) const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp974 int xSize, int ySize, int iRotate) const in GetDisplayMatrix()
981 iRotate %= 4; in GetDisplayMatrix()
982 switch (iRotate) { in GetDisplayMatrix()