Home
last modified time | relevance | path

Searched refs:canComputeFastBounds (Results 1 – 25 of 29) sorted by relevance

12

/external/skqp/src/core/
DSkDrawLooper.cpp15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { in canComputeFastBounds() function in SkDrawLooper
24 if (!p.canComputeFastBounds()) { in canComputeFastBounds()
DSkCanvas.cpp361 if (tmpUnfiltered.canComputeFastBounds()) { in apply_paint_to_bounds_sans_imagefilter()
850 if (imageFilter && bounds && !imageFilter->canComputeFastBounds()) { in clipRectBounds()
2038 if (paint.canComputeFastBounds()) { in onDrawPoints()
2073 if (paint.canComputeFastBounds()) { in onDrawRect()
2113 if (paint.canComputeFastBounds()) { in onDrawRegion()
2131 if (paint.canComputeFastBounds()) { in onDrawOval()
2151 if (paint.canComputeFastBounds()) { in onDrawArc()
2169 if (paint.canComputeFastBounds()) { in onDrawRRect()
2196 if (paint.canComputeFastBounds()) { in onDrawDRRect()
2218 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in onDrawPath()
[all …]
DSkPaint.cpp547 bool SkPaint::canComputeFastBounds() const { in canComputeFastBounds() function in SkPaint
549 return this->getLooper()->canComputeFastBounds(*this); in canComputeFastBounds()
551 if (this->getImageFilter() && !this->getImageFilter()->canComputeFastBounds()) { in canComputeFastBounds()
565 SkASSERT(this->getLooper()->canComputeFastBounds(*this)); in doComputeFastBounds()
DSkMiniRecorder.cpp33 return paint.canComputeFastBounds() ? paint.computeFastBounds(bounds, &bounds) in adjust_for_paint()
DSkImageFilter.cpp227 bool SkImageFilter::canComputeFastBounds() const { in canComputeFastBounds() function in SkImageFilter
233 if (input && !input->canComputeFastBounds()) { in canComputeFastBounds()
DSkRecordDraw.cpp460 if (paint->canComputeFastBounds()) { in AdjustForPaint()
/external/skia/src/core/
DSkDrawLooper.cpp33 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const { in canComputeFastBounds() function in SkDrawLooper
41 if (!p.canComputeFastBounds()) { in canComputeFastBounds()
DSkCanvas.cpp360 if (tmpUnfiltered.canComputeFastBounds()) { in apply_paint_to_bounds_sans_imagefilter()
817 if (imageFilter && bounds && !imageFilter->canComputeFastBounds()) { in clipRectBounds()
2246 if (paint.canComputeFastBounds()) { in onDrawPoints()
2280 if (paint.canComputeFastBounds()) { in onDrawRect()
2306 if (paint.canComputeFastBounds()) { in onDrawRegion()
2358 if (paint.canComputeFastBounds()) { in onDrawOval()
2378 if (paint.canComputeFastBounds()) { in onDrawArc()
2396 if (paint.canComputeFastBounds()) { in onDrawRRect()
2423 if (paint.canComputeFastBounds()) { in onDrawDRRect()
2445 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in onDrawPath()
[all …]
DSkMiniRecorder.cpp33 return paint.canComputeFastBounds() ? paint.computeFastBounds(bounds, &bounds) in adjust_for_paint()
DSkPaint.cpp478 bool SkPaint::canComputeFastBounds() const { in canComputeFastBounds() function in SkPaint
479 if (this->getImageFilter() && !this->getImageFilter()->canComputeFastBounds()) { in canComputeFastBounds()
DSkImageFilter.cpp99 bool SkImageFilter::canComputeFastBounds() const { in canComputeFastBounds() function in SkImageFilter
105 if (input && !input->canComputeFastBounds()) { in canComputeFastBounds()
DSkRecordDraw.cpp485 if (paint->canComputeFastBounds()) { in AdjustForPaint()
/external/skqp/modules/sksg/src/
DSkSGDraw.cpp50 SkASSERT(paint.canComputeFastBounds()); in onRevalidate()
/external/skqp/include/core/
DSkDrawLooper.h80 bool canComputeFastBounds(const SkPaint& paint) const;
DSkPaint.h601 bool canComputeFastBounds() const;
DSkImageFilter.h233 bool canComputeFastBounds() const;
/external/skia/modules/sksg/src/
DSkSGDraw.cpp71 SkASSERT(paint.canComputeFastBounds()); in onRevalidate()
DSkSGRenderEffect.cpp155 SkASSERT(!filter || filter->canComputeFastBounds()); in onRevalidate()
/external/skia/include/core/
DSkDrawLooper.h91 bool canComputeFastBounds(const SkPaint& paint) const;
DSkImageFilter.h122 bool canComputeFastBounds() const;
DSkPaint.h616 bool canComputeFastBounds() const;
/external/skia/tests/
DImageFilterTest.cpp1513 REPORTER_ASSERT(reporter, !lighting->canComputeFastBounds()); in DEF_TEST()
1518 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1525 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1529 REPORTER_ASSERT(reporter, grayBlur->canComputeFastBounds()); in DEF_TEST()
1542 REPORTER_ASSERT(reporter, !green->canComputeFastBounds()); in DEF_TEST()
1546 REPORTER_ASSERT(reporter, !greenBlur->canComputeFastBounds()); in DEF_TEST()
1559 REPORTER_ASSERT(reporter, identityFilter->canComputeFastBounds()); in DEF_TEST()
1565 REPORTER_ASSERT(reporter, !forceOpaque->canComputeFastBounds()); in DEF_TEST()
/external/skqp/tests/
DImageFilterTest.cpp1564 REPORTER_ASSERT(reporter, !lighting->canComputeFastBounds()); in DEF_TEST()
1569 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1576 REPORTER_ASSERT(reporter, gray->canComputeFastBounds()); in DEF_TEST()
1580 REPORTER_ASSERT(reporter, grayBlur->canComputeFastBounds()); in DEF_TEST()
1592 REPORTER_ASSERT(reporter, !green->canComputeFastBounds()); in DEF_TEST()
1596 REPORTER_ASSERT(reporter, !greenBlur->canComputeFastBounds()); in DEF_TEST()
1609 REPORTER_ASSERT(reporter, identityFilter->canComputeFastBounds()); in DEF_TEST()
1615 REPORTER_ASSERT(reporter, !forceOpaque->canComputeFastBounds()); in DEF_TEST()
/external/skia/gm/
Dfilterfastbounds.cpp103 SkASSERT(p.canComputeFastBounds()); in add_paint()
/external/skqp/gm/
Dfilterfastbounds.cpp89 SkASSERT(p.canComputeFastBounds()); in add_paint()

12