Lines Matching defs:blit_h
2486 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h, start;
2507 blit_h = pCache->orig_h;
2514 x, y + start, blit_w, blit_h);
2520 height -= blit_h;
2524 pBox->x1, y + blit_h, pBox->x1, y, width, start);
2528 start = blit_h;
2531 if(blit_h > height) blit_h = height;
2534 pBox->x1, y + start, width, blit_h);
2535 height -= blit_h;
2536 start += blit_h;
2537 blit_h <<= 1;
2542 blit_h = pCache->h - phaseY;
2543 if(blit_h > height) blit_h = height;
2550 x, y, blit_w, blit_h);
2556 height -= blit_h;
2558 y += blit_h;
2559 phaseY = (phaseY + blit_h) % pCache->orig_h;