Home
last modified time | relevance | path

Searched refs:num_rows (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DNinePatch.cpp536 const int32_t num_rows = CalculateSegmentCount(nine_patch->horizontal_stretch_regions, width - 2); in Create() local
538 if ((int64_t)num_rows * (int64_t)num_cols > 0x7f) { in Create()
543 nine_patch->region_colors.reserve(num_rows * num_cols); in Create()