Searched refs:BezierTo (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 185 m_pCheckPath->BezierTo(pt1 + p1, pt2 + p2, pt2); in EnsureCheckPathInitialized() 189 m_pCheckPath->BezierTo(pt2 + p1, pt3 + p2, pt3); in EnsureCheckPathInitialized() 193 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4); in EnsureCheckPathInitialized() 197 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5); in EnsureCheckPathInitialized() 201 m_pCheckPath->BezierTo(pt5 + p1, pt1 + p2, pt1); in EnsureCheckPathInitialized()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gepath.h | 27 void BezierTo(const CFX_PointF& c1,
|
D | cfgas_gepath.cpp | 34 void CFGAS_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo() function in CFGAS_GEPath
|