Searched refs:crBBox (Results 1 – 1 of 1) sorted by relevance
131 ByteString GetAP_Check(const CFX_FloatRect& crBBox) { in GetAP_Check() argument132 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() argument183 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 …]