Lines Matching refs:Char
2036 GFX_CharInfo Char; in MApi_GFX_TextOut_U02() local
2066 Char.fmt = pFont->fmt; in MApi_GFX_TextOut_U02()
2067 Char.Voffset = 0; 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()
2140 Char.addr = pFont->addr + (glyph_index*pFont->offset); in MApi_GFX_TextOut_U02()
2141 Char.Hoffset = pGlyInfo[i].u8X0; in MApi_GFX_TextOut_U02()
2142 Char.width = pGlyInfo[i].u8Width; in MApi_GFX_TextOut_U02()
2146 Char.Hoffset = 0;//pGlyInfo[i].u8X0; in MApi_GFX_TextOut_U02()
2147 Char.width = pFont->width;//pGlyInfo[i].u8Width; in MApi_GFX_TextOut_U02()
2162 …MDrv_GE_SetSrcBuffer(g_apiGFXLocal.g_pGEContext, (GE_BufFmt)Char.fmt, 0, 0, Char.addr, Char.pitch,… in MApi_GFX_TextOut_U02()
2164 src.x = Char.Hoffset; in MApi_GFX_TextOut_U02()
2165 src.y = Char.Voffset; in MApi_GFX_TextOut_U02()
2166 src.width = Char.width; in MApi_GFX_TextOut_U02()
2167 src.height = Char.height; in MApi_GFX_TextOut_U02()
2207 PE_CharacterOut(&Char, &fmt); in MApi_GFX_TextOut_U02()