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