Searched defs:pointsEnd (Results 1 – 5 of 5) sorted by relevance
273 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
324 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
494 …* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float p… in PointCase()
497 …* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float p… in PointCase()
2293 SkPoint* pointsEnd = points; in PathToVertices() local