Searched refs:doComputeFastBounds (Results 1 – 3 of 3) sorted by relevance
642 return this->doComputeFastBounds(orig, storage, kStroke_Style); in computeFastStrokeBounds()655 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
228 return this->doComputeFastBounds(orig, storage, style); in computeFastBounds()231 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, in doComputeFastBounds() function in SkPaint
93 paint.doComputeFastBounds(proxyPath.getBounds(), &storage, SkPaint::kFill_Style); in generateMetrics()