Home
last modified time | relevance | path

Searched refs:bitmap_size (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/framework/
A Dst7789py.py829 bitmap_size = bitmap.HEIGHT * bitmap.WIDTH
830 buffer_len = bitmap_size * 2
832 bs_bit = bitmap.BPP * bitmap_size * index if index > 0 else 0
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1908 unsigned long bitmap_size; in _bdf_parse_glyphs() local
1922 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