Searched refs:optionKey (Results 1 – 4 of 4) sorted by relevance
451 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() argument455 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() argument466 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() argument476 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() argument512 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() argument520 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_int()[all …]
48 optionKey = 1 << optionKeyBit variable
41 if( GetCurrentKeyModifiers() & optionKey )