Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp42 if (m_pCheckPath) in ~CFWL_CheckBoxTP()
43 m_pCheckPath->Clear(); in ~CFWL_CheckBoxTP()
70 if (!m_pCheckPath) in DrawSignCheck()
78 pGraphics->FillPath(m_pCheckPath.get(), FXFILL_WINDING, &mt); in DrawSignCheck()
219 if (!m_pCheckPath) { in InitCheckPath()
220 m_pCheckPath = pdfium::MakeUnique<CXFA_GEPath>(); in InitCheckPath()
242 m_pCheckPath->MoveTo(pt1); in InitCheckPath()
246 m_pCheckPath->BezierTo(pt1 + p1, pt2 + p2, pt2); in InitCheckPath()
250 m_pCheckPath->BezierTo(pt2 + p1, pt3 + p2, pt3); in InitCheckPath()
254 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4); in InitCheckPath()
[all …]
Dcfwl_checkboxtp.h71 std::unique_ptr<CXFA_GEPath> m_pCheckPath; variable