/external/chromium_org/ui/gfx/ |
D | interpolated_transform_unittest.cc | 32 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 …]
|
D | interpolated_transform.cc | 89 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()
|
D | interpolated_transform.h | 38 gfx::Transform Interpolate(float t) const;
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 99 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/ |
D | linear_scale_yuv_to_rgb_mmx_x64.asm | 73 ; Interpolate U 87 ; Interpolate V 99 ; Interpolate first Y1. 114 ; Interpolate Y2 if available.
|
/external/chromium_org/ash/rotator/ |
D | screen_rotation.cc | 112 delegate->SetTransformFromAnimation(interpolated_transform_->Interpolate(t)); in OnProgress() 117 target->transform = interpolated_transform_->Interpolate(1.0); in OnGetTarget()
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 214 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/ |
D | accessibility_focus_ring.h | 77 static AccessibilityFocusRing Interpolate(
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 107 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/ |
D | tgsi_build.c | 107 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()
|
D | tgsi_parse.c | 116 if( decl->Declaration.Interpolate ) { in tgsi_parse_token()
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 121 unsigned Interpolate : 1; /**< any interpolation info? */ member 141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 121 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/ |
D | SkPdfImageDictionary_autogen.h | 58 bool Interpolate(SkPdfNativeDoc* doc);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfImageDictionary_autogen.h | 58 bool Interpolate(SkPdfNativeDoc* doc);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableDoubleTest.cpp | 59 TEST(AnimationAnimatableDoubleTest, Interpolate) in TEST() argument
|
D | AnimatableUnknownTest.cpp | 70 TEST_F(AnimationAnimatableUnknownTest, Interpolate) in TEST_F() argument
|
D | AnimatableColorTest.cpp | 48 TEST(AnimationAnimatableColorTest, Interpolate) in TEST() argument
|
D | AnimatableLengthTest.cpp | 66 TEST(AnimationAnimatableLengthTest, Interpolate) in TEST() argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; in emit_output() 102 decl.Interp.Interpolate = interp; in emit_output()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; in emit_output() 102 decl.Interp.Interpolate = interp; in emit_output()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 282 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/ |
D | radeonsi_shader.c | 282 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/ |
D | u_pstipple.c | 301 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/ |
D | u_pstipple.c | 301 decl.Declaration.Interpolate = 1; in pstip_transform_inst() 307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_inst()
|