Searched refs:devicePageRect (Results 1 – 2 of 2) sorted by relevance
11 const CFX_Rect& devicePageRect, in FDE_GetPageMatrix() argument20 m.a *= (FX_FLOAT)devicePageRect.width / docPageRect.width; in FDE_GetPageMatrix()21 m.d *= (FX_FLOAT)devicePageRect.height / docPageRect.height; in FDE_GetPageMatrix()23 m.a *= (FX_FLOAT)devicePageRect.height / docPageRect.width; in FDE_GetPageMatrix()24 m.d *= (FX_FLOAT)devicePageRect.width / docPageRect.height; in FDE_GetPageMatrix()29 m.e = bFlipX ? (FX_FLOAT)devicePageRect.right() in FDE_GetPageMatrix()30 : (FX_FLOAT)devicePageRect.left; in FDE_GetPageMatrix()31 m.f = bFlipY ? (FX_FLOAT)devicePageRect.bottom() in FDE_GetPageMatrix()32 : (FX_FLOAT)devicePageRect.top; in FDE_GetPageMatrix()35 m.e = bFlipY ? (FX_FLOAT)devicePageRect.left in FDE_GetPageMatrix()[all …]
14 const CFX_Rect& devicePageRect,