Lines Matching refs:width

935     v1->x = rect.width  + v0->x - 1;  in MApi_GFX_GetClip_U02()
1082 …Result) MDrv_GE_DrawLine(g_apiGFXLocal.g_pGEContext, &v0, &v1, color, color2, flags, pline->width); in MApi_GFX_DrawLine_U02()
1100 rect.width = pfillblock->dstBlock.width; in MApi_GFX_RectFill_U02()
1173 if( (pfillblock->clip_box.width != 0) && (pfillblock->clip_box.height != 0) ) in MApi_GFX_TriFill_U02()
1177 clip_x1 = pfillblock->clip_box.x + pfillblock->clip_box.width; in MApi_GFX_TriFill_U02()
1203 rectInfo.dstBlock.width = ABS(dda0.xi - dda1.xi); in MApi_GFX_TriFill_U02()
1206 if ( (bClip == 1) && (clip_x1 < rectInfo.dstBlock.x + rectInfo.dstBlock.width) ) in MApi_GFX_TriFill_U02()
1207 rectInfo.dstBlock.width = clip_x1 - rectInfo.dstBlock.x + 1; in MApi_GFX_TriFill_U02()
1209 if (rectInfo.dstBlock.width > 0) { in MApi_GFX_TriFill_U02()
1211 rectInfo.dstBlock.width -= (clip_x0 - rectInfo.dstBlock.x); in MApi_GFX_TriFill_U02()
1217 if (rectInfo.dstBlock.width > 0) { in MApi_GFX_TriFill_U02()
1236 if ((clip.x >= dstBlock->x + dstBlock->width) || in clip_rectangle()
1237 ((clip.x + clip.width) < dstBlock->x) || in clip_rectangle()
1243 dstBlock->width += dstBlock->x - clip.x; in clip_rectangle()
1252 if ((clip.x + clip.width) < dstBlock->x + dstBlock->width - 1) in clip_rectangle()
1253 dstBlock->width = (clip.x + clip.width) - dstBlock->x + 1; in clip_rectangle()
1272 if( (pfillblock->clip_box.width != 0) && (pfillblock->clip_box.height != 0) ){ in MApi_GFX_SpanFill_U02()
1279 rectInfo.dstBlock.width = pfillblock->span.spans[i].w; in MApi_GFX_SpanFill_U02()
1383 if(pdrawbuf->srcblk0.width != pdrawbuf->dstblk.width && in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1413 bitbltSrc0Rect.width = pdrawbuf->srcblk0.width; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1417 bitbltSrc1Rect.width = pdrawbuf->dstblk.width; //srcbuf1 width must be the same as dest width in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1421 bitbltDestRect.width = pdrawbuf->dstblk.width; in MApi_GFX_BitbltByTwoSourceBuffer_U02()
1553 rect.width = v1->x - v0->x + 1; in MApi_GFX_SetClip_U02()
1647 …if (!GFX_CheckInClipWindow(pbmpfmt->x, pbmpfmt->y, pbmpfmt->x+pbmpfmt->width-1, pbmpfmt->y+pbmpfmt… in MApi_GFX_DrawBitmap_U02()
1664 src.width = srcbufinfo.u32Width; in MApi_GFX_DrawBitmap_U02()
1668 dst.dstblk.width = pbmpfmt->width; in MApi_GFX_DrawBitmap_U02()
1679 src.x = src.width; in MApi_GFX_DrawBitmap_U02()
1833 … pfmt->dstblk.x+pfmt->dstblk.width-1, pfmt->dstblk.y+pfmt->dstblk.height-1)) in GFX_TextOutEx()
1875 src.width = pFonttable->width; in GFX_TextOutEx()
1881 dst.dstblk.width = pfmt->dstblk.width; in GFX_TextOutEx()
1888 dst.dstblk.width = pFonttable->width; in GFX_TextOutEx()
1894 …MDrv_GE_SetSrcBuffer(g_apiGFXLocal.g_pGEContext, fmt, src.width, src.height, (addr + char_idx*offs… in GFX_TextOutEx()
1915 dst.dstblk.x += dst.dstblk.width - dis; // next position in GFX_TextOutEx()
2127 u32Width = (pGlyInfo[i].u8Width)*(pfmt->dstblk.width/pFont->width); in MApi_GFX_TextOut_U02()
2137 fmt.dstblk.width = u32Width; in MApi_GFX_TextOut_U02()
2142 Char.width = pGlyInfo[i].u8Width; in MApi_GFX_TextOut_U02()
2147 Char.width = pFont->width;//pGlyInfo[i].u8Width; in MApi_GFX_TextOut_U02()
2148 fmt.dstblk.width = pFont->width; in MApi_GFX_TextOut_U02()
2166 src.width = Char.width; in MApi_GFX_TextOut_U02()
2179 dst.dstblk.width = fmt.dstblk.width; in MApi_GFX_TextOut_U02()
2230 start = u32PosX + pFont->width; in MApi_GFX_TextOut_U02()
2264 src.width = pChar->width; in MApi_GFX_CharacterOut_U02()
2272 dst.dstblk.width = pfmt->dstblk.width; in MApi_GFX_CharacterOut_U02()
2313 clip.width = 1920; in MApi_GFX_ClearFrameBufferByWord_U02()
2332 rect.width = CLRbW_FB_WIDTH; in MApi_GFX_ClearFrameBufferByWord_U02()
2344 rect.width = length/4; in MApi_GFX_ClearFrameBufferByWord_U02()
2385 clip.width = 1920; in MApi_GFX_ClearFrameBuffer_U02()
2403 rect.width = CLR_FB_PITCH; in MApi_GFX_ClearFrameBuffer_U02()
2414 rect.width = length; in MApi_GFX_ClearFrameBuffer_U02()