Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp549 const int32_t num_rows = in Create() local
553 if ((int64_t)num_rows * (int64_t)num_cols > 0x7f) { in Create()
558 nine_patch->region_colors.reserve(num_rows * num_cols); in Create()