Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c1797 GFX_FontInfo * pFonttable) in GFX_TextOutEx() argument
1817 if (pFonttable == NULL) in GFX_TextOutEx()
1822 if (!pFonttable->inUsed) in GFX_TextOutEx()
1851 offset = pFonttable->offset; in GFX_TextOutEx()
1852 addr = pFonttable->addr; in GFX_TextOutEx()
1853 fmt = (GE_BufFmt)pFonttable->fmt; in GFX_TextOutEx()
1854 pitch = pFonttable->pitch; in GFX_TextOutEx()
1875 src.width = pFonttable->width; in GFX_TextOutEx()
1876 src.height = pFonttable->height; in GFX_TextOutEx()
1888 dst.dstblk.width = pFonttable->width; in GFX_TextOutEx()
[all …]
H A DapiGFX_private.h171 GFX_FontInfo * pFonttable; member
H A DapiGFX.c638 GFXTextOut.pFonttable =&tfontTable; in MApi_GFX_TextOut()
/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gfx/
H A DGFX_adp.c558 …nfo,GFX_FONT_A0_B0, UADP_SDT_P2N,pTextInfo,GFX_FONT_A0_B3, UADP_SDT_P2N,pFonttable,GFX_FONT_A0_B4); in GFX_adp_Init()