1gl_putboxmaskcompiled(3) Svgalib User Manual gl_putboxmaskcompiled(3)
2
3
4
6 gl_putboxmaskcompiled - copy a compiled masked pixmap to a rectangular
7 area
8
9
11 #include <vgagl.h>
12
13 void gl_putboxmaskcompiled(int x, int y, int w, int h, void *dp);
14
15
17 Copy the contents of a memory buffer dp to a rectangular bitmap at
18 position (x, y) with size (w, h).
19
20 This function works like gl_putbox, but does not write pixmap pixels of
21 color zero. Also, for faster operation the pixmap was compiled with
22 gl_compileboxmask(3) first.
23
24
26 svgalib(7), vgagl(7), svgalib.conf(5), threedkit(7), testgl(1), gl_com‐
27 pileboxmask(3), gl_compiledboxmasksize(3), gl_copybox(3), gl_copy‐
28 boxfromcontext(3), gl_copyboxtocontext(3), gl_fillbox(3), gl_getbox(3),
29 gl_putbox(3), gl_putboxmask(3), gl_putboxpart(3), gl_scalebox(3).
30
31
33 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
34 essen.de>. The exact source of the referenced demo as well as of the
35 original documentation is unknown.
36
37 It is very likely that both are at least to some extent are due to Harm
38 Hanemaayer <H.Hanemaayer@inter.nl.net>.
39
40 Occasionally this might be wrong. I hereby asked to be excused by the
41 original author and will happily accept any additions or corrections to
42 this first version of the svgalib manual.
43
44
45
46Svgalib (>= 1.2.11) 2 Aug 1997 gl_putboxmaskcompiled(3)