Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp131 ByteString GetAP_Check(const CFX_FloatRect& crBBox) { in GetAP_Check() argument
132 const float fWidth = crBBox.right - crBBox.left; in GetAP_Check()
133 const float fHeight = crBBox.top - crBBox.bottom; in GetAP_Check()
154 pts[i][j].x = pts[i][j].x * fWidth + crBBox.left; in GetAP_Check()
155 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom; in GetAP_Check()
180 ByteString GetAP_Circle(const CFX_FloatRect& crBBox) { in GetAP_Circle() argument
183 float fWidth = crBBox.right - crBBox.left; in GetAP_Circle()
184 float fHeight = crBBox.top - crBBox.bottom; in GetAP_Circle()
186 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Circle()
187 CFX_PointF pt2(crBBox.left + fWidth / 2, crBBox.top); in GetAP_Circle()
[all …]