Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp657 enum ControlType { enum in MyClick
686 MyClick(ClickType type, ControlType control) in MyClick()
695 , fControl((ControlType) index) in MyClick()
702 , fControl((ControlType) index) in MyClick()
728 MyClick::ControlType fControlType;
738 MyClick::ControlType fButtonType;
741 static void enable_verb_button(MyClick::ControlType type) { in enable_verb_button()
743 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button()
917 void set_controlList(int index, UniControl* control, MyClick::ControlType type) { in set_controlList()
940 void set_buttonList(int index, Button* button, MyClick::ControlType type) { in set_buttonList()