Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c2034 GFX_FontInfo* pFont = pFonttable; in MApi_GFX_TextOut_U02() local
2041 if (!pFont->inUsed) in MApi_GFX_TextOut_U02()
2066 Char.fmt = pFont->fmt; in MApi_GFX_TextOut_U02()
2068 Char.height = pFont->height; in MApi_GFX_TextOut_U02()
2069 Char.pitch = pFont->pitch; in MApi_GFX_TextOut_U02()
2127 u32Width = (pGlyInfo[i].u8Width)*(pfmt->dstblk.width/pFont->width); in MApi_GFX_TextOut_U02()
2128 u32Height = (pFont->height)*(pfmt->dstblk.height/pFont->height); in MApi_GFX_TextOut_U02()
2133 u32Height = pFont->height; in MApi_GFX_TextOut_U02()
2140 Char.addr = pFont->addr + (glyph_index*pFont->offset); in MApi_GFX_TextOut_U02()
2147 Char.width = pFont->width;//pGlyInfo[i].u8Width; in MApi_GFX_TextOut_U02()
[all …]
H A DapiGFX.c679 GFX_FontInfo* pFont = &fonttable; in MApi_GFX_QueryTextDispLength() local
700 if (!pFont->inUsed) in MApi_GFX_QueryTextDispLength()
735 (pFont->pBBox != NULL)) in MApi_GFX_QueryTextDispLength()
737 u32Length = u32Length + pFont->pBBox[*pu8TmpIndex].u8Width - dis; in MApi_GFX_QueryTextDispLength()
741 u32Length = u32Length + pFont->width - dis; in MApi_GFX_QueryTextDispLength()
767 (pFont->pBBox != NULL)) in MApi_GFX_QueryTextDispLength()
769 u32Length = u32Length + pFont->pBBox[*pu16TmpIndex].u8Width - dis; in MApi_GFX_QueryTextDispLength()
773 u32Length = u32Length + pFont->width - dis; in MApi_GFX_QueryTextDispLength()