Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c678 GFX_FontInfo fonttable; in MApi_GFX_QueryTextDispLength() local
679 GFX_FontInfo* pFont = &fonttable; in MApi_GFX_QueryTextDispLength()
686 fpGFX_CBGetFont(fhandle, &fonttable); in MApi_GFX_QueryTextDispLength()
690 fonttable.addr = osd_fonttable.glyph_addr; in MApi_GFX_QueryTextDispLength()
691 fonttable.fmt = osd_fonttable.fmt; in MApi_GFX_QueryTextDispLength()
692 fonttable.height = osd_fonttable.height; in MApi_GFX_QueryTextDispLength()
693 fonttable.len = osd_fonttable.char_glyph_bytes; in MApi_GFX_QueryTextDispLength()
694 fonttable.offset = osd_fonttable.char_glyph_bytes; in MApi_GFX_QueryTextDispLength()
695 fonttable.pBBox = (GFX_GlyphBbox*)osd_fonttable.bbox_addr; in MApi_GFX_QueryTextDispLength()
696 fonttable.pitch = osd_fonttable.pitch; in MApi_GFX_QueryTextDispLength()
[all …]