Searched defs:LinearInterpolater (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 281 template <typename S, typename D, typename C> struct LinearInterpolater { struct 286 constexpr LinearInterpolater(Mapping const mapping[], int mappingCount) in LinearInterpolater() function 289 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map() 295 D map(S val) const { in map() 331 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() argument
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 478 template <typename S, typename D, typename C> struct LinearInterpolater { struct 483 constexpr LinearInterpolater(Mapping const mapping[], int mappingCount) in LinearInterpolater() argument 486 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map() 492 D map(S val) const { in map() 511 Mapping const * fMapping; 512 int fMappingCount;
|