/external/skqp/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 27 SkRect SkComposeImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkComposeImageFilter 31 return outer->computeFastBounds(inner->computeFastBounds(src)); in computeFastBounds()
|
D | SkOffsetImageFilter.cpp | 93 SkRect SkOffsetImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkOffsetImageFilter 94 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkDropShadowImageFilter.cpp | 129 SkRect SkDropShadowImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkDropShadowImageFilter 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
/external/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 27 SkRect SkComposeImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkComposeImageFilter 31 return outer->computeFastBounds(inner->computeFastBounds(src)); in computeFastBounds()
|
D | SkOffsetImageFilter.cpp | 93 SkRect SkOffsetImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkOffsetImageFilter 94 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkDropShadowImageFilter.cpp | 129 SkRect SkDropShadowImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkDropShadowImageFilter 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
/external/skia/src/core/ |
D | SkDrawLooper.cpp | 34 void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& s, in computeFastBounds() function in SkDrawLooper 51 p.computeFastBounds(r, &r); in computeFastBounds()
|
D | SkMaskFilter.cpp | 351 void SkMaskFilterBase::computeFastBounds(const SkRect& src, SkRect* dst) const { in computeFastBounds() function in SkMaskFilterBase 390 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkComposeMF 392 as_MFB(fInner)->computeFastBounds(src, &tmp); in computeFastBounds() 393 as_MFB(fOuter)->computeFastBounds(tmp, dst); in computeFastBounds() 477 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkCombineMF 479 as_MFB(fSrc)->computeFastBounds(src, &srcR); in computeFastBounds() 480 as_MFB(fDst)->computeFastBounds(src, &dstR); in computeFastBounds() 626 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkMatrixMF 630 as_MFB(fFilter)->computeFastBounds(tmp, dst); in computeFastBounds()
|
D | SkMatrixImageFilter.cpp | 109 SkRect SkMatrixImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkMatrixImageFilter 110 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkPaint.cpp | 500 this->getLooper()->computeFastBounds(*this, *src, storage); in doComputeFastBounds() 506 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds() 514 as_MFB(this->getMaskFilter())->computeFastBounds(*storage, storage); in doComputeFastBounds() 518 *storage = this->getImageFilter()->computeFastBounds(*storage); in doComputeFastBounds()
|
D | SkCanvas.cpp | 361 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter() 2077 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in onDrawRect() 2117 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) { in onDrawRegion() 2169 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval() 2190 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawArc() 2207 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect() 2234 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect() 2256 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath() 2320 paint->computeFastBounds(tmp, &tmp); in onDrawImage() 2370 paint->computeFastBounds(dst, &storage); in onDrawImageRect() [all …]
|
D | SkMatrixImageFilter.h | 33 SkRect computeFastBounds(const SkRect&) const override;
|
/external/skqp/src/core/ |
D | SkDrawLooper.cpp | 34 void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& s, in computeFastBounds() function in SkDrawLooper 51 p.computeFastBounds(r, &r); in computeFastBounds()
|
D | SkMaskFilter.cpp | 351 void SkMaskFilterBase::computeFastBounds(const SkRect& src, SkRect* dst) const { in computeFastBounds() function in SkMaskFilterBase 390 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkComposeMF 392 as_MFB(fInner)->computeFastBounds(src, &tmp); in computeFastBounds() 393 as_MFB(fOuter)->computeFastBounds(tmp, dst); in computeFastBounds() 477 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkCombineMF 479 as_MFB(fSrc)->computeFastBounds(src, &srcR); in computeFastBounds() 480 as_MFB(fDst)->computeFastBounds(src, &dstR); in computeFastBounds() 626 void computeFastBounds(const SkRect& src, SkRect* dst) const override { in computeFastBounds() function in SkMatrixMF 630 as_MFB(fFilter)->computeFastBounds(tmp, dst); in computeFastBounds()
|
D | SkMatrixImageFilter.cpp | 109 SkRect SkMatrixImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkMatrixImageFilter 110 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkCanvas.cpp | 362 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter() 2075 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in onDrawRect() 2115 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) { in onDrawRegion() 2133 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval() 2154 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawArc() 2171 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect() 2198 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect() 2220 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath() 2284 paint->computeFastBounds(tmp, &tmp); in onDrawImage() 2332 paint->computeFastBounds(dst, &storage); in onDrawImageRect() [all …]
|
D | SkPaint.cpp | 566 this->getLooper()->computeFastBounds(*this, *src, storage); in doComputeFastBounds() 572 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds() 580 as_MFB(this->getMaskFilter())->computeFastBounds(*storage, storage); in doComputeFastBounds() 584 *storage = this->getImageFilter()->computeFastBounds(*storage); in doComputeFastBounds()
|
D | SkMatrixImageFilter.h | 33 SkRect computeFastBounds(const SkRect&) const override;
|
/external/skqp/src/gpu/text/ |
D | GrSDFMaskFilter.cpp | 27 void computeFastBounds(const SkRect&, SkRect*) const override; 84 void GrSDFMaskFilterImpl::computeFastBounds(const SkRect& src, in computeFastBounds() function in GrSDFMaskFilterImpl
|
/external/skia/src/gpu/text/ |
D | GrSDFMaskFilter.cpp | 27 void computeFastBounds(const SkRect&, SkRect*) const override; 84 void GrSDFMaskFilterImpl::computeFastBounds(const SkRect& src, in computeFastBounds() function in GrSDFMaskFilterImpl
|
/external/skqp/include/effects/ |
D | SkComposeImageFilter.h | 18 SkRect computeFastBounds(const SkRect& src) const override;
|
D | SkOffsetImageFilter.h | 21 SkRect computeFastBounds(const SkRect& src) const override;
|
/external/skia/include/effects/ |
D | SkComposeImageFilter.h | 18 SkRect computeFastBounds(const SkRect& src) const override;
|
D | SkOffsetImageFilter.h | 21 SkRect computeFastBounds(const SkRect& src) const override;
|
/external/skqp/modules/sksg/src/ |
D | SkSGDraw.cpp | 52 return paint.computeFastBounds(bounds, &bounds); in onRevalidate()
|