Lines Matching refs:num_pixels
1218 int32_t num_pixels;1341 num_pixels = src_width - sx;1343 if (num_pixels > width_remain)1344 num_pixels = width_remain;1347 info2.width = num_pixels;1352 width_remain -= num_pixels;1353 info2.mask_x += num_pixels;1354 info2.dest_x += num_pixels;