Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp24 CFX_PointF ScaleBezierPoint(const CFX_PointF& point) { in ScaleBezierPoint() function
187 CFX_PointF p1 = ScaleBezierPoint(pt12 - pt1); in InitCheckPath()
188 CFX_PointF p2 = ScaleBezierPoint(pt21 - pt2); in InitCheckPath()
191 p1 = ScaleBezierPoint(pt23 - pt2); in InitCheckPath()
192 p2 = ScaleBezierPoint(pt32 - pt3); in InitCheckPath()
195 p1 = ScaleBezierPoint(pt34 - pt3); in InitCheckPath()
196 p2 = ScaleBezierPoint(pt43 - pt4); in InitCheckPath()
199 p1 = ScaleBezierPoint(pt45 - pt4); in InitCheckPath()
200 p2 = ScaleBezierPoint(pt54 - pt5); in InitCheckPath()
203 p1 = ScaleBezierPoint(pt51 - pt5); in InitCheckPath()
[all …]