Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h220 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } in pointsEnd() function
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp486 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize…
497 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize… in PointCase() argument
499 , m_points (pointsBegin, pointsEnd) in PointCase()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp483 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize…
494 …const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize… in PointCase() argument
496 , m_points (pointsBegin, pointsEnd) in PointCase()
/external/skia/src/core/
DSkPath.cpp1364 const SkPoint* pts = src.fPathRef->pointsEnd(); in reverseAddPath()