Searched refs:m_PathPoints (Results 1 – 2 of 2) sorted by relevance
908 if (m_PathPoints.empty()) in Handle_ClosePath()913 else if (m_PathPoints.back().m_Type != FXPT_TYPE::MoveTo) in Handle_ClosePath()914 m_PathPoints.back().m_CloseFigure = true; in Handle_ClosePath()1424 if (!close && type == FXPT_TYPE::MoveTo && !m_PathPoints.empty() && in AddPathPoint()1425 !m_PathPoints.back().m_CloseFigure && in AddPathPoint()1426 m_PathPoints.back().m_Type == type && m_PathCurrentX == x && in AddPathPoint()1436 if (!m_PathPoints.empty() && in AddPathPoint()1437 m_PathPoints.back().IsTypeAndOpen(FXPT_TYPE::MoveTo)) { in AddPathPoint()1438 m_PathPoints.back().m_Point = CFX_PointF(x, y); in AddPathPoint()1441 } else if (m_PathPoints.empty()) { in AddPathPoint()[all …]
220 std::vector<FX_PATHPOINT> m_PathPoints; variable