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

/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h996 return this->doComputeFastBounds(orig, storage, style);
1001 return this->doComputeFastBounds(orig, storage, kStroke_Style);
1006 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/skia/include/core/
H A DSkPaint.h1003 return this->doComputeFastBounds(orig, storage, style);
1008 return this->doComputeFastBounds(orig, storage, kStroke_Style);
1013 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp103 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
H A DSkTestScalerContext.cpp239 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
/external/skia/src/fonts/
H A DSkGScalerContext.cpp104 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2275 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, function in class:SkPaint
/external/skia/src/core/
H A DSkPaint.cpp2344 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, function in class:SkPaint

Completed in 262 milliseconds