Home | History | Annotate | Download | only in ports

Lines Matching defs:biWidth

490     int biWidth = isBW ? alignTo32(fWidth) : fWidth;
502 info.bmiHeader.biWidth = biWidth;
518 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);