Home
last modified time | relevance | path

Searched refs:PatchView (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSamplePatch.cpp206 class PatchView : public SampleView { class
214 PatchView() : fAngle(0) { in PatchView() function in PatchView
335 static SkView* MyFactory() { return new PatchView; } in MyFactory()