Lines Matching full:xsize
960 int quality, int xsize, int ysize,
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
971 const uint32_t* const tile_argb = argb + tile_y_offset * xsize
976 GetBestGreenToRed(tile_argb, xsize, tile_width, tile_height,
978 GetBestGreenRedToBlue(tile_argb, xsize, tile_width, tile_height,
984 static void CopyTileWithColorTransform(int xsize, int ysize,
989 const int xscan = GetMin(max_tile_size, xsize - tile_x);
991 argb += tile_y * xsize + tile_x;
994 argb += xsize;