Searched refs:yscan (Results 1 – 1 of 1) sorted by relevance
808 int yscan = 1 << bits; in CopyTileWithColorTransform() local814 if (yscan > ysize - tile_y) { in CopyTileWithColorTransform()815 yscan = ysize - tile_y; in CopyTileWithColorTransform()817 yscan += tile_y; in CopyTileWithColorTransform()818 for (y = tile_y; y < yscan; ++y) { in CopyTileWithColorTransform()