Searched refs:pointsEnd (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1450 SkPoint* pointsEnd = points; in PathToVertices() local 1453 SkPoint* start = pointsEnd; in PathToVertices() 1454 pointsEnd = poly->emit(pointsEnd); in PathToVertices() 1455 while (start != pointsEnd) { in PathToVertices() 1465 SkASSERT(pointsEnd - points == actualCount); in PathToVertices()
|
/external/skia/include/core/ |
D | SkPathRef.h | 245 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 486 …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/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 483 …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/skia/src/core/ |
D | SkPath.cpp | 1593 const SkPoint* pts = src.fPathRef->pointsEnd(); in reverseAddPath()
|