Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp345 int32_t next_top = 0; in CalculateRegionColors() local
348 while (next_top != height) { in CalculateRegionColors()
350 if (next_top != row_iter->start) { in CalculateRegionColors()
353 bounds.top = next_top + 1; in CalculateRegionColors()
355 next_top = row_iter->start; in CalculateRegionColors()
361 next_top = row_iter->end; in CalculateRegionColors()
367 bounds.top = next_top + 1; in CalculateRegionColors()
369 next_top = height; in CalculateRegionColors()