Home
last modified time | relevance | path

Searched refs:fEndPoint (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/sksg/include/
DSkSGGradient.h62 SG_ATTRIBUTE(EndPoint , SkPoint, fEndPoint )
72 fEndPoint = SkPoint::Make(0, 0); variable
/external/skqp/modules/sksg/include/
DSkSGGradient.h62 SG_ATTRIBUTE(EndPoint , SkPoint, fEndPoint )
72 fEndPoint = SkPoint::Make(0, 0); variable
/external/skqp/modules/sksg/src/
DSkSGGradient.cpp41 const SkPoint pts[] = { fStartPoint, fEndPoint }; in onMakeShader()
/external/skia/modules/sksg/src/
DSkSGGradient.cpp41 const SkPoint pts[] = { fStartPoint, fEndPoint }; in onMakeShader()
/external/skia/src/ports/
DSkFontHost_win.cpp1339 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()
1344 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx]) in GDIPolygonCurvePointIter()
1352 fEndPoint = &curPolygon->apfx[curPolygon->cpfx]; in set()
1356 fEndPoint = nullptr; in set()
1360 if (fCurPoint >= fEndPoint) { in next()
1371 const POINTFX* fEndPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skqp/src/ports/
DSkFontHost_win.cpp1338 GDIPolygonCurvePointIter() : fCurveType(0), fCurPoint(nullptr), fEndPoint(nullptr) { } in GDIPolygonCurvePointIter()
1343 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx]) in GDIPolygonCurvePointIter()
1351 fEndPoint = &curPolygon->apfx[curPolygon->cpfx]; in set()
1355 fEndPoint = nullptr; in set()
1359 if (fCurPoint >= fEndPoint) { in next()
1370 const POINTFX* fEndPoint; member in GDIGlyphbufferPointIter::GDIPolygonCurvePointIter
/external/skqp/modules/skottie/src/
DSkottieAdapter.h178 const SkPoint& endPoint() const { return fEndPoint; } in endPoint()
/external/skia/modules/skottie/src/
DSkottieAdapter.h180 const SkPoint& endPoint() const { return fEndPoint; } in endPoint()