OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointsend
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathRef.h
220
const SkPoint*
pointsEnd
() const { return this->points() + this->countPoints(); }
/external/skia/include/core/
SkPathRef.h
220
const SkPoint*
pointsEnd
() const { return this->points() + this->countPoints(); }
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
484
PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport);
495
PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport)
497
, m_points (pointsBegin,
pointsEnd
)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
487
PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport);
498
PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4*
pointsEnd
, float pointSize, const rr::WindowRectangle& viewport)
500
, m_points (pointsBegin,
pointsEnd
)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkPath.cpp
[
all
...]
/external/skia/src/core/
SkPath.cpp
[
all
...]
Completed in 1061 milliseconds