Searched refs:Interpolate (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.h77 static AccessibilityFocusRing Interpolate(
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform_unittest.cc32 gfx::Transform interpolated = interpolated_rotation.Interpolate(i / 100.0f);
34 interpolated = interpolated_rotation_diff_start_end.Interpolate(i + 100);
48 gfx::Transform interpolated = interpolated_scale.Interpolate(i / 100.0f);
50 interpolated = interpolated_scale_diff_start_end.Interpolate(i + 100);
65 gfx::Transform interpolated = interpolated_xform.Interpolate(i / 100.0f);
67 interpolated = interpolated_xform_diff_start_end.Interpolate(i + 100);
79 gfx::Transform result = interpolated_xform.Interpolate(0.0f);
81 result = interpolated_xform.Interpolate(1.0f);
96 gfx::Transform result = interpolated_xform.Interpolate(0.0f);
98 result = interpolated_xform.Interpolate(1.
[all...]
H A Dinterpolated_transform.cc89 gfx::Transform InterpolatedTransform::Interpolate(float t) const { function in class:ui::InterpolatedTransform
94 result.ConcatTransform(child_->Interpolate(t));
311 return transform_->Interpolate(t);
H A Dinterpolated_transform.h32 // If t <= start_time, Interpolate(t) will return the initial transform, and
33 // if t >= end_time, Interpolate(t) will return the final transform.
38 gfx::Transform Interpolate(float t) const;
46 // If the interpolated transform is reversed, Interpolate(t) will return
47 // Interpolate(1 - t)
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h99 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
111 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters);
116 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters) function in class:Eigen::SplineFitting
148 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) function in class:Eigen::SplineFitting
152 return Interpolate(pts, degree, chord_lengths);
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc112 delegate->SetTransformFromAnimation(interpolated_transform_->Interpolate(t));
117 target->transform = interpolated_transform_->Interpolate(1.0);
/external/chromium_org/media/base/simd/
H A Dlinear_scale_yuv_to_rgb_mmx_x64.asm73 ; Interpolate U
87 ; Interpolate V
99 ; Interpolate first Y1.
114 ; Interpolate Y2 if available.
/external/eigen/unsupported/test/
H A Dsplines.cpp214 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3);
226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableDoubleTest.cpp59 TEST(AnimationAnimatableDoubleTest, Interpolate)
H A DAnimatableUnknownTest.cpp70 TEST_F(AnimationAnimatableUnknownTest, Interpolate)
H A DAnimatableColorTest.cpp48 TEST(AnimationAnimatableColorTest, Interpolate)
H A DAnimatableLengthTest.cpp66 TEST(AnimationAnimatableLengthTest, Interpolate)
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.h58 bool Interpolate(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.h58 bool Interpolate(SkPdfNativeDoc* doc);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h121 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h121 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c107 declaration.Interpolate = 0;
136 declaration.Interpolate = interpolate;
200 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
217 di.Interpolate = interpolate;
365 full_decl->Declaration.Interpolate,
397 if (full_decl->Declaration.Interpolate) {
406 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
H A Dtgsi_parse.c116 if( decl->Declaration.Interpolate ) {
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c107 declaration.Interpolate = 0;
136 declaration.Interpolate = interpolate;
200 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
217 di.Interpolate = interpolate;
365 full_decl->Declaration.Interpolate,
397 if (full_decl->Declaration.Interpolate) {
406 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c282 switch (decl->Interp.Interpolate) {
487 shader->input[i].interpolate = d->Interp.Interpolate;
495 shader->output[i].interpolate = d->Interp.Interpolate;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c282 switch (decl->Interp.Interpolate) {
487 shader->input[i].interpolate = d->Interp.Interpolate;
495 shader->output[i].interpolate = d->Interp.Interpolate;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c301 decl.Declaration.Interpolate = 1;
307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c301 decl.Declaration.Interpolate = 1;
307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;

Completed in 6608 milliseconds

123