Home | History | Annotate | Download | only in core

Lines Matching full:effects

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