Home
last modified time | relevance | path

Searched defs:RangeF (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/ui/gfx/range/
H A Drange_f.h23 constexpr RangeF() : RangeF(0.f) {} in RangeF() function
26 constexpr RangeF(float start, float end) : start_(start), end_(end) {} in RangeF() function
29 constexpr explicit RangeF(float position) : RangeF(position, position) {} in RangeF() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/range/
Drange_f.h26 constexpr RangeF() : RangeF(0.f) {} in RangeF() function
29 constexpr RangeF(float start, float end) : start_(start), end_(end) {} in RangeF() function
32 constexpr explicit RangeF(float position) : RangeF(position, position) {} in RangeF() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/range/
Drange_f.h26 constexpr RangeF() : RangeF(0.f) {} in RangeF() function
29 constexpr RangeF(float start, float end) : start_(start), end_(end) {} in RangeF() function
32 constexpr explicit RangeF(float position) : RangeF(position, position) {} in RangeF() function
/aosp_15_r20/external/libchrome/ui/gfx/range/mojo/
H A Drange_struct_traits_unittest.cc57 TEST_F(RangeStructTraitsTest, RangeF) { in TEST_F() argument