Home
last modified time | relevance | path

Searched refs:addPathPixels (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp368 fCachedAtlas->addPathPixels(devIBounds.height() * devIBounds.width()); in setCoverageCountAtlas()
390 fCachedAtlas->addPathPixels(this->height() * this->width()); in upgradeToLiteralCoverageAtlas()
DGrCCPathCache.h313 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels() function