Searched refs:addPathPixels (Results 1 – 2 of 2) sorted by relevance
368 fCachedAtlas->addPathPixels(devIBounds.height() * devIBounds.width()); in setCoverageCountAtlas()390 fCachedAtlas->addPathPixels(this->height() * this->width()); in upgradeToLiteralCoverageAtlas()
313 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels() function