Searched defs:LengthSquared (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dvector2d.cc27 int64 Vector2d::LengthSquared() const { function in class:gfx::Vector2d
32 return static_cast<float>(std::sqrt(static_cast<double>(LengthSquared())));
H A Dvector2d_f.cc31 double Vector2dF::LengthSquared() const { function in class:gfx::Vector2dF
36 return static_cast<float>(std::sqrt(LengthSquared()));
H A Dvector3d_f.cc51 double Vector3dF::LengthSquared() const { function in class:gfx::Vector3dF
57 return static_cast<float>(std::sqrt(LengthSquared()));

Completed in 66 milliseconds