Home | History | Annotate | Download | only in core

Lines Matching refs:atVerb

403     return kClose_Verb == fPathRef->atVerb(verbCount - 1);
410 SkASSERT(kMove_Verb == fPathRef->atVerb(0));
411 if (kLine_Verb == fPathRef->atVerb(1)) {
492 uint8_t verb = insertClose ? (uint8_t) kClose_Verb : fPathRef->atVerb(*currVerb);
915 switch (fPathRef->atVerb(count - 1)) {