The R Project SVN R

Rev

Rev 45017 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45017 Rev 84680
Line 27... Line 27...
27
*/
27
*/
28
 
28
 
29
/*  Copyright (C) 2004	The R Foundation
29
/*  Copyright (C) 2004	The R Foundation
30
 
30
 
31
    Changes for R:
31
    Changes for R:
-
 
32
        Remove assumption of current->dest being non-NULL
32
 
33
 
33
    Remove assumption of current->dest being non-NULL
34
    Copyright (C) 2023  The R Core Team
34
 
35
 
-
 
36
    Changes for R:
-
 
37
        Avoid naming conflict with LLVM     
35
 */
38
*/
36
 
39
 
37
#include "internal.h"
40
#include "internal.h"
38
 
41
 
39
#if (WINVER < 0x030a)
42
#if (WINVER < 0x030a)
40
 
43
 
Line 254... Line 257...
254
}
257
}
255
 
258
 
256
void copyrect(bitmap sb, point p, rect r)
259
void copyrect(bitmap sb, point p, rect r)
257
{
260
{
258
    enable_drawing();
261
    enable_drawing();
259
    if (current->dest) bitblt(current->dest, sb, p, r, S);
262
    if (current->dest) bitblt(current->dest, sb, p, r, GA_S);
260
}
263
}
261
 
264
 
262
void texturerect(bitmap sb, rect dr)
265
void texturerect(bitmap sb, rect dr)
263
{
266
{
264
    long x, y, sw, sh, sdx, sdy;
267
    long x, y, sw, sh, sdx, sdy;