Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp419 const int32_t mid2 = length / 2; in FindOutlineInsets() local
420 const int32_t mid1 = mid2 + (length % 2); in FindOutlineInsets()
432 for (int32_t i = length - 1; i >= mid2 && max_alpha != 0xff; i--) { in FindOutlineInsets()