Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2377 GFX_Point stgfxPt0, stgfxPt1; in _DMS_GEBitblt() local
2390 stgfxPt1.x = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelWidth; in _DMS_GEBitblt()
2391 stgfxPt1.y = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelHeight; in _DMS_GEBitblt()
2392 MApi_GFX_SetClip(&stgfxPt0, &stgfxPt1); in _DMS_GEBitblt()
2447 GFX_Point stgfxPt1; in _DMS_GE_DrawRect() local
2460 stgfxPt1.x = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelWidth; in _DMS_GE_DrawRect()
2461 stgfxPt1.y = RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].u32PanelHeight; in _DMS_GE_DrawRect()
2462 MApi_GFX_SetClip(&stgfxPt0, &stgfxPt1); in _DMS_GE_DrawRect()