Searched refs:find_dict_float (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp2018 static bool find_dict_float(CFDictionaryRef dict, CFStringRef name, float* value) { function
2068 if (!find_dict_float(dict, kCTFontWeightTrait, &weight)) {
2071 if (!find_dict_float(dict, kCTFontWidthTrait, &width)) {
2074 if (!find_dict_float(dict, kCTFontSlantTrait, &slant)) {
/external/skia/src/ports/
H A DSkFontHost_mac.cpp2018 static bool find_dict_float(CFDictionaryRef dict, CFStringRef name, float* value) { function
2068 if (!find_dict_float(dict, kCTFontWeightTrait, &weight)) {
2071 if (!find_dict_float(dict, kCTFontWidthTrait, &width)) {
2074 if (!find_dict_float(dict, kCTFontSlantTrait, &slant)) {

Completed in 49 milliseconds