Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DNinePatch.cpp537 const int32_t num_cols = CalculateSegmentCount(nine_patch->vertical_stretch_regions, height - 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()