Home
last modified time | relevance | path

Searched refs:canComputeFastBounds (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/core/
H A DSkDrawLooper.cpp34 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { in canComputeFastBounds() function in SkDrawLooper
42 if (!p.canComputeFastBounds()) { in canComputeFastBounds()
H A DSkMiniRecorder.cpp33 return paint.canComputeFastBounds() ? paint.computeFastBounds(bounds, &bounds) in adjust_for_paint()
H A DSkPaint.cpp416 bool SkPaint::canComputeFastBounds() const { in canComputeFastBounds() function in SkPaint
417 if (this->getImageFilter() && !this->getImageFilter()->canComputeFastBounds()) { in canComputeFastBounds()
H A DSkImageFilter.cpp106 bool SkImageFilter::canComputeFastBounds() const { in canComputeFastBounds() function in SkImageFilter
H A DSkRecordDraw.cpp509 if (paint->canComputeFastBounds()) { in AdjustForPaint()
H A DSkBitmapDevice.cpp33 if ((fHasBounds = paint.canComputeFastBounds())) { in Bounder()
H A DSkCanvas.cpp328 if (rawBounds && fPaint.canComputeFastBounds()) { in AutoLayerForImageFilter()
1644 if (paint.canComputeFastBounds()) {
/third_party/skia/include/core/
H A DSkImageFilter.h88 bool canComputeFastBounds() const;
H A DSkDrawLooper.h83 * return true for the canComputeFastBounds() function. If that function
90 bool canComputeFastBounds(const SkPaint& paint) const;
H A DSkPaint.h626 bool canComputeFastBounds() const;
629 Only call this if canComputeFastBounds() returned true. This takes a
640 if (!path.isInverseFillType() && paint.canComputeFastBounds()) {
/third_party/skia/modules/sksg/src/
H A DSkSGDraw.cpp71 SkASSERT(paint.canComputeFastBounds()); in onRevalidate()
/third_party/skia/src/effects/imagefilters/
H A DSkCropImageFilter.cpp164 if (this->getInput(0) && !this->getInput(0)->canComputeFastBounds()) { in computeFastBounds()
/third_party/skia/tests/
H A DImageFilterTest.cpp1541 REPORTER_ASSERT(reporter, !lighting->canComputeFastBounds()); in DEF_TEST()
1546 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1553 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1557 REPORTER_ASSERT(reporter, grayBlur->canComputeFastBounds()); in DEF_TEST()
1570 REPORTER_ASSERT(reporter, !green->canComputeFastBounds()); in DEF_TEST()
1574 REPORTER_ASSERT(reporter, !greenBlur->canComputeFastBounds()); in DEF_TEST()
1587 REPORTER_ASSERT(reporter, identityFilter->canComputeFastBounds()); in DEF_TEST()
1593 REPORTER_ASSERT(reporter, !forceOpaque->canComputeFastBounds()); in DEF_TEST()
H A DCanvasTest.cpp664 REPORTER_ASSERT(reporter, !paint.canComputeFastBounds()); in DEF_TEST()
/third_party/skia/gm/
H A Dfilterfastbounds.cpp99 SkASSERT(p.canComputeFastBounds()); in add_paint()

Completed in 17 milliseconds