Searched refs:step_source (Results 1 – 1 of 1) sorted by relevance
305 gx_rop_source_t step_source; in tile_masked_fill() local307 step_source.sdata = source->sdata + (y - ptfs->y0) * source->sraster; in tile_masked_fill()308 step_source.sourcex = source->sourcex + (x - ptfs->x0); in tile_masked_fill()309 step_source.sraster = source->sraster; in tile_masked_fill()310 step_source.id = (w == ptfs->w0 && h == ptfs->h0 ? in tile_masked_fill()312 step_source.scolors[0] = source->scolors[0]; in tile_masked_fill()313 step_source.scolors[1] = source->scolors[1]; in tile_masked_fill()314 step_source.use_scolors = source->use_scolors; in tile_masked_fill()316 (ptfs->pdevc, x, y, w, h, ptfs->pcdev, ptfs->lop, &step_source); in tile_masked_fill()