Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathClip.cpp24 class PathClipView : public SampleView { class
29 PathClipView() : fOval(SkRect::MakeWH(200, 50)), fCenter(SkPoint::Make(250, 250)) {} in PathClipView() function in PathClipView
74 DEF_SAMPLE( return new PathClipView; ) in DEF_SAMPLE() argument