1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
|
/* $XConsortium: medrawp.c,v 1.6 94/01/12 20:08:05 rws Exp $ */
/**** module medrawp.c ****/
/******************************************************************************
Copyright (c) 1993, 1994 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.
NOTICE
This software is being provided by AGE Logic, Inc. under the
following license. By obtaining, using and/or copying this software,
you agree that you have read, understood, and will comply with these
terms and conditions:
Permission to use, copy, modify, distribute and sell this
software and its documentation for any purpose and without
fee or royalty and to grant others any or all rights granted
herein is hereby granted, provided that you agree to comply
with the following copyright notice and statements, including
the disclaimer, and that the same appears on all copies and
derivative works of the software and documentation you make.
"Copyright 1993, 1994 by AGE Logic, Inc."
THIS SOFTWARE IS PROVIDED "AS IS". AGE LOGIC MAKES NO
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. By way of
example, but not limitation, AGE LOGIC MAKE NO
REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE SOFTWARE DOES NOT
INFRINGE THIRD-PARTY PROPRIETARY RIGHTS. AGE LOGIC
SHALL BEAR NO LIABILITY FOR ANY USE OF THIS SOFTWARE. IN NO
EVENT SHALL EITHER PARTY BE LIABLE FOR ANY INDIRECT,
INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS
OF PROFITS, REVENUE, DATA OR USE, INCURRED BY EITHER PARTY OR
ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT OR
BASED ON A WARRANTY, EVEN IF AGE LOGIC LICENSEES
HEREUNDER HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
The name of AGE Logic, Inc. may not be used in
advertising or publicity pertaining to this software without
specific, written prior permission from AGE Logic.
Title to this software shall at all times remain with AGE
Logic, Inc.
*****************************************************************************
medrawp.c -- DDXIE prototype export drawable plane element
Robert NC Shelley && Larry Hare -- AGE Logic, Inc. June, 1993
*****************************************************************************/
#define _XIEC_MEDRAWP
#define _XIEC_EDRAWP
/*
* Include files
*/
#include <stdio.h>
/*
* Core X Includes
*/
#include <X.h>
#include <Xproto.h>
/*
* XIE Includes
*/
#include <XIE.h>
#include <XIEproto.h>
/*
* more X server includes.
*/
#include <misc.h>
#include <dixstruct.h>
#include <scrnintstr.h>
#include <pixmapstr.h>
#include <gcstruct.h>
/*
* Server XIE Includes
*/
#include <error.h>
#include <macro.h>
#include <element.h>
#include <texstr.h>
#include <xiemd.h>
extern Bool DrawableAndGC();
/*
* routines referenced by other DDXIE modules
*/
int miAnalyzeEDrawP();
/*
* routines used internal to this module
*/
static int CreateEDrawP();
static int InitializeEDrawP();
static int ActivateEDrawP(), ActivateEDrawPTrans();
static int ResetEDrawP();
static int DestroyEDrawP();
/*
* DDXIE ExportDrawable entry points
*/
static ddElemVecRec EDrawPVec = {
CreateEDrawP,
InitializeEDrawP,
ActivateEDrawP,
(xieIntProc)NULL,
ResetEDrawP,
DestroyEDrawP
};
typedef struct _medrawp {
BytePixel *buf;
} meDrawPRec, *meDrawPPtr;
/*------------------------------------------------------------------------
------------------- see if we can handle this element --------------------
------------------------------------------------------------------------*/
int miAnalyzeEDrawP(flo,ped)
floDefPtr flo;
peDefPtr ped;
{
/* for now just stash our entry point vector in the peDef */
ped->ddVec = EDrawPVec;
return(TRUE);
} /* end miAnalyzeEDrawP */
/*------------------------------------------------------------------------
---------------------------- create peTex . . . --------------------------
------------------------------------------------------------------------*/
static int CreateEDrawP(flo,ped)
floDefPtr flo;
peDefPtr ped;
{
/* attach an execution context to the photo element definition */
return MakePETex(flo, ped, sizeof(meDrawPRec), NO_SYNC, NO_SYNC);
} /* end CreateEDrawP */
/*------------------------------------------------------------------------
---------------------------- initialize peTex . . . ----------------------
------------------------------------------------------------------------*/
static int InitializeEDrawP(flo,ped)
floDefPtr flo;
peDefPtr ped;
{
xieFloExportDrawablePlane *raw = (xieFloExportDrawablePlane *) ped->elemRaw;
eDrawPDefPtr dix = (eDrawPDefPtr) ped->elemPvt;
if (!DrawableAndGC(flo,ped,raw->drawable,raw->gc,&dix->pDraw,&dix->pGC))
return FALSE;
if (dix->pGC->fillStyle == FillStippled)
ped->ddVec.activate = ActivateEDrawPTrans;
else /* normal case: FillSolid || FillTiled || FillOpaqueStippled */
ped->ddVec.activate = ActivateEDrawP;
#if (BITMAP_BIT_ORDER != IMAGE_BYTE_ORDER)
{
meDrawPPtr ddx = (meDrawPPtr) ped->peTex->private;
if(!(ddx->buf = ((BytePixel*)XieMalloc(max(ped->outFlo.format[0].pitch+7>>3,
flo->floTex->stripSize)))))
AllocError(flo,ped, return(FALSE));
}
#endif
return InitReceptors(flo,ped,NO_DATAMAP,1);
} /* end InitializeEDrawP */
/*------------------------------------------------------------------------
----------------------------- crank some data ----------------------------
------------------------------------------------------------------------*/
static int ActivateEDrawP(flo,ped,pet)
floDefPtr flo;
peDefPtr ped;
peTexPtr pet;
{
xieFloExportDrawablePlane *raw = (xieFloExportDrawablePlane *) ped->elemRaw;
eDrawPDefPtr dix = (eDrawPDefPtr) ped->elemPvt;
bandPtr bnd = &pet->receptor[SRCtag].band[0];
BytePixel *src = (BytePixel*)GetCurrentSrc(flo,pet,bnd);
CARD32 pixtype, depth;
if(src) {
if(!DrawableAndGC(flo,ped,raw->drawable,raw->gc,&dix->pDraw,&dix->pGC))
return FALSE;
pixtype = (dix->pDraw->type == DRAWABLE_PIXMAP) ? XYPixmap : XYBitmap;
depth = (pixtype == XYBitmap) ? 1 : dix->pDraw->depth;
do {
#if (BITMAP_BIT_ORDER != IMAGE_BYTE_ORDER)
{
meDrawPPtr ddx = (meDrawPPtr) pet->private;
BytePixel *op, *dst;
int nb = bnd->pitch * bnd->strip->length;
dst = op = AlterSrc(flo,pet,bnd->strip) ? src : ddx->buf;
while (nb--)
*op++ = _ByteReverseTable[*src++];
src = dst;
}
#endif
(*dix->pGC->ops->PutImage)(dix->pDraw, /* drawable */
dix->pGC, /* gc */
depth, /* depth */
raw->dstX, /* drawable-x */
raw->dstY+bnd->minLocal, /* drawable-y */
bnd->format->width, /* width */
bnd->strip->length, /* height */
bnd->strip->bitOff, /* padding? */
pixtype, /* data format */
(char*)src /* data buffer */
);
}
while(src = (BytePixel*)GetSrc(flo,pet,bnd,bnd->maxLocal,KEEP));
/* make sure the scheduler knows how much src we used */
FreeData(flo,pet,bnd,bnd->current);
}
return(TRUE);
} /* end ActivateEDrawP */
static int ActivateEDrawPTrans(flo,ped,pet)
floDefPtr flo;
peDefPtr ped;
peTexPtr pet;
{
xieFloExportDrawablePlane *raw = (xieFloExportDrawablePlane *) ped->elemRaw;
eDrawPDefPtr dix = (eDrawPDefPtr) ped->elemPvt;
bandPtr bnd = &pet->receptor[SRCtag].band[0];
DrawablePtr draw;
GCPtr gc, scratch;
PixmapPtr bitmap;
BytePixel *src;
int oldstyle, newstyle = FillSolid;
XID gcvals[3];
src = (BytePixel*)GetSrc(flo,pet,bnd,bnd->minGlobal,FALSE);
if(src) {
if (!DrawableAndGC(flo,ped,raw->drawable,raw->gc,&dix->pDraw,&dix->pGC))
return FALSE;
draw = dix->pDraw;
gc = dix->pGC;
/*
** We use PushPixels with a solid fill to move the one bits onto the
** screen. Alternatives include:
** a) treat the bitmap as a stipple, set it up in a GC, and do a
** simple FillRect with FillStippled. This has all the same
** problems, plus some more. Notably its more difficult to
** use ChangeGC to transiently save/restore stipples, and to
** compute the stipple offsets.
** b) another alternative is to change the incoming bitonal
** image to run length and do a FillSpans. This also requires
** either a scratch GC or transiently using the incoming GC.
** It saves the extra bitmap creation and PutImage, but might
** become grotesque when a dithered image comes rolling thru.
*/
/*
** Core X does not seem to provide an official interface to create
** a pixmap header, or even to replace the data pointer. We can't
** simply memcpy our data to it either, it might be on a separate
** cpu/memory system, or even upside down. So we just use PutImage
** to prepare our data. Sigh. On most cpu's, just explicitly
** create a pixmap header yourself and call PushPixels directly.
** Another optimization would be to use more lines at once. One
** model for all this is miglblt.c
**
** Since we expect people may want to redo this routine, we have
** left the pixmap and GC games local to this function rather than
** spreading stuff out into private structures and initialize
** and destroy routines. For instance, the bitmap and scratchGC
** could be allocated once for the entire flow.
**
** For now we do 64 lines of bits at a time. We might come up
** with a better estimate based on actual scanline length. We
** need a function to call though to make this unkludgey. Using
** NLINES as 64 may be bad if we get a very wide image.
**
** The current performance seems very bad, even doing a large
** number of lines at a time. Haven't had time to investigate this.
*/
#define NLINES 64
if (!(scratch = GetScratchGC(1, draw->pScreen)))
AllocError(flo,ped,return(FALSE));
if (!(bitmap = (*draw->pScreen->CreatePixmap) (draw->pScreen,
bnd->format->width, NLINES, 1))) {
FreeScratchGC(scratch);
AllocError(flo,ped,return(FALSE));
}
gcvals[0] = 1;
gcvals[1] = 0;
ChangeGC(scratch, GCForeground|GCBackground, gcvals);
oldstyle = gc->fillStyle;
ChangeGC(gc, GCFillStyle, (XID *)&newstyle);
do {
int iy, ny;
#if (BITMAP_BIT_ORDER != IMAGE_BYTE_ORDER)
{
meDrawPPtr ddx = (meDrawPPtr) pet->private;
BytePixel *op, *dst;
int nb = bnd->pitch * bnd->strip->length;
dst = op = AlterSrc(flo,pet,bnd->strip) ? src : ddx->buf;
while (nb--)
*op++ = _ByteReverseTable[*src++];
src = dst;
}
#endif
for (iy = 0 ; iy < bnd->strip->length; iy += ny) {
ny = bnd->strip->length - iy;
if (ny > NLINES)
ny = NLINES;
if ((scratch->serialNumber) != (bitmap->drawable.serialNumber))
ValidateGC((DrawablePtr)bitmap, scratch);
(*scratch->ops->PutImage) (
(DrawablePtr)bitmap, /* drawable bitmap */
scratch, /* gc */
1, /* depth */
0, /* drawable-x */
0, /* drawable-y */
bnd->format->width, /* width */
ny, /* height */
bnd->strip->bitOff, /* padding? */
XYPixmap, /* data format */
(char*)src /* data buffer */
);
if ((gc->serialNumber) != (draw->serialNumber))
ValidateGC(draw, gc);
(*gc->ops->PushPixels) (
gc, /* gc */
bitmap, /* bitmap */
draw, /* drawable */
bnd->format->width, /* width */
ny, /* height */
raw->dstX+(gc->miTranslate?draw->x:0), /* dst X/Y */
raw->dstY+(gc->miTranslate?draw->y:0)+bnd->current+iy
);
src += bnd->pitch * ny; /* gack */
}
} while(src = (BytePixel*)GetSrc(flo,pet,bnd,bnd->maxLocal,FALSE)) ;
/* make sure the scheduler knows how much src we used */
FreeData(flo,pet,bnd,bnd->current);
ChangeGC(gc, GCFillStyle, (XID *)&oldstyle);
ValidateGC(draw, gc);
(*draw->pScreen->DestroyPixmap) (bitmap);
FreeScratchGC(scratch);
}
return(TRUE);
} /* end ActivateEDrawPTrans */
/*------------------------------------------------------------------------
------------------------ get rid of run-time stuff -----------------------
------------------------------------------------------------------------*/
static int ResetEDrawP(flo,ped)
floDefPtr flo;
peDefPtr ped;
{
meDrawPPtr ddx = (meDrawPPtr) ped->peTex->private;
if(ddx->buf) ddx->buf = (BytePixel*)XieFree(ddx->buf);
ResetReceptors(ped);
return(TRUE);
} /* end ResetEDrawP */
/*------------------------------------------------------------------------
-------------------------- get rid of this element -----------------------
------------------------------------------------------------------------*/
static int DestroyEDrawP(flo,ped)
floDefPtr flo;
peDefPtr ped;
{
/* get rid of the peTex structure */
if(ped->peTex)
ped->peTex = (peTexPtr) XieFree(ped->peTex);
/* zap this element's entry point vector */
ped->ddVec.create = (xieIntProc) NULL;
ped->ddVec.initialize = (xieIntProc) NULL;
ped->ddVec.activate = (xieIntProc) NULL;
ped->ddVec.reset = (xieIntProc) NULL;
ped->ddVec.destroy = (xieIntProc) NULL;
return(TRUE);
} /* end DestroyEDrawP */
/* end module medrawp.c */
|