Searched defs:pointsEnd (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPathRef.h269 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); } function in class:final
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp483 PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport);
494 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport) argument
496 , m_points (pointsBegin, pointsEnd)
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp486 PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport);
497 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport) argument
499 , m_points (pointsBegin, pointsEnd)
/external/skia/src/gpu/
H A DGrTessellator.cpp1876 SkPoint* pointsEnd = points; local
1879 SkPoint* start = pointsEnd;
1880 pointsEnd = static_cast<SkPoint*>(poly->emit(nullptr, pointsEnd));
1881 while (start != pointsEnd) {
1891 SkASSERT(pointsEnd - points == actualCount);

Completed in 136 milliseconds