Searched refs:fPixelLoad (Results 1 – 2 of 2) sorted by relevance
192 if (fInfo.isSimpleRects() && fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()195 if (that->fInfo.isSimpleRects() && that->fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()207 fPixelLoad += that->fPixelLoad; in onCombineIfPossible()432 op->fPixelLoad = op->bounds().height() * op->bounds().width(); in recordShape()
42 fPixelLoad, in dumpInfo()86 SkScalar fPixelLoad; variable