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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
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 35 #include "core/animation/interpolation/StyleInterpolation.h"
44 void copyToActiveInterpolationMap(const WillBeHeapVector<RefPtrWillBeMember<WebCore::Interpolation> >& source, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<WebCore::Interpolation> >& target)
47 Interpolation* interpolation = source[i].get(); local
48 target.set(toStyleInterpolation(interpolation)->id(), interpolation);
58 void copyNewAnimationsToActiveInterpolationMap(const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& result)
61 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample = newAnimations[i]->sample(0);
92 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationStack::activeInterpolations(AnimationStack* animationStack, const WillBeHeapVector<Raw (…)
    [all...]
KeyframeEffectModelTest.cpp 36 #include "core/animation/interpolation/LegacyStyleInterpolation.h"
70 void expectProperty(CSSPropertyID property, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
72 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get()); local
73 ASSERT_EQ(property, interpolation->id());
76 void expectDoubleValue(double expectedValue, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
78 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get()); local
79 RefPtrWillBeRawPtr<AnimatableValue> value = interpolation->currentValue();
92 Interpolation* findValue(WillBeHeapVector<RefPtrWillBeMember<Interpolation> >& values, CSSPropertyID id)
107 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > values = effect->sample(0, 0.6, duration)
    [all...]
  /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/angle/src/common/
shadervars.h 23 // Varying interpolation qualifier, see section 4.3.9 of the ESSL 3.00.4 spec
105 InterpolationType interpolation; member in struct:gl::Varying
111 interpolation(interpolationIn)
  /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/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 43 unsigned interpolation; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 43 unsigned interpolation; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
  /external/deqp/framework/opengl/
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/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 74 enum Interpolation
83 static const char* getInterpolationName (Interpolation interp)
98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_)
101 , interpolation (interp_)
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member in struct:deqp::gles3::Functional::TransformFeedback::Varying
185 void addVarying (const char* name, const glu::VarType& type, Interpolation interp);
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp)
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 41 #include "core/animation/interpolation/StyleInterpolation.h"
1064 const StyleInterpolation* interpolation = toStyleInterpolation(iter->value.get()); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 115 unsigned interpolation : 5; member in struct:sm4_token_instruction::__anon17776::__anon17783
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 115 unsigned interpolation : 5; member in struct:sm4_token_instruction::__anon31335::__anon31342
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 426 milliseconds