Home
last modified time | relevance | path

Searched refs:Interpolator (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.h116 class Interpolator {
118 Interpolator();
146 std::array<Interpolator, s_max_interpolators> m_interpolator;
Dsfn_shader_fs.cpp986 FragmentShaderEG::Interpolator::Interpolator(): in Interpolator() function in r600::FragmentShaderEG::Interpolator
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp331 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/
DSkFontHost_mac.cpp578 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/
DInterpolatorTest.cpp19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp657 template <typename Interpolator>
662 const Interpolator& interpolator) in verifyTriangleGroupInterpolationWithInterpolator()