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.cpp35 if (m_pCheckPath) in ~CFWL_CheckBoxTP()
36 m_pCheckPath->Clear(); in ~CFWL_CheckBoxTP()
63 if (!m_pCheckPath) in DrawSignCheck()
73 pGraphics->FillPath(m_pCheckPath.get(), FXFILL_WINDING, &mt); in DrawSignCheck()
220 if (!m_pCheckPath) { in InitCheckPath()
221 m_pCheckPath = pdfium::MakeUnique<CFX_Path>(); in InitCheckPath()
243 m_pCheckPath->MoveTo(pt1); in InitCheckPath()
247 m_pCheckPath->BezierTo(pt1 + p1, pt2 + p2, pt2); in InitCheckPath()
251 m_pCheckPath->BezierTo(pt2 + p1, pt3 + p2, pt3); in InitCheckPath()
255 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4); in InitCheckPath()
[all …]
Dcfwl_checkboxtp.h71 std::unique_ptr<CFX_Path> m_pCheckPath; variable