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

/external/skia/samplecode/
H A DSampleDraw.cpp161 class RDraw : public Draw { class in inherits:Draw
170 RDraw(const SkRect& r, Style s) : fRect(r), fStyle(s) {} function in class:RDraw
251 // RDraw* d = new RDraw(r, RDraw::kRRect_Style);
252 RDraw* d = new RDraw(r, RDraw::kFrame_Style);

Completed in 46 milliseconds