HomeSort by relevance Sort by last modified time
    Searched refs:vertical_stretch_regions (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 343 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, " ")
    [all...]
Image.h 170 std::vector<Range> vertical_stretch_regions; member in class:aapt::NinePatch
NinePatch_test.cpp 209 ASSERT_EQ(1u, nine_patch->vertical_stretch_regions.size());
212 EXPECT_EQ(Range(1, 3), nine_patch->vertical_stretch_regions.front());
222 ASSERT_EQ(2u, nine_patch->vertical_stretch_regions.size());
228 EXPECT_EQ(Range(0, 2), nine_patch->vertical_stretch_regions[0]);
229 EXPECT_EQ(Range(3, 5), nine_patch->vertical_stretch_regions[1]);

Completed in 905 milliseconds