Lines Matching refs:pFonttable
1797 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()
1889 dst.dstblk.height = pFonttable->height; in GFX_TextOutEx()
1920 …, MS_S32 fhandle, MS_U8 *pindex, MS_U32 strwidth, GFX_TextOutInfo *pfmt, GFX_FontInfo * pFonttable) in MApi_GFX_TextOut_U02() argument
1935 if (pFonttable == NULL) in MApi_GFX_TextOut_U02()
1955 if (pFonttable->fmt == GFX_FMT_I2) in MApi_GFX_TextOut_U02()
1965 else if (pFonttable->fmt == GFX_FMT_I4) in MApi_GFX_TextOut_U02()
2024 (pFonttable->pBBox!= NULL)) in MApi_GFX_TextOut_U02()
2034 GFX_FontInfo* pFont = pFonttable; in MApi_GFX_TextOut_U02()
2240 ret = (MS_U32)GFX_TextOutEx(pInstance,fhandle, pindex, strwidth, pfmt, pFonttable); in MApi_GFX_TextOut_U02()
3487 …pGFXTextOut->charArray, pGFXTextOut->u32StrWidth, pGFXTextOut->pTextInfo, pGFXTextOut->pFonttable); in Ioctl_GFX_Font()