Home | History | Annotate | Download | only in core

Lines Matching refs:verbsMemBegin

245     if (memcmp(fPathRef->verbsMemBegin(), compare.fPathRef->verbsMemBegin(),
1237 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin();
1677 const uint8_t* verbs = path.fPathRef->verbsMemBegin(); // points at the last verb
1706 SkASSERT(verbs - path.fPathRef->verbsMemBegin() == 1);
1728 const uint8_t* verbs = src->fPathRef->verbsMemBegin(); // points at the last verb
1922 fVerbStop = path.fPathRef->verbsMemBegin();
2935 fStopVerbs = pathRef.verbsMemBegin();