Home
last modified time | relevance | path

Searched refs:getNumPaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())), in GrGLPathRange()
99 this->getNumPaths()); in onRelease()
/external/skia/src/gpu/
DGrPathRange.h50 virtual int getNumPaths() = 0;
70 int getNumPaths() const { return fNumPaths; } in getNumPaths() function
DGrPathRange.cpp15 fNumPaths(fPathGenerator->getNumPaths()) { in GrPathRange()
DGrPathRendering.cpp57 int getNumPaths() override { in getNumPaths() function in GlyphGenerator