Home
last modified time | relevance | path

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

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