Home | History | Annotate | Download | only in core

Lines Matching refs:SkDrawIter

246 class SkDrawIter : public SkDraw {
248 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) {
490 SkDrawIter iter(this);
496 SkDrawIter iter(this);
2597 SK_COMPILE_ASSERT(sizeof(fStorage) >= sizeof(SkDrawIter), fStorage_too_small);
2601 fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips);
2606 fImpl->~SkDrawIter();