Lines Matching full:effects
51 SkPaint collects effects and filters that describe single-pass and multiple-pass
1570 effects in the paint (e.g. stroking). If needed, it uses the storage
1596 // ultra fast-case: filling with no effects that affect geometry
1598 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper());
1599 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter());
1600 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect());
1601 effects |= reinterpret_cast<uintptr_t>(this->getImageFilter());
1602 if (!effects) {