Searched refs:ControlType (Results 1 – 3 of 3) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 659 enum ControlType { enum in MyClick 688 MyClick(Sample* target, ClickType type, ControlType control) in MyClick() 699 , fControl((ControlType) index) in MyClick() 707 , fControl((ControlType) index) in MyClick() 733 MyClick::ControlType fControlType; 743 MyClick::ControlType fButtonType; 746 static void enable_verb_button(MyClick::ControlType type) { in enable_verb_button() 748 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button() 924 void set_controlList(int index, UniControl* control, MyClick::ControlType type) { in set_controlList() 947 void set_buttonList(int index, Button* button, MyClick::ControlType type) { in set_buttonList()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 659 enum ControlType { enum in MyClick 688 MyClick(Sample* target, ClickType type, ControlType control) in MyClick() 699 , fControl((ControlType) index) in MyClick() 707 , fControl((ControlType) index) in MyClick() 733 MyClick::ControlType fControlType; 743 MyClick::ControlType fButtonType; 746 static void enable_verb_button(MyClick::ControlType type) { in enable_verb_button() 748 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button() 924 void set_controlList(int index, UniControl* control, MyClick::ControlType type) { in set_controlList() 947 void set_buttonList(int index, Button* button, MyClick::ControlType type) { in set_buttonList()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 1939 enum ControlType in GetControlDetails() enum 1946 ControlType ctype(CT_UNITS_UNSIGNED); in GetControlDetails()
|