Searched refs:x_step (Results 1 – 1 of 1) sorted by relevance
178 int x_end, int x_step, int* x_start) { in VScanForEdge() argument180 for (int x = *x_start; x != x_end; x += x_step) { in VScanForEdge()299 int y_start, int y_end, int x_step) { in VScanForBlack() argument300 for (int x = x_start; x != x_end; x += x_step) { in VScanForBlack()