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

/external/skia/include/views/
H A DSkView.h238 /** \class B2FIter
245 class B2FIter { class in class:SkView
247 B2FIter(const SkView* parent);
384 friend class B2FIter;
/external/skia/src/views/
H A DSkView.cpp125 B2FIter iter(this);
210 B2FIter iter(this);
714 SkView::B2FIter::B2FIter(const SkView* parent) { function in class:SkView::B2FIter
719 SkView* SkView::B2FIter::next() {
770 SkView::B2FIter iter(view);

Completed in 407 milliseconds