Lines Matching refs:right
326 int right,
334 if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) {
340 MarkTilesForUpdate(left, top, right, bottom, ignore_occlusions);
350 paint_rect, left, top, right, bottom, queue, occlusion);
357 int right,
369 for (int i = left; i <= right; ++i) {
403 int right,
407 for (int i = left; i <= right; ++i) {
432 int right,
437 for (int i = left; i <= right; ++i) {
473 int right,
501 for (int i = left; i <= right; ++i) {
631 int left, top, right, bottom;
633 create_tiles_rect, &left, &top, &right, &bottom);
635 for (int i = left; i <= right; ++i) {
751 int left, top, right, bottom;
755 &right,
757 UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
770 int left, top, right, bottom;
772 predicted_visible_rect_, &left, &top, &right, &bottom);
773 MarkOcclusionsAndRequestTextures(left, top, right, bottom, occlusion);
775 left, top, right, bottom, queue, occlusion, &updated);
788 if (!UpdateTiles(left, top, right, bottom, queue, NULL, &updated) ||
818 left, bottom, right, bottom, queue, NULL, &updated) ||
827 left, top, right, top, queue, NULL, &updated) ||
842 while (right < prepaint_right) {
843 ++right;
845 right, top, right, bottom, queue, NULL, &updated) ||
864 int left, top, right, bottom;
866 idle_paint_content_rect, &left, &top, &right, &bottom);
869 for (int i = left; i <= right; ++i) {