Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c2507 GE_Result MDrv_GE_BitBltByTwoSourceBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect in MDrv_GE_BitBltByTwoSourceBuffer() argument
2606 src.x = pSrc0Rect->x; in MDrv_GE_BitBltByTwoSourceBuffer()
2607 src.y = pSrc0Rect->y; in MDrv_GE_BitBltByTwoSourceBuffer()
2608 src.width = pSrc0Rect->width; in MDrv_GE_BitBltByTwoSourceBuffer()
2609 src.height = pSrc0Rect->height; in MDrv_GE_BitBltByTwoSourceBuffer()
H A DdrvGE.h1154 GE_Result MDrv_GE_BitBltByTwoSourceBuffer(GE_Context *pGECtx, GE_BufFmt dst_fmt, GE_Rect *pSrc0Rect