Searched refs:w_prev (Results 1 – 1 of 1) sorted by relevance
480 int w_prev; in FindBestSolidArea() local483 w_prev = w; in FindBestSolidArea()489 dw = (w_prev > MAX_SPLIT_TILE_SIZE) ? in FindBestSolidArea()490 MAX_SPLIT_TILE_SIZE : w_prev; in FindBestSolidArea()495 for (dx = x + dw; dx < x + w_prev;) { in FindBestSolidArea()496 dw = (dx + MAX_SPLIT_TILE_SIZE <= x + w_prev) ? in FindBestSolidArea()497 MAX_SPLIT_TILE_SIZE : (x + w_prev - dx); in FindBestSolidArea()503 w_prev = dx - x; in FindBestSolidArea()504 if (w_prev * (dy + dh - y) > w_best * h_best) { in FindBestSolidArea()505 w_best = w_prev; in FindBestSolidArea()