Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp32 const FX_RECT& devicePageRect, in GetPageMatrix() argument
39 m.a *= (float)devicePageRect.Width() / docPageRect.width; in GetPageMatrix()
40 m.d *= (float)devicePageRect.Height() / docPageRect.height; in GetPageMatrix()
42 m.a *= (float)devicePageRect.Height() / docPageRect.width; in GetPageMatrix()
43 m.d *= (float)devicePageRect.Width() / docPageRect.height; in GetPageMatrix()
48 m.e = devicePageRect.left; in GetPageMatrix()
49 m.f = devicePageRect.top; in GetPageMatrix()
52 m.e = devicePageRect.right; in GetPageMatrix()
53 m.f = devicePageRect.top; in GetPageMatrix()
56 m.e = devicePageRect.right; in GetPageMatrix()
[all …]