Searched defs:vertical_stretch_regions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DImage.h170 std::vector<Range> vertical_stretch_regions; member in class:aapt::NinePatch
H A DNinePatch.cpp343 const std::vector<Range>& vertical_stretch_regions, const int32_t width,
347 auto row_iter = vertical_stretch_regions.begin();
349 if (row_iter != vertical_stretch_regions.end()) {
507 &nine_patch->vertical_stretch_regions, &unexpected_ranges,
541 nine_patch->vertical_stretch_regions, height - 2,
552 CalculateSegmentCount(nine_patch->vertical_stretch_regions, height - 2);
560 nine_patch->vertical_stretch_regions, width - 2,
611 data.numYDivs = static_cast<uint8_t>(vertical_stretch_regions.size()) * 2;
621 (const int32_t*)vertical_stretch_regions.data(), region_colors.data(),
692 << util::Joiner(nine_patch.vertical_stretch_regions, " ")
341 CalculateRegionColors( uint8_t** rows, const std::vector<Range>& horizontal_stretch_regions, const std::vector<Range>& vertical_stretch_regions, const int32_t width, const int32_t height, std::vector<uint32_t>* out_colors) argument
[all...]

Completed in 72 milliseconds