Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAnimationUtils.java6 import android.view.animation.Interpolator;
19 protected static Interpolator loadInterpolator(Context context, int id) { in loadInterpolator()
/external/replicaisland/src/com/replica/replicaisland/
DMovementComponent.java26 private static Interpolator sInterpolator = new Interpolator();
DInterpolator.java25 public class Interpolator extends AllocationGuard { class
31 public Interpolator() { in Interpolator() method in Interpolator
/external/skqp/src/ports/
DSkFontHost_mac.cpp589 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; typedef
594 static Interpolator::Mapping nativeWeightMappings[11];
603 static constexpr Interpolator nativeInterpolator(
616 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
625 static constexpr Interpolator::Mapping dataProviderWeightMappings[] = { in ct_weight_to_fontstyle()
638 static constexpr Interpolator dataProviderInterpolator( in ct_weight_to_fontstyle()
641 static Interpolator::Mapping nativeWeightMappings[11]; in ct_weight_to_fontstyle()
650 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle()
659 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in fontstyle_to_ct_width() typedef
663 static constexpr Interpolator::Mapping widthMappings[] = { in fontstyle_to_ct_width()
[all …]
/external/skia/src/ports/
DSkFontHost_mac.cpp589 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; typedef
594 static Interpolator::Mapping nativeWeightMappings[11];
603 static constexpr Interpolator nativeInterpolator(
616 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
625 static constexpr Interpolator::Mapping dataProviderWeightMappings[] = { in ct_weight_to_fontstyle()
638 static constexpr Interpolator dataProviderInterpolator( in ct_weight_to_fontstyle()
641 static Interpolator::Mapping nativeWeightMappings[11]; in ct_weight_to_fontstyle()
650 static constexpr Interpolator nativeInterpolator( in ct_weight_to_fontstyle()
659 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in fontstyle_to_ct_width() typedef
663 static constexpr Interpolator::Mapping widthMappings[] = { in fontstyle_to_ct_width()
[all …]
/external/skia/tests/
DInterpolatorTest.cpp19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DInterpolatorTest.cpp19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp653 template <typename Interpolator>
654 …ec& scene, const RasterizationArguments& args, tcu::TestLog& log, const Interpolator& interpolator) in verifyTriangleGroupInterpolationWithInterpolator()