Lines Matching refs:optionKey
451 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()
527 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument
528 SkString* optionValue = fOptionsMap.find(SkString(optionKey)); in get_option_bool()