HomeSort by relevance Sort by last modified time
    Searched refs:canComputeFastBounds (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/src/core/
SkDrawLooper.cpp 15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const {
24 if (!p.canComputeFastBounds()) {
SkMiniRecorder.cpp 32 return paint.canComputeFastBounds() ? paint.computeFastBounds(bounds, &bounds)
SkCanvas.cpp 421 if (tmpUnfiltered.canComputeFastBounds()) {
    [all...]
SkImageFilter.cpp 281 bool SkImageFilter::canComputeFastBounds() const {
287 if (input && !input->canComputeFastBounds()) {
SkThreadedBMPDevice.cpp 110 if (p.canComputeFastBounds()) {
SkPaint.cpp     [all...]
SkRecordDraw.cpp 567 if (paint->canComputeFastBounds()) {
  /external/skqp/src/core/
SkDrawLooper.cpp 15 bool SkDrawLooper::canComputeFastBounds(const SkPaint& paint) const {
24 if (!p.canComputeFastBounds()) {
SkMiniRecorder.cpp 32 return paint.canComputeFastBounds() ? paint.computeFastBounds(bounds, &bounds)
SkCanvas.cpp 421 if (tmpUnfiltered.canComputeFastBounds()) {
    [all...]
SkImageFilter.cpp 281 bool SkImageFilter::canComputeFastBounds() const {
287 if (input && !input->canComputeFastBounds()) {
SkThreadedBMPDevice.cpp 102 if (p.canComputeFastBounds()) {
SkPaint.cpp     [all...]
  /external/skia/experimental/sksg/
SkSGDraw.cpp 45 SkASSERT(paint.canComputeFastBounds());
  /external/skia/include/core/
SkDrawLooper.h 72 * return true for the canComputeFastBounds() function. If that function
79 bool canComputeFastBounds(const SkPaint& paint) const;
SkImageFilter.h 228 bool canComputeFastBounds() const;
SkPaint.h     [all...]
  /external/skqp/experimental/sksg/
SkSGDraw.cpp 45 SkASSERT(paint.canComputeFastBounds());
  /external/skqp/include/core/
SkDrawLooper.h 72 * return true for the canComputeFastBounds() function. If that function
79 bool canComputeFastBounds(const SkPaint& paint) const;
SkImageFilter.h 228 bool canComputeFastBounds() const;
SkPaint.h     [all...]
  /external/skia/tests/
ImageFilterTest.cpp     [all...]
  /external/skqp/tests/
ImageFilterTest.cpp     [all...]
  /external/skia/gm/
filterfastbounds.cpp 90 SkASSERT(p.canComputeFastBounds());
  /external/skqp/gm/
filterfastbounds.cpp 90 SkASSERT(p.canComputeFastBounds());

Completed in 368 milliseconds

1 2