Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h223 int countPoints() const { SkDEBUGCODE(this->validate();) return fPointCnt; } in countPoints() function
/external/skia/src/gpu/batches/
DGrAAConvexPathRenderer.cpp53 int countPoints() { in countPoints() function
/external/skia/src/core/
DSkPath.cpp616 int SkPath::countPoints() const { in countPoints() function in SkPath