Lines Matching refs:m_pCheckPath
42 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()
258 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5); in InitCheckPath()
262 m_pCheckPath->BezierTo(pt5 + p1, pt1 + p2, pt1); in InitCheckPath()
268 m_pCheckPath->TransformBy(mt); in InitCheckPath()