Home
last modified time | relevance | path

Searched refs:cgWeight (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
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()
383 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()
/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()
654 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()