Searched refs:computeFastBounds (Results 1 - 19 of 19) sorted by relevance

/external/skia/include/core/
H A DSkDrawLooper.h56 * returns false then computeFastBounds behavior is undefined otherwise it
63 virtual void computeFastBounds(const SkPaint& paint,
H A DSkMaskFilter.h94 virtual void computeFastBounds(const SkRect& src, SkRect* dest) const;
H A DSkPathEffect.h58 virtual void computeFastBounds(SkRect* dst, const SkRect& src) const;
H A DSkPaint.h931 const SkRect& fastR = paint.computeFastBounds(r, &storage);
937 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { function in class:SkPaint
/external/skia/legacy/include/core/
H A DSkDrawLooper.h52 * returns false then computeFastBounds behavior is undefined otherwise it
59 virtual void computeFastBounds(const SkPaint& paint,
H A DSkMaskFilter.h93 virtual void computeFastBounds(const SkRect& src, SkRect* dest);
H A DSkPaint.h470 const SkRect& fastR = paint.computeFastBounds(r, &storage);
476 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { function in class:SkPaint
/external/skia/legacy/src/core/
H A DSkMaskFilter.cpp59 void SkMaskFilter::computeFastBounds(const SkRect& src, SkRect* dst) { function in class:SkMaskFilter
H A DSkCanvas.cpp1376 if (this->quickReject(paint.computeFastBounds(r, &storage),
1395 if (this->quickReject(paint.computeFastBounds(bounds, &storage),
1427 (void)paint->computeFastBounds(bounds, &bounds);
1451 bounds = &paint->computeFastBounds(dst, &storage);
1525 bounds = &paint->computeFastBounds(dst, &storage);
1863 if (this->quickReject(paint.computeFastBounds(r, &storage),
1879 if (this->quickReject(paint.computeFastBounds(r, &storage),
1896 if (this->quickReject(paint.computeFastBounds(oval, &storage),
H A DSkPaint.cpp2052 this->getLooper()->computeFastBounds(*this, src, storage);
2075 this->getMaskFilter()->computeFastBounds(*storage, storage);
2266 void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& src,
2277 p.computeFastBounds(r, &r);
H A DSkPictureRecord.cpp314 (void)paint.computeFastBounds(bounds, &bounds);
/external/skia/src/core/
H A DSkPathEffect.cpp17 void SkPathEffect::computeFastBounds(SkRect* dst, const SkRect& src) const { function in class:SkPathEffect
H A DSkCanvas.cpp1538 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
1557 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
1576 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) {
1603 if (this->quickReject(paint.computeFastBounds(bounds, &storage))) {
1634 (void)paint->computeFastBounds(bounds, &bounds);
1659 bounds = &paint->computeFastBounds(dst, &storage);
1713 bounds = &paint->computeFastBounds(dst, &storage);
2050 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
H A DSkBBoxRecord.cpp267 outBounds = paint->computeFastBounds(outBounds, &temp);
H A DSkMaskFilter.cpp265 void SkMaskFilter::computeFastBounds(const SkRect& src, SkRect* dst) const { function in class:SkMaskFilter
H A DSkPaint.cpp2248 this->getLooper()->computeFastBounds(*this, *src, storage);
2254 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc);
2276 this->getMaskFilter()->computeFastBounds(*storage, storage);
2428 void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& src,
2439 p.computeFastBounds(r, &r);
H A DSkPictureRecord.cpp524 // tweaked by paint.computeFastBounds().
533 (void)paint.computeFastBounds(bounds, &bounds);
/external/skia/legacy/src/effects/
H A DSkBlurMaskFilter.cpp25 virtual void computeFastBounds(const SkRect& src, SkRect* dst) SK_OVERRIDE;
102 void SkBlurMaskFilterImpl::computeFastBounds(const SkRect& src, SkRect* dst) { function in class:SkBlurMaskFilterImpl
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp24 virtual void computeFastBounds(const SkRect&, SkRect*) const SK_OVERRIDE;
253 void SkBlurMaskFilterImpl::computeFastBounds(const SkRect& src, function in class:SkBlurMaskFilterImpl

Completed in 185 milliseconds