Home
last modified time | relevance | path

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

/external/skia/tools/flags/
DCommonFlagsConfig.cpp451 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument
455 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_color()
462 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() argument
466 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_api()
474 bool get_option_graphite_api(const char* optionKey, in get_option_graphite_api() argument
476 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_graphite_api()
509 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() argument
512 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_gpu_surf_type()
519 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() argument
520 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int()
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DEvents.py48 optionKey = 1 << optionKeyBit variable
/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m41 if( GetCurrentKeyModifiers() & optionKey )
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m41 if( GetCurrentKeyModifiers() & optionKey )