Lines Matching refs:Range
95 std::vector<Range>* primary_ranges, in FillRanges()
96 std::vector<Range>* secondary_ranges, in FillRanges()
120 primary_ranges->push_back(Range(idx - 1, length - 2)); in FillRanges()
122 secondary_ranges->push_back(Range(idx - 1, length - 2)); in FillRanges()
219 static bool PopulateBounds(const std::vector<Range>& padding, in PopulateBounds()
220 const std::vector<Range>& layout_bounds, in PopulateBounds()
221 const std::vector<Range>& stretch_regions, in PopulateBounds()
236 const Range& range = padding.front(); in PopulateBounds()
257 const Range& range = layout_bounds.front(); in PopulateBounds()
271 const Range& range = layout_bounds.back(); in PopulateBounds()
285 static int32_t CalculateSegmentCount(const std::vector<Range>& stretch_regions, in CalculateSegmentCount()
342 uint8_t** rows, const std::vector<Range>& horizontal_stretch_regions, in CalculateRegionColors()
343 const std::vector<Range>& vertical_stretch_regions, const int32_t width, in CalculateRegionColors()
469 std::vector<Range> horizontal_padding; in Create()
470 std::vector<Range> horizontal_layout_bounds; in Create()
471 std::vector<Range> vertical_padding; in Create()
472 std::vector<Range> vertical_layout_bounds; in Create()
473 std::vector<Range> unexpected_ranges; in Create()
497 const Range& range = unexpected_ranges[0]; in Create()
513 const Range& range = unexpected_ranges[0]; in Create()
679 ::std::ostream& operator<<(::std::ostream& out, const Range& range) { in operator <<()