Searched refs:ptsParam (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp1697 SkPath::Verb SkPath::Iter::doNext(SkPoint ptsParam[4]) { argument
1698 SkASSERT(ptsParam);
1703 if (kLine_Verb == this->autoClose(ptsParam)) {
1715 SkPoint* SK_RESTRICT pts = ptsParam;

Completed in 40 milliseconds