Home
last modified time | relevance | path

Searched refs:getLooper (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/core/
DSkPaint.h442 if (this->getLooper()) { in canComputeFastBounds()
443 return this->getLooper()->canComputeFastBounds(*this); in canComputeFastBounds()
473 !this->getLooper() && !this->getMaskFilter()) { in computeFastBounds()
625 SkDrawLooper* getLooper() const { return fLooper; } in getLooper() function
/external/skia/src/effects/
DSkLayerDrawLooper.cpp136 dst->setLooper(src.getLooper()); in ApplyInfo()
/external/skia/src/core/
DSkPaint.cpp1815 asint(this->getLooper()) | in flatten()
1851 buffer.writeFlattenable(this->getLooper()); in flatten()
2026 if (this->getLooper()) { in doComputeFastBounds()
2027 SkASSERT(this->getLooper()->canComputeFastBounds(*this)); in doComputeFastBounds()
2028 this->getLooper()->computeFastBounds(*this, src, storage); in doComputeFastBounds()
DSkPictureFlat.cpp172 if (drawLooper != defaultPaint.getLooper()) in dump()
DSkPicturePlayback.cpp1025 const SkDrawLooper* drawLooper = paint.getLooper(); in dumpPaint()
1026 if (drawLooper != defaultPaint.getLooper()) in dumpPaint()
DSkCanvas.cpp282 fLooper = paint.getLooper(); in AutoDrawLooper()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp373 if ((textMode & TextModeFill) && (SkColorGetA(paint.getColor()) || paint.getLooper())) { in paintSkiaText()
/external/skia/src/utils/
DSkDeferredCanvas.cpp171 if (paint->getMaskFilter() || paint->getLooper() in isFullFrame()
/external/skia/src/pipe/
DSkGPipeWrite.cpp31 case kDrawLooper_PaintFlat: return paint.getLooper(); in get_paintflat()