Home
last modified time | relevance | path

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/
Dvector2d.h28 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function
29 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
Dinsets.h18 class Vector2d; variable
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dvector2d.h25 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 Dinsets.h15 class Vector2d; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dvector2d.h28 constexpr Vector2d() : x_(0), y_(0) {} in Vector2d() function
29 constexpr Vector2d(int x, int y) : x_(x), y_(y) {} in Vector2d() function
Dinsets.h18 class Vector2d; variable
/aosp_15_r20/external/libchrome/ui/gfx/geometry/mojo/
H A Dgeometry_struct_traits_unittest.cc184 TEST_F(GeometryStructTraitsTest, Vector2d) { in TEST_F() argument