Home | History | Annotate | Download | only in ports

Lines Matching refs:fEndPoint

1339         GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { }
1344 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx])
1352 fEndPoint = &curPolygon->apfx[curPolygon->cpfx];
1356 fEndPoint = nullptr;
1360 if (fCurPoint >= fEndPoint) {
1371 const POINTFX* fEndPoint;