Home
last modified time | relevance | path

Searched defs:countVerbs (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPathRef.h224 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs() function
/external/skia/src/core/
DSkPath.cpp637 int SkPath::countVerbs() const { in countVerbs() function in SkPath