Lines Matching refs:m_pCheckPath
35 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()
259 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5); in InitCheckPath()
263 m_pCheckPath->BezierTo(pt5 + p1, pt1 + p2, pt1); in InitCheckPath()
269 m_pCheckPath->TransformBy(mt); in InitCheckPath()