Lines Matching refs:fonttable
678 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()
697 fonttable.width = osd_fonttable.width; in MApi_GFX_QueryTextDispLength()
698 fonttable.inUsed = osd_fonttable.inUsed; in MApi_GFX_QueryTextDispLength()