Searched refs:fEndPoint (Results 1 - 8 of 8) sorted by last modified time

/external/skqp/src/ports/
H A DSkFontHost_win.cpp1407 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { }
1412 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx])
1420 fEndPoint = &curPolygon->apfx[curPolygon->cpfx];
1424 fEndPoint = nullptr;
1428 if (fCurPoint >= fEndPoint) {
1439 const POINTFX* fEndPoint; member in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skqp/experimental/skottie/
H A DSkottieProperties.h131 const SkPoint& endPoint() const { return fEndPoint; }
/external/skqp/experimental/sksg/paint/
H A DSkSGGradient.cpp41 const SkPoint pts[] = { fStartPoint, fEndPoint };
H A DSkSGGradient.h62 SG_ATTRIBUTE(EndPoint , SkPoint, fEndPoint )
72 fEndPoint = SkPoint::Make(0, 0); member in class:sksg::final
/external/skia/src/ports/
H A DSkFontHost_win.cpp1407 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { }
1412 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx])
1420 fEndPoint = &curPolygon->apfx[curPolygon->cpfx];
1424 fEndPoint = nullptr;
1428 if (fCurPoint >= fEndPoint) {
1439 const POINTFX* fEndPoint; member in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skia/experimental/skottie/
H A DSkottieProperties.h131 const SkPoint& endPoint() const { return fEndPoint; }
/external/skia/experimental/sksg/paint/
H A DSkSGGradient.cpp41 const SkPoint pts[] = { fStartPoint, fEndPoint };
H A DSkSGGradient.h62 SG_ATTRIBUTE(EndPoint , SkPoint, fEndPoint )
72 fEndPoint = SkPoint::Make(0, 0); member in class:sksg::final

Completed in 190 milliseconds