Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c3444 GFX_TEXTOUT_ARGS* pGFXTextOutArg =NULL; in Ioctl_GFX_Font() local
3452 pGFXTextOutArg = (GFX_TEXTOUT_ARGS*)pArgs; in Ioctl_GFX_Font()
3453 eCmd = pGFXTextOutArg->eGFX_TextType; in Ioctl_GFX_Font()
3459 CheckSize(pGFXTextOutArg->u32Size, sizeof(GFX_TextOut_V2), eCmd); in Ioctl_GFX_Font()
3460 pGFXTextOut = (GFX_TextOut_V2*)pGFXTextOutArg->pGFX_TextOut; in Ioctl_GFX_Font()
3492 CheckSize(pGFXTextOutArg->u32Size, sizeof(GFX_CharacterOut), eCmd); in Ioctl_GFX_Font()
3493 pGFXCharacterOut = (GFX_CharacterOut*)pGFXTextOutArg->pGFX_TextOut; in Ioctl_GFX_Font()