Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DNinePatch.cpp340 int32_t next_top = 0; in CalculateRegionColors() local
343 while (next_top != height) { in CalculateRegionColors()
345 if (next_top != row_iter->start) { in CalculateRegionColors()
348 bounds.top = next_top + 1; in CalculateRegionColors()
350 next_top = row_iter->start; in CalculateRegionColors()
356 next_top = row_iter->end; in CalculateRegionColors()
362 bounds.top = next_top + 1; in CalculateRegionColors()
364 next_top = height; in CalculateRegionColors()