Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_mac_ct.cpp346 static constexpr Interpolator nativeInterpolator( in SkCTFontCTWeightForCSSWeight() local
349 return nativeInterpolator.map(fontstyleWeight); in SkCTFontCTWeightForCSSWeight()
377 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle() local
383 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()
/external/skqp/src/ports/
DSkFontHost_mac.cpp603 static constexpr Interpolator nativeInterpolator( local
606 return nativeInterpolator.map(fontstyleWeight);
650 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle() local
654 : nativeInterpolator.map(cgWeight); in ct_weight_to_fontstyle()