File: visual_op_queue_proc.h

package info (click to toggle)
radium-compressor 0.5.1%2Bgit20190909-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,064 kB
  • sloc: cpp: 8,708; ansic: 1,636; makefile: 91; sh: 42
file content (20 lines) | stat: -rw-r--r-- 1,720 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This file is automatically generated from gfx_op_queue.scm 

#ifndef VISUAL_OP_QUEUE_PROC_H 
#define VISUAL_OP_QUEUE_PROC_H 

extern LANGSPEC void OS_GFX_C2V_bitBlt(struct Tracker_Windows* window,int from_x1,int from_x2,int to_y); 
extern LANGSPEC void OS_GFX_C_DrawCursor(struct Tracker_Windows* window,int x1,int x2,int x3,int x4,int height,int y_pixmap); 
extern LANGSPEC void OS_GFX_P2V_bitBlt(struct Tracker_Windows* window,int from_x,int from_y,int to_x,int to_y,int width,int height); 
extern LANGSPEC void OS_GFX_FilledBox(struct Tracker_Windows* tvisual,int color,int x,int y,int x2,int y2,int where); 
extern LANGSPEC void OS_GFX_Box(struct Tracker_Windows* tvisual,int color,int x,int y,int x2,int y2,int where); 
extern LANGSPEC void OS_GFX_SetClipRect(struct Tracker_Windows* tvisual,int x,int y,int x2,int y2,int where); 
extern LANGSPEC void OS_GFX_CancelClipRect(struct Tracker_Windows* tvisual,int where); 
extern LANGSPEC void OS_GFX_Line(struct Tracker_Windows* tvisual,int color,int x,int y,int x2,int y2,int where); 
extern LANGSPEC void OS_GFX_Polygon(struct Tracker_Windows* tvisual,int color,int x1,int y1,int x2,int y2,int num_points,struct APoint* peaks,int where); 
extern LANGSPEC void OS_GFX_Polyline(struct Tracker_Windows* tvisual,int color,int x1,int y1,int x2,int y2,int num_points,struct APoint* peaks,int where); 
extern LANGSPEC void OS_GFX_SetMixColor(struct Tracker_Windows* tvisual,int color1,int color2,int mix_factor); 
extern LANGSPEC void OS_GFX_Text(struct Tracker_Windows* tvisual,int color,const char* text,int x,int y,int width,int flags,int where); 
extern LANGSPEC void OS_GFX_BitBlt(struct Tracker_Windows* tvisual,int dx,int dy,int x,int y,int x2,int y2); 

#endif