Searched refs:Interpolator (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fs.h | 116 class Interpolator { 118 Interpolator(); 146 std::array<Interpolator, s_max_interpolators> m_interpolator;
|
D | sfn_shader_fs.cpp | 986 FragmentShaderEG::Interpolator::Interpolator(): in Interpolator() function in r600::FragmentShaderEG::Interpolator
|
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 331 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() typedef 336 static Interpolator::Mapping nativeWeightMappings[11]; in SkCTFontCTWeightForCSSWeight() 345 static constexpr Interpolator nativeInterpolator( in SkCTFontCTWeightForCSSWeight() 357 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef 362 static Interpolator::Mapping nativeWeightMappings[11]; in ct_weight_to_fontstyle() 363 static Interpolator::Mapping dataProviderWeightMappings[11]; in ct_weight_to_fontstyle() 376 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle() 378 static constexpr Interpolator dataProviderInterpolator( in ct_weight_to_fontstyle() 387 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWidthForCSSWidth() typedef 391 static constexpr Interpolator::Mapping widthMappings[] = { in SkCTFontCTWidthForCSSWidth() [all …]
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 578 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; typedef 583 static Interpolator::Mapping nativeWeightMappings[11]; 592 static constexpr Interpolator nativeInterpolator( 605 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef 614 static constexpr Interpolator::Mapping dataProviderWeightMappings[] = { in ct_weight_to_fontstyle() 627 static constexpr Interpolator dataProviderInterpolator( in ct_weight_to_fontstyle() 630 static Interpolator::Mapping nativeWeightMappings[11]; in ct_weight_to_fontstyle() 639 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle() 648 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in fontstyle_to_ct_width() typedef 652 static constexpr Interpolator::Mapping widthMappings[] = { in fontstyle_to_ct_width() [all …]
|
/third_party/flutter/skia/tests/ |
D | InterpolatorTest.cpp | 19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRasterizationVerifier.cpp | 657 template <typename Interpolator> 662 const Interpolator& interpolator) in verifyTriangleGroupInterpolationWithInterpolator()
|