Searched refs:interpolate (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableUnknownTest.cpp72 EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0).get())->toCSSValue());
73 EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.4).get())->toCSSValue());
74 EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.5).get())->toCSSValue());
75 EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.6).get())->toCSSValue());
76 EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 1).get())->toCSSValue());
78 EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0).get())->toCSSValue());
79 EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.4).get())->toCSSValue());
80 EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.5).get())->toCSSValue());
81 EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.6).get())->toCSSValue());
82 EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknow
[all...]
H A DAnimatableLengthBox.cpp40 AnimatableValue::interpolate(this->left(), lengthBox->left(), fraction),
41 AnimatableValue::interpolate(this->right(), lengthBox->right(), fraction),
42 AnimatableValue::interpolate(this->top(), lengthBox->top(), fraction),
43 AnimatableValue::interpolate(this->bottom(), lengthBox->bottom(), fraction));
H A DAnimatableDoubleTest.cpp63 EXPECT_EQ(5, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), -0.5).get())->toDouble());
64 EXPECT_EQ(10, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0).get())->toDouble());
65 EXPECT_EQ(14, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.4).get())->toDouble());
66 EXPECT_EQ(15, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.5).get())->toDouble());
67 EXPECT_EQ(16, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.6).get())->toDouble());
68 EXPECT_EQ(20, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1).get())->toDouble());
69 EXPECT_EQ(25, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->toDouble());
H A DAnimatableLengthPoint3D.cpp40 AnimatableValue::interpolate(this->x(), lengthPoint->x(), fraction),
41 AnimatableValue::interpolate(this->y(), lengthPoint->y(), fraction),
42 AnimatableValue::interpolate(this->z(), lengthPoint->z(), fraction));
H A DAnimatableLengthPoint.cpp40 AnimatableValue::interpolate(this->x(), lengthPoint->x(), fraction),
41 AnimatableValue::interpolate(this->y(), lengthPoint->y(), fraction));
H A DAnimatableLengthSize.cpp40 AnimatableValue::interpolate(this->width(), lengthSize->width(), fraction),
41 AnimatableValue::interpolate(this->height(), lengthSize->height(), fraction));
H A DAnimatableLengthBoxAndBool.cpp49 AnimatableValue::interpolate(box(), lengthBox->box(), fraction),
H A DAnimatableValue.cpp52 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableValue::interpolate(const AnimatableValue* left, const AnimatableValue* right, double fraction) function in class:blink::AnimatableValue
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValue.cpp12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableNumber
22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableBool
30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableList
46 result->set(i, m_values[i]->interpolate(*(toList.m_values[i]), progress));
59 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableAnimatableValue::interpolate(const InterpolableValue &other, const double percentage) const function in class:blink::InterpolableAnimatableValue
66 return create(AnimatableValue::interpolate(m_value.get(), otherValue.m_value.get(), percentage));
H A DInterpolation.cpp47 void Interpolation::interpolate(int iteration, double fraction) const function in class:blink::Interpolation
50 m_cachedValue = m_start->interpolate(*m_end, fraction);
H A DInterpolation.h21 void interpolate(int iteration, double fraction) const;
H A DInterpolationEffect.cpp22 interpolation->interpolate(0, localFraction);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h55 int interpolate);
60 int interpolate);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/libyuv/files/include/libyuv/
H A Dscale.h65 bool interpolate);
71 bool interpolate);
/external/replicaisland/src/com/replica/replicaisland/
H A DMovementComponent.java44 float offsetX = sInterpolator.interpolate(timeDelta);
50 float offsetY = sInterpolator.interpolate(timeDelta);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe.h118 // height. The parameter "interpolate" controls whether to interpolate or just
143 // height. The parameter "interpolate" controls whether to interpolate or just
148 size_t width, size_t height, bool interpolate, bool crop) const;
154 // "interpolate" controls whether to interpolate or just take the
158 bool interpolate, bool crop) const;
161 // frame. The parameter "interpolate" controls whether to interpolate o
[all...]
H A Dvideoframe.cc122 size_t width, size_t height, bool interpolate, bool vert_crop) const {
166 static_cast<int>(width), static_cast<int>(height), interpolate);
172 bool interpolate, bool vert_crop) const {
187 dst_width, dst_height, interpolate, vert_crop);
193 bool interpolate, bool vert_crop) const {
202 interpolate, vert_crop);
208 bool interpolate, bool vert_crop) const {
214 StretchToFrame(dest, interpolate, vert_crop);
119 StretchToPlanes( uint8* dst_y, uint8* dst_u, uint8* dst_v, int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
170 StretchToBuffer(size_t dst_width, size_t dst_height, uint8* dst_buffer, size_t size, bool interpolate, bool vert_crop) const argument
192 StretchToFrame(VideoFrame* dst, bool interpolate, bool vert_crop) const argument
207 Stretch(size_t dst_width, size_t dst_height, bool interpolate, bool vert_crop) const argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc148 bool interpolate, bool vert_crop) const {
154 bool interpolate, bool vert_crop) const {
160 VideoFrame* dst, bool interpolate, bool vert_crop) const {
165 size_t dst_width, size_t dst_height, bool interpolate,
145 StretchToPlanes( uint8* dst_y, uint8* dst_u, uint8* dst_v, int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
152 StretchToBuffer( size_t dst_width, size_t dst_height, uint8* dst_buffer, size_t size, bool interpolate, bool vert_crop) const argument
159 StretchToFrame( VideoFrame* dst, bool interpolate, bool vert_crop) const argument
164 Stretch( size_t dst_width, size_t dst_height, bool interpolate, bool vert_crop) const argument
H A Dwebrtctexturevideoframe.h88 size_t width, size_t height, bool interpolate, bool crop) const;
90 bool interpolate, bool crop) const;
91 virtual void StretchToFrame(VideoFrame* target, bool interpolate,
93 virtual VideoFrame* Stretch(size_t w, size_t h, bool interpolate,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h84 LIBYUV_BOOL interpolate);
90 LIBYUV_BOOL interpolate);
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dscale.h84 LIBYUV_BOOL interpolate);
90 LIBYUV_BOOL interpolate);

Completed in 6444 milliseconds

12345