Home
last modified time | relevance | path

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

/external/skia/legacy/include/core/
DSkPath.h224 int countPoints() const { in countPoints() function
/external/skia/src/core/
DSkPathRef.h279 int countPoints() const { this->validate(); return fPointCnt; } in countPoints() function
DSkPath.cpp634 int SkPath::countPoints() const { in countPoints() function in SkPath
/external/skia/src/gpu/
DGrAAConvexPathRenderer.cpp38 int countPoints() { in countPoints() function