Home | History | Annotate | Download | only in ports

Lines Matching refs:biWidth

482     int biWidth = isBW ? alignTo32(fWidth) : fWidth;
494 info.bmiHeader.biWidth = biWidth;
510 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);