Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp23 CFX_PointF ScaleBezierPoint(const CFX_PointF& point) { in ScaleBezierPoint() function
244 CFX_PointF p1 = ScaleBezierPoint(pt12 - pt1); in InitCheckPath()
245 CFX_PointF p2 = ScaleBezierPoint(pt21 - pt2); in InitCheckPath()
248 p1 = ScaleBezierPoint(pt23 - pt2); in InitCheckPath()
249 p2 = ScaleBezierPoint(pt32 - pt3); in InitCheckPath()
252 p1 = ScaleBezierPoint(pt34 - pt3); in InitCheckPath()
253 p2 = ScaleBezierPoint(pt43 - pt4); in InitCheckPath()
256 p1 = ScaleBezierPoint(pt45 - pt4); in InitCheckPath()
257 p2 = ScaleBezierPoint(pt54 - pt5); in InitCheckPath()
260 p1 = ScaleBezierPoint(pt51 - pt5); in InitCheckPath()
[all …]