Searched defs:SkDrawIter (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkCanvas.cpp246 class SkDrawIter : public SkDraw { class in inherits:SkDraw
248 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) { function in class:SkDrawIter
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();

Completed in 68 milliseconds