Searched refs:Interpolator (Results 1 – 8 of 8) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAnimationUtils.java | 6 import android.view.animation.Interpolator; 19 protected static Interpolator loadInterpolator(Context context, int id) { in loadInterpolator()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 26 private static Interpolator sInterpolator = new Interpolator();
|
D | Interpolator.java | 25 public class Interpolator extends AllocationGuard { class 31 public Interpolator() { in Interpolator() method in Interpolator
|
/external/skqp/src/ports/ |
D | SkFontHost_mac.cpp | 589 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/ |
D | SkFontHost_mac.cpp | 589 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/ |
D | InterpolatorTest.cpp | 19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
|
/external/skqp/tests/ |
D | InterpolatorTest.cpp | 19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 653 template <typename Interpolator> 654 …ec& scene, const RasterizationArguments& args, tcu::TestLog& log, const Interpolator& interpolator) in verifyTriangleGroupInterpolationWithInterpolator()
|