Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c500 static MS_BOOL GE_FastClip(GE_Context *pGECtx, MS_U16 x0, MS_U16 y0, MS_U16 x1, MS_U16 y1) in GE_FastClip() function
2679 if (GE_FastClip(pGECtx, v0->x, v0->y, v1->x, v1->y) && (width==1)) in MDrv_GE_DrawLine()
2931 if (GE_FastClip(pGECtx, rect->x, rect->y, rect->x+rect->width-1, rect->y+rect->height-1)) in MDrv_GE_FillRect()
3231 …if ( GE_FastClip(pGECtx,dst->dstblk.x, dst->dstblk.y, dst->dstblk.x+dst->dstblk.width-1, dst->dstb… in MDrv_GE_BitBltEX()