Searched defs:devicePageRect (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_render.cpp11 const CFX_Rect& devicePageRect,
20 m.a *= (FX_FLOAT)devicePageRect.width / docPageRect.width;
21 m.d *= (FX_FLOAT)devicePageRect.height / docPageRect.height;
23 m.a *= (FX_FLOAT)devicePageRect.height / docPageRect.width;
24 m.d *= (FX_FLOAT)devicePageRect.width / docPageRect.height;
29 m.e = bFlipX ? (FX_FLOAT)devicePageRect.right()
30 : (FX_FLOAT)devicePageRect.left;
31 m.f = bFlipY ? (FX_FLOAT)devicePageRect.bottom()
32 : (FX_FLOAT)devicePageRect.top;
35 m.e = bFlipY ? (FX_FLOAT)devicePageRect
9 FDE_GetPageMatrix(CFX_Matrix& pageMatrix, const CFX_RectF& docPageRect, const CFX_Rect& devicePageRect, int32_t iRotate, FX_DWORD dwCoordinatesType) argument
[all...]

Completed in 962 milliseconds