HomeSort by relevance Sort by last modified time
    Searched refs:interpolation (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
maven-model-builder-3.2.1.jar 
maven-compat-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolationEffect.h 8 #include "core/animation/Interpolation.h"
19 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const;
21 void addInterpolation(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
23 m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, applyTo));
35 RefPtrWillBeMember<Interpolation> m_interpolation;
42 static PassOwnPtrWillBeRawPtr<InterpolationRecord> create(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
44 return adoptPtrWillBeNoop(new InterpolationRecord(interpolation, easing, start, end, applyFrom, applyTo));
50 InterpolationRecord(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, dou (…)
    [all...]
InterpolationEffect.cpp 10 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InterpolationEffect::getActiveInterpolations(double fraction, double iterationDuration) const
13 WillBeHeapVector<RefPtrWillBeMember<Interpolation> >* result = new WillBeHeapVector<RefPtrWillBeMember<Interpolation> >();
18 RefPtrWillBeRawPtr<Interpolation> interpolation = record->m_interpolation; local
22 interpolation->interpolate(0, localFraction);
23 result->append(interpolation);
AnimationStack.cpp 45 void copyToActiveInterpolationMap(const WillBeHeapVector<RefPtrWillBeMember<blink::Interpolation> >& source, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<blink::Interpolation> >& target)
48 Interpolation* interpolation = source[i].get(); local
49 target.set(toStyleInterpolation(interpolation)->id(), interpolation);
59 void copyNewAnimationsToActiveInterpolationMap(const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& result)
62 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample = newAnimations[i]->sample(0);
93 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationStack::activeInterpolations(AnimationStack* animationStack, const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >* newAnimations, const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime)
97 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result
    [all...]
InterpolableValueTest.cpp 8 #include "core/animation/Interpolation.h"
16 InterpolableValue* interpolationValue(Interpolation& interpolation)
18 return interpolation.getCachedValueForTesting();
23 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(InterpolableNumber::create(a), InterpolableNumber::create(b));
30 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(InterpolableBool::create(a), InterpolableBool::create(b));
35 PassRefPtrWillBeRawPtr<Interpolation> interpolateLists(PassOwnPtrWillBeRawPtr<InterpolableList> listA, PassOwnPtrWillBeRawPtr<InterpolableList> listB, double progress)
37 RefPtrWillBeRawPtr<Interpolation> i = Interpolation::create(listA, listB)
    [all...]
InterpolationEffectTest.cpp 20 InterpolableValue* interpolationValue(Interpolation& interpolation)
22 return interpolation.getCachedValueForTesting();
25 double getInterpolableNumber(PassRefPtrWillBeRawPtr<Interpolation> value)
34 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(0), InterpolableNumber::create(10)),
37 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration);
59 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(10), InterpolableNumber::create(15)),
61 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(0), InterpolableNumber::create(1)),
63 interpolationEffect->addInterpolation(Interpolation::create(InterpolableNumber::create(1), InterpolableNumber::create(6)),
66 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration)
    [all...]
AnimationStackTest.cpp 74 AnimatableValue* interpolationValue(Interpolation* interpolation)
76 return toLegacyStyleInterpolation(interpolation)->currentValue().get();
89 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
103 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), &newAnimations, 0, Animation::DefaultPriority, 10);
115 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, &cancelledAnimationPlayers, Animation::DefaultPriority, 0);
126 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > interpolations;
  /external/chromium_org/third_party/skia/src/svg/
SkSVGFeColorMatrix.cpp 14 SVG_LITERAL_ATTRIBUTE(color-interpolation-filters, f_color_interpolation_filters),
  /external/skia/src/svg/
SkSVGFeColorMatrix.cpp 14 SVG_LITERAL_ATTRIBUTE(color-interpolation-filters, f_color_interpolation_filters),
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderVars.cpp 111 : interpolation(INTERPOLATION_SMOOTH),
120 interpolation(other.interpolation),
127 interpolation = other.interpolation;
  /external/deqp/framework/opengl/
gluVarType.cpp 176 const char* getInterpolationName (Interpolation interpolation)
180 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
258 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
260 , interpolation (interpolation_)
271 interpolation == other.interpolation &&
335 if (decl.interpolation != INTERPOLATION_LAST)
336 str << getInterpolationName(decl.interpolation) << " ";
gluVarType.hpp 182 enum Interpolation
190 const char* getInterpolationName (Interpolation interpolation);
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
262 Interpolation interpolation; member in struct:glu::VariableDeclaration
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderVars.h 23 // Varying interpolation qualifier, see section 4.3.9 of the ESSL 3.00.4 spec
100 InterpolationType interpolation; member in struct:sh::Varying
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_h_armv6.asm 43 ; bilinear interpolation
73 ; bilinear interpolation
104 ; bilinear interpolation
135 ; bilinear interpolation
vp8_variance_halfpixvar16x16_v_armv6.asm 44 ; bilinear interpolation
74 ; bilinear interpolation
105 ; bilinear interpolation
136 ; bilinear interpolation
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_h_armv6.asm 43 ; bilinear interpolation
73 ; bilinear interpolation
104 ; bilinear interpolation
135 ; bilinear interpolation
vp8_variance_halfpixvar16x16_v_armv6.asm 44 ; bilinear interpolation
74 ; bilinear interpolation
105 ; bilinear interpolation
136 ; bilinear interpolation

Completed in 783 milliseconds

1 2 3 4 5