Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAAGeometry.cpp929 #define SET_CONTROL(Name) set_controlList(index++, &f##Name##Control, \ macro
939 SET_CONTROL(Width); in init_controlList()
940 SET_CONTROL(Res); in init_controlList()
941 SET_CONTROL(Filter); in init_controlList()
942 SET_CONTROL(Weight); in init_controlList()
945 #undef SET_CONTROL
/external/skia/samplecode/
DSampleAAGeometry.cpp929 #define SET_CONTROL(Name) set_controlList(index++, &f##Name##Control, \ macro
939 SET_CONTROL(Width); in init_controlList()
940 SET_CONTROL(Res); in init_controlList()
941 SET_CONTROL(Filter); in init_controlList()
942 SET_CONTROL(Weight); in init_controlList()
945 #undef SET_CONTROL
/external/chromium-trace/catapult/third_party/pyserial/serial/
Drfc2217.py117 SET_CONTROL = to_bytes([5]) variable
144 SET_CONTROL: SERVER_SET_CONTROL,
422 'control': TelnetSubnegotiation(self, 'control', SET_CONTROL, SERVER_SET_CONTROL),
1179 elif suboption[1:2] == SET_CONTROL: