Home
last modified time | relevance | path

Searched defs:LinearInterpolater (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_mac_ct.cpp219 template <typename S, typename D, typename C> struct LinearInterpolater { struct
224 constexpr LinearInterpolater(Mapping const mapping[], int mappingCount) in LinearInterpolater() function
227 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
233 D map(S val) const { in map()
269 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() argument