Home | History | Annotate | Download | only in ports

Lines Matching refs:biWidth

521         int biWidth = isBW ? alignTo32(glyph.fWidth) : glyph.fWidth;
531 info.bmiHeader.biWidth = biWidth;
543 size_t srcRB = isBW ? (biWidth >> 3) : (glyph.fWidth << 2);