Searched defs:Vector2dF (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/ |
D | vector2d_f.h | 25 constexpr Vector2dF() : x_(0), y_(0) {} in Vector2dF() function 26 constexpr Vector2dF(float x, float y) : x_(x), y_(y) {} in Vector2dF() function
|
D | vector2d.h | 70 operator Vector2dF() const { in Vector2dF() function
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d_f.h | 22 constexpr Vector2dF() : x_(0), y_(0) {} in Vector2dF() function 23 constexpr Vector2dF(float x, float y) : x_(x), y_(y) {} in Vector2dF() function
|
H A D | vector2d.h | 67 operator Vector2dF() const { in Vector2dF() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | vector2d_f.h | 25 constexpr Vector2dF() : x_(0), y_(0) {} in Vector2dF() function 26 constexpr Vector2dF(float x, float y) : x_(x), y_(y) {} in Vector2dF() function
|
D | vector2d.h | 70 operator Vector2dF() const { in Vector2dF() function
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/mojo/ |
H A D | geometry_struct_traits_unittest.cc | 195 TEST_F(GeometryStructTraitsTest, Vector2dF) { in TEST_F() argument
|