Lines Matching defs:pRun
599 uint32_t *pPix, int *pRun)
604 *pRun = 0;
637 NWneW = *pRun ? NWneW : NW != W;
649 (*pRun ? old_WWneW : WW != W) << 7 |
673 (*pRun)++;
674 if (x + *pRun >= tile_width - 1)
677 UPDATE_NEIGHBOURS(x + *pRun);
681 int start_pos = x + *pRun;
691 *pRun += run;
704 *pRun += rle;
707 if (x + *pRun >= tile_width - 1)
710 LOAD_NEIGHBOURS(x + *pRun);
726 dc->next_run_pos = x + *pRun;