Searched defs:Vector2d (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.h | 28 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function 29 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
|
D | insets.h | 18 class Vector2d; variable
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d.h | 25 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function 26 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
|
H A D | insets.h | 15 class Vector2d; variable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | vector2d.h | 28 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function 29 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
|
D | insets.h | 18 class Vector2d; variable
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/mojo/ |
H A D | geometry_struct_traits_unittest.cc | 184 TEST_F(GeometryStructTraitsTest, Vector2d) { in TEST_F() argument
|