Home
last modified time | relevance | path

Searched refs:GetX2 (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dcubic_bezier_unittest.cc207 EXPECT_NEAR(0.8, cubic1.GetX2(), epsilon); in TEST()
213 EXPECT_NEAR(0, cubic_zero.GetX2(), epsilon); in TEST()
219 EXPECT_NEAR(1, cubic_one.GetX2(), epsilon); in TEST()
225 EXPECT_NEAR(1.5, cubic_oor.GetX2(), epsilon); in TEST()
Dcubic_bezier.h64 double GetX2() const;
Dcubic_bezier.cc205 double CubicBezier::GetX2() const { in GetX2() function in gfx::CubicBezier
/external/webrtc/modules/audio_processing/aec3/
Dsignal_dependent_erle_estimator_unittest.cc52 rtc::ArrayView<const float, kFftLengthBy2Plus1> GetX2() { return X2_; } in GetX2() function in webrtc::__anone22af9a30111::TestInputs
174 s.Update(inputs.GetRenderBuffer(), inputs.GetH2(), inputs.GetX2(), in TEST_P()
203 s.Update(inputs.GetRenderBuffer(), inputs.GetH2(), inputs.GetX2(), in TEST_P()