Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h324 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
/external/skqp/include/private/
DSkPathRef.h273 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
/external/skqp/src/gpu/
DGrTessellator.cpp2293 SkPoint* pointsEnd = points; in PathToVertices() local
2296 SkPoint* start = pointsEnd; in PathToVertices()
2297 pointsEnd = static_cast<SkPoint*>(poly->emit(false, pointsEnd)); in PathToVertices()
2298 while (start != pointsEnd) { in PathToVertices()
2308 SkASSERT(pointsEnd - points == actualCount); in PathToVertices()
/external/skia/src/core/
DSkPathBuilder.cpp803 const SkPoint* pts = src.fPathRef->pointsEnd(); in privateReverseAddPath()
DSkPath.cpp1449 const SkPoint* pts = path.fPathRef->pointsEnd() - 1; in reversePathTo()
1491 const SkPoint* pts = src->fPathRef->pointsEnd(); in reverseAddPath()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp483 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize…
494 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize… in PointCase() argument
496 , m_points (pointsBegin, pointsEnd) in PointCase()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp486 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize…
497 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize… in PointCase() argument
499 , m_points (pointsBegin, pointsEnd) in PointCase()
/external/skqp/src/core/
DSkPath.cpp1683 const SkPoint* pts = path.fPathRef->pointsEnd() - 1; in reversePathTo()
1726 const SkPoint* pts = src->fPathRef->pointsEnd(); in reverseAddPath()