Home
last modified time | relevance | path

Searched refs:doComputeFastBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPaint.h642 return this->doComputeFastBounds(orig, storage, kStroke_Style); in computeFastStrokeBounds()
655 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/skia/src/core/
DSkPaint.cpp228 return this->doComputeFastBounds(orig, storage, style); in computeFastBounds()
231 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, in doComputeFastBounds() function in SkPaint
/external/skia/tools/fonts/
DRandomScalerContext.cpp93 paint.doComputeFastBounds(proxyPath.getBounds(), &storage, SkPaint::kFill_Style); in generateMetrics()