Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp331 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() typedef
357 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
387 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWidthForCSSWidth() typedef
401 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_width_to_fontstyle() typedef
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp986 FragmentShaderEG::Interpolator::Interpolator(): in Interpolator() function in r600::FragmentShaderEG::Interpolator