Lines Matching refs:bits_per_pix

233 INT GetRowPitch(INT width, INT bits_per_pix)  in GetRowPitch()  argument
238 switch (bits_per_pix) in GetRowPitch()
409 void RleEncodeGlyphData(GX_COMPRESSED_GLYPH *glyph, int bits_per_pix) in RleEncodeGlyphData() argument
413 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleEncodeGlyphData()
435 GX_UBYTE* RleDecodeGlyphData(GX_COMPRESSED_GLYPH* glyph, int bits_per_pix) in RleDecodeGlyphData() argument
437 int pitch = GetRowPitch(glyph->gx_glyph_width, bits_per_pix); in RleDecodeGlyphData()
496 void CopyGlyphData(GX_GLYPH *put_glyph, GXS_FONT_DATA &glyph, int bits_per_pix, BOOL reversed_order) in CopyGlyphData() argument
516 bitmap_size = GetRowPitch(glyph.width, bits_per_pix) * glyph.height; in CopyGlyphData()
525 switch(bits_per_pix) in CopyGlyphData()
627 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, int bits_per_pix, FontCharMap &map) in GetFontMetrics() argument
634 if (bits_per_pix == 1) in GetFontMetrics()
684 INT bits_per_pix = info->font_bits; in MakeFontPage() local
745 switch(bits_per_pix) in MakeFontPage()
798 CopyGlyphData((GX_GLYPH *)put_compressed_glyph, glyph, bits_per_pix, reversed_order); in MakeFontPage()
801 RleEncodeGlyphData(put_compressed_glyph, bits_per_pix); in MakeFontPage()
808 CopyGlyphData((GX_GLYPH *)put_kerning_glyph, glyph, bits_per_pix, reversed_order); in MakeFontPage()
817 CopyGlyphData(put_glyph, glyph, bits_per_pix, reversed_order); in MakeFontPage()
838 int bits_per_pix = info->font_bits; in MakeFont() local
948 GetFontMetrics(handle, height, metrics, first_char, first_char, bits_per_pix, char_map); in MakeFont()
997 int bits_per_pix = info->font_bits; in InsertStringTableGlyphs() local
1016 if (bits_per_pix > 1) in InsertStringTableGlyphs()
1023 switch (bits_per_pix) in InsertStringTableGlyphs()
1061 … CopyGlyphData((GX_GLYPH *)put_glyph, glyph, bits_per_pix, reversed_order); in InsertStringTableGlyphs()
1087 … CopyGlyphData((GX_GLYPH *)put_glyph, glyph, bits_per_pix, reversed_order); in InsertStringTableGlyphs()
1090 RleEncodeGlyphData(put_glyph, bits_per_pix); in InsertStringTableGlyphs()
1106 CopyGlyphData(put_glyph, glyph, bits_per_pix, reversed_order); in InsertStringTableGlyphs()