Searched refs:OverView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DOverView.cpp8 #include "OverView.h"
20 class OverView : public SkView { class in inherits:SkView
22 OverView(int count, const SkViewFactory* factories[]);
23 virtual ~OverView();
71 return SkNEW_ARGS(OverView, (count, factories));
79 OverView::OverView(int count, const SkViewFactory* factories[]) { function in class:OverView
84 OverView::~OverView() {
87 bool OverView
[all...]
/external/skia/samplecode/
H A DOverView.cpp8 #include "OverView.h"
20 class OverView : public SkView { class in inherits:SkView
22 OverView(int count, const SkViewFactory* factories[]);
23 virtual ~OverView();
71 return SkNEW_ARGS(OverView, (count, factories));
79 OverView::OverView(int count, const SkViewFactory* factories[]) { function in class:OverView
84 OverView::~OverView() {
87 bool OverView
[all...]

Completed in 83 milliseconds