Home
last modified time | relevance | path

Searched refs:fromDataProvider (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkTypeface_mac_ct.h63 SkFontStyle SkCTFontDescriptorGetSkFontStyle(CTFontDescriptorRef desc, bool fromDataProvider);
DSkTypeface_mac_ct.cpp357 static int ct_weight_to_fontstyle(CGFloat cgWeight, bool fromDataProvider) { in ct_weight_to_fontstyle() argument
382 return fromDataProvider ? dataProviderInterpolator.map(cgWeight) in ct_weight_to_fontstyle()
414 SkFontStyle SkCTFontDescriptorGetSkFontStyle(CTFontDescriptorRef desc, bool fromDataProvider) { in SkCTFontDescriptorGetSkFontStyle() argument
432 return SkFontStyle(ct_weight_to_fontstyle(weight, fromDataProvider), in SkCTFontDescriptorGetSkFontStyle()
/external/skqp/src/ports/
DSkFontHost_mac.cpp615 static int ct_weight_to_fontstyle(CGFloat cgWeight, bool fromDataProvider) { in ct_weight_to_fontstyle() argument
653 return fromDataProvider ? dataProviderInterpolator.map(cgWeight) in ct_weight_to_fontstyle()
685 static SkFontStyle fontstyle_from_descriptor(CTFontDescriptorRef desc, bool fromDataProvider) { in fontstyle_from_descriptor() argument
703 return SkFontStyle(ct_weight_to_fontstyle(weight, fromDataProvider), in fontstyle_from_descriptor()