Home | History | Annotate | Download | only in core

Lines Matching refs:SkDrawIter

326 class SkDrawIter : public SkDraw {
328 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) {
606 SkDrawIter iter(this);
613 SkDrawIter iter(this);
619 SkDrawIter iter(this);
625 SkDrawIter iter(this);
2911 static_assert(sizeof(fStorage) >= sizeof(SkDrawIter), "fStorage_too_small");
2915 fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips);
2920 fImpl->~SkDrawIter();