OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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