Home
last modified time | relevance | path

Searched refs:Interpolate (Results 1 – 25 of 57) sorted by relevance

123

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

123