Searched refs:FXPT_CLOSEFIGURE (Results 1 – 10 of 10) sorted by relevance
241 if (pPoints[i+2].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()247 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
201 pPoints[4].m_Flag = FXPT_LINETO | FXPT_CLOSEFIGURE; in AppendRect()484 && m_pPoints[next].m_Flag & FXPT_CLOSEFIGURE) { in GetZeroAreaPath()527 return m_PointCount == 5 || (m_pPoints[3].m_Flag & FXPT_CLOSEFIGURE); in IsRect()
108 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()124 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
1539 param->m_pPoints[param->m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in _Outline_MoveTo()1667 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
371 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_CloseEOFillStrokePath()871 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_ClosePath()873 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in Handle_ClosePath()975 AddPathPoint(x, y, FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPathRect()
82 #define FXPT_CLOSEFIGURE 0x01 macro
162 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) m_PathData.close(); in BuildPath()
1034 if (points[i].m_Flag & FXPT_CLOSEFIGURE) { in setPathToContext()
918 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in DrawPath()
67 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in BuildPath()