Searched refs:doComputeFastBounds (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h994 return this->doComputeFastBounds(orig, storage, style);
999 return this->doComputeFastBounds(orig, storage, kStroke_Style);
1004 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/skia/src/fonts/
H A DSkGScalerContext.cpp103 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
H A DSkTestScalerContext.cpp237 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
/external/skia/src/core/
H A DSkPaint.cpp2075 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, function in class:SkPaint

Completed in 147 milliseconds