Searched refs:fModeButtons (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/samplecode/ |
D | SampleXfer.cpp | 111 ModeButton fModeButtons[N_Modes]; member in XferDemo 119 fModeButtons[i].init(SkBlendMode_Name(gModes[i]), SkRect::MakeXYWH(x, y, 70, 25)); in addButtons() 143 fModeButtons[i].draw(canvas); in onDrawContent() 166 if (fModeButtons[i].hitTest(x, y)) { in onFindClickHandler()
|
/third_party/skia/samplecode/ |
D | SampleXfer.cpp | 111 ModeButton fModeButtons[N_Modes]; member in XferDemo 119 fModeButtons[i].init(SkBlendMode_Name(gModes[i]), SkRect::MakeXYWH(x, y, 70, 25)); in addButtons() 143 fModeButtons[i].draw(canvas); in onDrawContent() 166 if (fModeButtons[i].hitTest(x, y)) { in onFindClickHandler()
|