Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkBounder.h89 friend class SkDrawIter; variable
DSkCanvas.h767 friend class SkDrawIter; // needs setupDrawForLayerDevice() variable
/external/skia/src/core/
DSkCanvas.cpp214 class SkDrawIter : public SkDraw { class
216 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) { in SkDrawIter() function in SkDrawIter