Searched defs:bbox (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSuserpath.c | 50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action) 56 DPSPointer bbox; 60 numOps, bbox, action); local 63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action) 70 DPSPointer bbox; 109 numCoords += 4; /* Account for bbox */ 133 numCoords -= 4; /* Unaccount for bbox */ 145 DPSWriteStringChars(ctxt, (char *) bbox, 4 * numberSize); 150 coords, numCoords, numType, ops, numOps, bbox, action) 157 DPSPointer bbox; [all...] |
H A D | XDPSpreview.c | 71 XRectangle *bbox, 179 XRectangle *bbox) 213 if (bbox != NULL) *bbox = bb; 263 comments is a good place to stop looking for the bbox */ 460 XRectangle *bbox, 493 FillPixmapWithGray(screen, dest, bbox, xOffset, yOffset, 539 if (clear) _DPSPClearArea(context, (int) bbox->x, (int) bbox->y, 540 (int) bbox 171 XDPSCreatePixmapForEPSF( DPSContext context, Screen *screen, FILE *epsf, int depth, double pixelsPerPoint, Pixmap *pixmap, XRectangle *pixelSize, XRectangle *bbox) argument 453 XDPSImageFileIntoDrawable( DPSContext context, Screen *screen, Drawable dest, FILE *file, int drawableHeight, int drawableDepth, XRectangle *bbox, int xOffset, int yOffset, double pixelsPerPoint, Bool clear, Bool createMask, Bool waitForCompletion, Bool *doneFlag) argument 594 FillPixmapWithGray( Screen *screen, Drawable dest, XRectangle *bbox, int xOffset, int yOffset, double pixelsPerPoint, Bool createMask) argument [all...] |
Completed in 12 milliseconds