Home | History | Annotate | Download | only in dib

Lines Matching refs:new_width

1035     int new_width = rect.right / 8 - rect.left / 8;
1052 if (new_width) {
1053 memset(dest_scan_top + 1, index ? 255 : 0, new_width - 1);