Searched refs:iRotate (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/include/reflow/ |
D | reflowengine.h | 25 …, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_Affine…
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 151 …, 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()
|
D | reflowedpage.h | 172 …, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_Affine…
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 154 int xSize, int ySize, int iRotate) const;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 974 int xSize, int ySize, int iRotate) const in GetDisplayMatrix() 981 iRotate %= 4; in GetDisplayMatrix() 982 switch (iRotate) { in GetDisplayMatrix()
|