Searched refs:FXPT_CLOSEFIGURE (Results 1 – 12 of 12) sorted by relevance
61 pPoints[index].m_Flag |= FXPT_CLOSEFIGURE; in Close()238 FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPie()
20 pPoint->m_Flag |= FXPT_CLOSEFIGURE; in CloseFigure()36 return pPoint ? (pPoint->m_Flag & FXPT_CLOSEFIGURE) : TRUE; in FigureClosed()
249 if (pPoints[i + 2].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()255 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in OutputPath()
190 pPoints[4].m_Flag = FXPT_LINETO | FXPT_CLOSEFIGURE; in AppendRect()515 m_pPoints[next].m_Flag & FXPT_CLOSEFIGURE) { in GetZeroAreaPath()563 return m_PointCount == 5 || (m_pPoints[3].m_Flag & FXPT_CLOSEFIGURE); in IsRect()
110 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()126 if (flag & FXPT_CLOSEFIGURE) { in OutputPath()
1709 param->m_pPoints[param->m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in _Outline_MoveTo()1856 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in LoadGlyphPath()
451 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_CloseEOFillStrokePath()828 AddPathPoint(m_PathStartX, m_PathStartY, FXPT_LINETO | FXPT_CLOSEFIGURE); in Handle_ClosePath()830 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in Handle_ClosePath()925 AddPathPoint(x, y, FXPT_LINETO | FXPT_CLOSEFIGURE); in AddPathRect()
65 #define FXPT_CLOSEFIGURE 0x01 macro
171 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) in BuildPath()
950 if (points[i].m_Flag & FXPT_CLOSEFIGURE) { in setPathToContext()
1175 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in DrawPath()
67 if (pPoints[i].m_Flag & FXPT_CLOSEFIGURE) { in BuildPath()