5 #ifndef FLUTTER_IMPELLER_CORE_RANGE_H_
6 #define FLUTTER_IMPELLER_CORE_RANGE_H_
19 constexpr
Range(
size_t p_offset,
size_t p_length)
36 return Range{start_offset, end_offset - start_offset};
constexpr Range(size_t p_offset, size_t p_length)
constexpr Range Merge(const Range &other)
Create a new range that is a union of this range and other.
constexpr bool operator==(const Range &o) const