Lines Matching refs:dst
1660 }dst; in MApi_GFX_DrawBitmap_U02() local
1666 dst.dstblk.x = pbmpfmt->x; in MApi_GFX_DrawBitmap_U02()
1667 dst.dstblk.y = pbmpfmt->y; in MApi_GFX_DrawBitmap_U02()
1668 dst.dstblk.width = pbmpfmt->width; in MApi_GFX_DrawBitmap_U02()
1669 dst.dstblk.height = pbmpfmt->height; in MApi_GFX_DrawBitmap_U02()
1687 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext, &src, &dst.drvdstblk, flags, NULL); in MApi_GFX_DrawBitmap_U02()
1813 }dst; in GFX_TextOutEx() local
1877 dst.dstblk.x = pfmt->dstblk.x; in GFX_TextOutEx()
1878 dst.dstblk.y = pfmt->dstblk.y; in GFX_TextOutEx()
1881 dst.dstblk.width = pfmt->dstblk.width; in GFX_TextOutEx()
1882 dst.dstblk.height = pfmt->dstblk.height; in GFX_TextOutEx()
1888 dst.dstblk.width = pFonttable->width; in GFX_TextOutEx()
1889 dst.dstblk.height = pFonttable->height; in GFX_TextOutEx()
1897 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in GFX_TextOutEx()
1915 dst.dstblk.x += dst.dstblk.width - dis; // next position in GFX_TextOutEx()
2160 }dst; in MApi_GFX_TextOut_U02() local
2177 dst.dstblk.x = fmt.dstblk.x; in MApi_GFX_TextOut_U02()
2178 dst.dstblk.y = fmt.dstblk.y; in MApi_GFX_TextOut_U02()
2179 dst.dstblk.width = fmt.dstblk.width; in MApi_GFX_TextOut_U02()
2180 dst.dstblk.height = fmt.dstblk.height; in MApi_GFX_TextOut_U02()
2184 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in MApi_GFX_TextOut_U02()
2189 dst.dstblk.x -=1; in MApi_GFX_TextOut_U02()
2190 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in MApi_GFX_TextOut_U02()
2193 dst.dstblk.x +=2; in MApi_GFX_TextOut_U02()
2194 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in MApi_GFX_TextOut_U02()
2197 dst.dstblk.y -=1; in MApi_GFX_TextOut_U02()
2198 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in MApi_GFX_TextOut_U02()
2201 dst.dstblk.y +=2; in MApi_GFX_TextOut_U02()
2202 MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext,&src, &dst.drvdstblk, flags, NULL); in MApi_GFX_TextOut_U02()
2257 }dst; in MApi_GFX_CharacterOut_U02() local
2270 dst.dstblk.x = pfmt->dstblk.x; in MApi_GFX_CharacterOut_U02()
2271 dst.dstblk.y = pfmt->dstblk.y; in MApi_GFX_CharacterOut_U02()
2272 dst.dstblk.width = pfmt->dstblk.width; in MApi_GFX_CharacterOut_U02()
2273 dst.dstblk.height = pfmt->dstblk.height; in MApi_GFX_CharacterOut_U02()
2276 …return (GFX_Result) MDrv_GE_BitBltEX(g_apiGFXLocal.g_pGEContext, &src, &dst.drvdstblk, flags, NULL… in MApi_GFX_CharacterOut_U02()