Home | History | Annotate | Download | only in win32

Lines Matching refs:nPoints

1106   int nPoints = pPathData->GetPointCount();
1107 if (nPoints == 0) {
1124 PointF* points = FX_Alloc(PointF, nPoints);
1125 BYTE* types = FX_Alloc(BYTE, nPoints);
1131 for (int i = 0; i < nPoints; i++) {
1162 (i == nPoints - 1 || pPoints[i + 1].m_Flag == FXPT_MOVETO) &&
1201 if (nPoints == 4 && !pGraphState) {
1214 CallFunc(GdipCreatePath2)(points, types, nPoints,
1238 for (int i = 0; i < nPoints; i++) {
1239 if (i == nPoints - 1 || types[i + 1] == PathPointTypeStart) {