Home
last modified time | relevance | path

Searched defs:verbsBegin (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DSkPathRef.h309 const uint8_t* verbsBegin() const { return fVerbs.begin(); } in verbsBegin() function
/external/skia/src/core/
DSkPathBuilder.cpp801 const uint8_t* verbsBegin = src.fPathRef->verbsBegin(); in privateReverseAddPath() local
DSkPath.cpp1447 const uint8_t* verbsBegin = path.fPathRef->verbsBegin(); in reversePathTo() local
1489 const uint8_t* verbsBegin = src->fPathRef->verbsBegin(); in reverseAddPath() local