Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp135 ByteString GetAP_Check(const CFX_FloatRect& crBBox) { in GetAP_Check() argument
136 const float fWidth = crBBox.Width(); in GetAP_Check()
137 const float fHeight = crBBox.Height(); in GetAP_Check()
158 pts[i][j].x = pts[i][j].x * fWidth + crBBox.left; in GetAP_Check()
159 pts[i][j].y *= pts[i][j].y * fHeight + crBBox.bottom; in GetAP_Check()
184 ByteString GetAP_Circle(const CFX_FloatRect& crBBox) { in GetAP_Circle() argument
187 float fWidth = crBBox.Width(); in GetAP_Circle()
188 float fHeight = crBBox.Height(); in GetAP_Circle()
190 CFX_PointF pt1(crBBox.left, crBBox.bottom + fHeight / 2); in GetAP_Circle()
191 CFX_PointF pt2(crBBox.left + fWidth / 2, crBBox.top); in GetAP_Circle()
[all …]