HomeSort by relevance Sort by last modified time
    Searched refs:computeFastBounds (Results 26 - 39 of 39) sorted by null

12

  /external/skia/src/effects/
SkTileImageFilter.cpp 141 SkRect SkTileImageFilter::computeFastBounds(const SkRect& src) const {
SkDisplacementMapEffect.cpp 375 SkRect SkDisplacementMapEffect::computeFastBounds(const SkRect& src) const {
376 SkRect bounds = this->getColorInput() ? this->getColorInput()->computeFastBounds(src) : src;
SkMorphologyImageFilter.cpp 89 SkRect SkMorphologyImageFilter::computeFastBounds(const SkRect& src) const {
90 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src;
SkBlurMaskFilter.cpp 76 void computeFastBounds(const SkRect&, SkRect*) const override;
727 void SkBlurMaskFilterImpl::computeFastBounds(const SkRect& src,
    [all...]
  /external/skia/src/core/
SkGeometry.h 259 void computeFastBounds(SkRect* bounds) const;
SkMaskFilter.cpp 340 void SkMaskFilter::computeFastBounds(const SkRect& src, SkRect* dst) const {
SkThreadedBMPDevice.cpp 287 result = p.computeFastBounds(r, &result);
SkPaint.cpp     [all...]
SkRecordDraw.cpp 562 *rect = paint->computeFastBounds(*rect, rect);
SkDraw.cpp 958 paint.getMaskFilter()->computeFastBounds(pathBounds, &pathBounds);
    [all...]
SkGeometry.cpp     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/tests/
GrShapeTest.cpp     [all...]
ImageFilterTest.cpp     [all...]

Completed in 536 milliseconds

12