Searched refs:bitmap_size (Results 1 – 2 of 2) sorted by relevance
829 bitmap_size = bitmap.HEIGHT * bitmap.WIDTH830 buffer_len = bitmap_size * 2832 bs_bit = bitmap.BPP * bitmap_size * index if index > 0 else 0
1908 unsigned long bitmap_size; in _bdf_parse_glyphs() local1922 bitmap_size = glyph->bpr * glyph->bbx.height; in _bdf_parse_glyphs()1923 if ( glyph->bpr > 0xFFFFU || bitmap_size > 0xFFFFU ) in _bdf_parse_glyphs()1930 glyph->bytes = (unsigned short)bitmap_size; in _bdf_parse_glyphs()
Completed in 8 milliseconds