Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp31 const FX_RECT& devicePageRect, in GetPageMatrix() argument
41 m.a *= (float)devicePageRect.Width() / docPageRect.width; in GetPageMatrix()
42 m.d *= (float)devicePageRect.Height() / docPageRect.height; in GetPageMatrix()
44 m.a *= (float)devicePageRect.Height() / docPageRect.width; in GetPageMatrix()
45 m.d *= (float)devicePageRect.Width() / docPageRect.height; in GetPageMatrix()
50 m.e = bFlipX ? devicePageRect.right : devicePageRect.left; in GetPageMatrix()
51 m.f = bFlipY ? devicePageRect.bottom : devicePageRect.top; in GetPageMatrix()
54 m.e = bFlipY ? devicePageRect.left : devicePageRect.right; in GetPageMatrix()
55 m.f = bFlipX ? devicePageRect.bottom : devicePageRect.top; in GetPageMatrix()
58 m.e = bFlipX ? devicePageRect.left : devicePageRect.right; in GetPageMatrix()
[all …]