Searched refs:fromDataProvider (Results 1 – 3 of 3) sorted by relevance
63 SkFontStyle SkCTFontDescriptorGetSkFontStyle(CTFontDescriptorRef desc, bool fromDataProvider);
357 static int ct_weight_to_fontstyle(CGFloat cgWeight, bool fromDataProvider) { in ct_weight_to_fontstyle() argument382 return fromDataProvider ? dataProviderInterpolator.map(cgWeight) in ct_weight_to_fontstyle()414 SkFontStyle SkCTFontDescriptorGetSkFontStyle(CTFontDescriptorRef desc, bool fromDataProvider) { in SkCTFontDescriptorGetSkFontStyle() argument432 return SkFontStyle(ct_weight_to_fontstyle(weight, fromDataProvider), in SkCTFontDescriptorGetSkFontStyle()
615 static int ct_weight_to_fontstyle(CGFloat cgWeight, bool fromDataProvider) { in ct_weight_to_fontstyle() argument653 return fromDataProvider ? dataProviderInterpolator.map(cgWeight) in ct_weight_to_fontstyle()685 static SkFontStyle fontstyle_from_descriptor(CTFontDescriptorRef desc, bool fromDataProvider) { in fontstyle_from_descriptor() argument703 return SkFontStyle(ct_weight_to_fontstyle(weight, fromDataProvider), in fontstyle_from_descriptor()