Home
last modified time | relevance | path

Searched defs:pointsEnd (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/private/
DSkPathRef.h269 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp497 …* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float p… in PointCase()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp494 …* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float p… in PointCase()
/external/skia/src/gpu/
DGrTessellator.cpp1895 SkPoint* pointsEnd = points; in PathToVertices() local