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

  /frameworks/base/tools/aapt2/compile/
Image.h 177 std::vector<uint32_t> region_colors; member in class:aapt::NinePatch
NinePatch.cpp 558 nine_patch->region_colors.reserve(num_rows * num_cols);
561 height - 2, &nine_patch->region_colors);
612 data.numColors = static_cast<uint8_t>(region_colors.size());
621 (const int32_t*)vertical_stretch_regions.data(), region_colors.data(),
NinePatch_test.cpp 296 EXPECT_EQ(expected_colors, nine_patch->region_colors);

Completed in 136 milliseconds