Searched refs:getLooper (Results 1 – 9 of 9) sorted by relevance
442 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
136 dst->setLooper(src.getLooper()); in ApplyInfo()
1815 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()
172 if (drawLooper != defaultPaint.getLooper()) in dump()
1025 const SkDrawLooper* drawLooper = paint.getLooper(); in dumpPaint()1026 if (drawLooper != defaultPaint.getLooper()) in dumpPaint()
282 fLooper = paint.getLooper(); in AutoDrawLooper()
373 if ((textMode & TextModeFill) && (SkColorGetA(paint.getColor()) || paint.getLooper())) { in paintSkiaText()
171 if (paint->getMaskFilter() || paint->getLooper() in isFullFrame()
31 case kDrawLooper_PaintFlat: return paint.getLooper(); in get_paintflat()