Home | History | Annotate | Download | only in core

Lines Matching defs:SkDrawIter

274 class SkDrawIter : public SkDraw {
276 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) {
472 SkDrawIter iter(this);
479 SkDrawIter iter(this);
1576 SkDrawIter iter(this);
2174 SK_COMPILE_ASSERT(sizeof(fStorage) >= sizeof(SkDrawIter), fStorage_too_small);
2178 fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips);
2183 fImpl->~SkDrawIter();