Searched refs:cgWeight (Results 1 – 2 of 2) sorted by relevance
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()383 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()
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()654 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()