Home
last modified time | relevance | path

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

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