Searched refs:optionKey (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 372 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument 377 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() 384 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument 387 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() 394 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument 397 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type() 404 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument 405 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int() 412 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument 413 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_bool()
|
/external/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 424 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument 429 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color() 436 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument 440 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api() 447 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument 450 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type() 457 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument 458 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int() 465 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument 466 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_bool()
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | Events.py | 48 optionKey = 1 << optionKeyBit variable
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 41 if( GetCurrentKeyModifiers() & optionKey )
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 41 if( GetCurrentKeyModifiers() & optionKey )
|