Lines Matching refs:font_bits
258 int font_bits = 8; in GetFontBits() local
263 font_bits = 1; in GetFontBits()
267 font_bits = 2; in GetFontBits()
271 font_bits = 4; in GetFontBits()
275 font_bits = 8; in GetFontBits()
279 return font_bits; in GetFontBits()
283 BOOL IsFontBitsSupported(INT font_bits) in IsFontBitsSupported() argument
285 switch (font_bits) in IsFontBitsSupported()
684 INT bits_per_pix = info->font_bits; in MakeFontPage()
838 int bits_per_pix = info->font_bits; in MakeFont()
997 int bits_per_pix = info->font_bits; in InsertStringTableGlyphs()
1548 pitch = GetRowPitch(kerning_glyph->gx_glyph_width, info->font_bits); in GetFontStorage()
1560 pitch = GetRowPitch(glyph->gx_glyph_width, info->font_bits); in GetFontStorage()