Home
last modified time | relevance | path

Searched defs:ScrollOffset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dscroll_offset.h26 ScrollOffset() : x_(0), y_(0) {} in ScrollOffset() function
27 ScrollOffset(float x, float y) : x_(x), y_(y) {} in ScrollOffset() function
28 explicit ScrollOffset(const Vector2dF& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
29 explicit ScrollOffset(const Vector2d& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dscroll_offset.h26 ScrollOffset() : x_(0), y_(0) {} in ScrollOffset() function
27 ScrollOffset(float x, float y) : x_(x), y_(y) {} in ScrollOffset() function
28 explicit ScrollOffset(const Vector2dF& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
29 explicit ScrollOffset(const Vector2d& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dscroll_offset.h23 ScrollOffset() : x_(0), y_(0) {} in ScrollOffset() function
24 ScrollOffset(float x, float y) : x_(x), y_(y) {} in ScrollOffset() function
25 explicit ScrollOffset(const Vector2dF& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
26 explicit ScrollOffset(const Vector2d& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function