/third_party/skia/src/effects/ |
D | SkOpPE.h | 27 bool computeFastBounds(SkRect* bounds) const override; 48 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS() 72 bool computeFastBounds(SkRect* bounds) const override; 94 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS()
|
D | SkOpPathEffect.cpp | 43 bool SkOpPE::computeFastBounds(SkRect* bounds) const { in computeFastBounds() function in SkOpPE 45 return (!SkToBool(fOne) || as_PEB(fOne)->computeFastBounds(nullptr)) && in computeFastBounds() 46 (!SkToBool(fTwo) || as_PEB(fTwo)->computeFastBounds(nullptr)); in computeFastBounds() 51 if (fOne && !as_PEB(fOne)->computeFastBounds(bounds)) { in computeFastBounds() 54 if (fTwo && !as_PEB(fTwo)->computeFastBounds(&b2)) { in computeFastBounds() 151 bool SkStrokePE::computeFastBounds(SkRect* bounds) const { in computeFastBounds() function in SkStrokePE
|
D | SkTrimPE.h | 26 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS()
|
D | SkDashImpl.h | 31 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS()
|
/third_party/skia/src/core/ |
D | SkPathEffect.cpp | 114 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS() 116 return as_PEB(fPE1)->computeFastBounds(bounds) && in SK_FLATTENABLE_HOOKS() 117 as_PEB(fPE0)->computeFastBounds(bounds); in SK_FLATTENABLE_HOOKS() 172 bool computeFastBounds(SkRect* bounds) const override { in SK_FLATTENABLE_HOOKS() 174 return as_PEB(fPE0)->computeFastBounds(bounds) && in SK_FLATTENABLE_HOOKS() 175 as_PEB(fPE1)->computeFastBounds(bounds); in SK_FLATTENABLE_HOOKS()
|
D | SkLocalMatrixImageFilter.cpp | 61 SkRect SkLocalMatrixImageFilter::computeFastBounds(const SkRect& bounds) const { in computeFastBounds() function in SkLocalMatrixImageFilter 66 return this->getInput(0)->computeFastBounds(bounds); in computeFastBounds() 70 return fLocalM.mapRect(this->getInput(0)->computeFastBounds(localBounds)); in computeFastBounds()
|
D | SkDrawLooper.cpp | 52 void SkDrawLooper::computeFastBounds(const SkPaint& paint, const SkRect& s, in computeFastBounds() function in SkDrawLooper 68 p.computeFastBounds(r, &r); in computeFastBounds()
|
D | SkPaint.cpp | 422 !as_PEB(this->getPathEffect())->computeFastBounds(nullptr)) { in canComputeFastBounds() 438 SkAssertResult(as_PEB(this->getPathEffect())->computeFastBounds(&tmpSrc)); in doComputeFastBounds() 446 as_MFB(this->getMaskFilter())->computeFastBounds(*storage, storage); in doComputeFastBounds() 450 *storage = this->getImageFilter()->computeFastBounds(*storage); in doComputeFastBounds()
|
D | SkMatrixImageFilter.cpp | 114 SkRect SkMatrixImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkMatrixImageFilter 115 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkLocalMatrixImageFilter.h | 22 SkRect computeFastBounds(const SkRect&) const override;
|
D | SkMatrixImageFilter.h | 36 SkRect computeFastBounds(const SkRect&) const override;
|
D | SkPathEffectBase.h | 120 virtual bool computeFastBounds(SkRect* bounds) const = 0;
|
/third_party/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 24 SkRect computeFastBounds(const SkRect& src) const override; 66 SkRect SkComposeImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkComposeImageFilter 70 return outer->computeFastBounds(inner->computeFastBounds(src)); in computeFastBounds()
|
D | SkCropImageFilter.cpp | 26 SkRect computeFastBounds(const SkRect& bounds) const override; 153 SkRect SkCropImageFilter::computeFastBounds(const SkRect& bounds) const { in computeFastBounds() function in SkCropImageFilter 169 SkRect inputBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(bounds) : bounds; in computeFastBounds()
|
D | SkOffsetImageFilter.cpp | 29 SkRect computeFastBounds(const SkRect& src) const override; 129 SkRect SkOffsetImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkOffsetImageFilter 130 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkDropShadowImageFilter.cpp | 38 SkRect computeFastBounds(const SkRect&) const override; 158 SkRect SkDropShadowImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkDropShadowImageFilter 159 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds()
|
D | SkPictureImageFilter.cpp | 38 SkRect computeFastBounds(const SkRect& src) const override; 126 SkRect SkPictureImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkPictureImageFilter
|
D | SkImageImageFilter.cpp | 31 SkRect computeFastBounds(const SkRect& src) const override; 158 SkRect SkImageImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkImageImageFilter
|
D | SkTileImageFilter.cpp | 35 SkRect computeFastBounds(const SkRect& src) const override; 185 SkRect SkTileImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkTileImageFilter
|
D | SkDisplacementMapImageFilter.cpp | 45 SkRect computeFastBounds(const SkRect& src) const override; 372 SkRect SkDisplacementMapImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() function in SkDisplacementMapImageFilter 373 SkRect bounds = this->getColorInput() ? this->getColorInput()->computeFastBounds(src) : src; in computeFastBounds()
|
/third_party/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
|
/third_party/skia/include/core/ |
D | SkImageFilter.h | 85 virtual SkRect computeFastBounds(const SkRect& bounds) const;
|
D | SkDrawLooper.h | 91 void computeFastBounds(const SkPaint& paint, const SkRect& src, SkRect* dst) const;
|
/third_party/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 73 return paint.computeFastBounds(bounds, &bounds); in onRevalidate()
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.h | 90 bool computeFastBounds(SkRect* bounds) const override { return true; } in computeFastBounds() function
|