Home
last modified time | relevance | path

Searched defs:ModeButton (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleXfer.cpp34 struct ModeButton { struct
35 SkString fLabel;
36 SkColor fColor;
37 SkRect fRect;
40 void init(const char label[], const SkRect& rect) { in init()
46 void draw(SkCanvas* canvas) { in draw()
60 bool hitTest(SkScalar x, SkScalar y) { in hitTest()
/third_party/skia/samplecode/
DSampleXfer.cpp34 struct ModeButton { struct
35 SkString fLabel;
36 SkColor fColor;
37 SkRect fRect;
40 void init(const char label[], const SkRect& rect) { in init()
46 void draw(SkCanvas* canvas) { in draw()
60 bool hitTest(SkScalar x, SkScalar y) { in hitTest()