Searched refs:m_PathPoints (Results 1 – 2 of 2) sorted by relevance
888 if (m_PathPoints.empty()) in Handle_ClosePath()893 else if (m_PathPoints.back().m_Type != FXPT_TYPE::MoveTo) in Handle_ClosePath()894 m_PathPoints.back().m_CloseFigure = true; in Handle_ClosePath()1438 if (!close && type == FXPT_TYPE::MoveTo && !m_PathPoints.empty() && in AddPathPoint()1439 !m_PathPoints.back().m_CloseFigure && in AddPathPoint()1440 m_PathPoints.back().m_Type == type && m_PathCurrentX == x && in AddPathPoint()1450 if (!m_PathPoints.empty() && in AddPathPoint()1451 m_PathPoints.back().IsTypeAndOpen(FXPT_TYPE::MoveTo)) { in AddPathPoint()1452 m_PathPoints.back().m_Point = CFX_PointF(x, y); in AddPathPoint()1455 } else if (m_PathPoints.empty()) { in AddPathPoint()[all …]
213 std::vector<FX_PATHPOINT> m_PathPoints; variable