Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp86 struct StrokeTypeButton { struct
92 struct CircleTypeButton : public StrokeTypeButton { argument
115 StrokeTypeButton fCubicButton;
116 StrokeTypeButton fConicButton;
117 StrokeTypeButton fQuadButton;
118 StrokeTypeButton fArcButton;
119 StrokeTypeButton fRRectButton;
121 StrokeTypeButton fTextButton;
484 void draw_button(SkCanvas* canvas, const StrokeTypeButton& button) { in draw_button()