Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c673 MS_U8* pu8TmpIndex; in MApi_GFX_QueryTextDispLength() local
725 pu8TmpIndex = (MS_U8*)pu8index; in MApi_GFX_QueryTextDispLength()
726 while(*pu8TmpIndex != 0) in MApi_GFX_QueryTextDispLength()
737 u32Length = u32Length + pFont->pBBox[*pu8TmpIndex].u8Width - dis; in MApi_GFX_QueryTextDispLength()
744 pu8TmpIndex++; in MApi_GFX_QueryTextDispLength()