Home
last modified time | relevance | path

Searched refs:g_XCount (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Drect_algorithm.cpp45 static size_t g_XCount = 0; member
53 for (size_t idx = 0; idx < g_XCount; idx++) { in CollectGridLineCoords()
60 g_XCoords[g_XCount++] = overlay.left_; in CollectGridLineCoords()
66 for (size_t idx = 0; idx < g_XCount; idx++) { in CollectGridLineCoords()
73 g_XCoords[g_XCount++] = overlay.right_; in CollectGridLineCoords()
176 g_XCount = 0; in ComputeMaxVisibleRegion()
183 for (size_t xIdx = 0; xIdx < g_XCount; xIdx++) { in ComputeMaxVisibleRegion()

Completed in 1 milliseconds