Searched defs:pixelSize (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c178 XRectangle *pixelSize,
208 if (pixelSize != NULL) {
209 pixelSize->x = pixelSize->y = 0;
210 pixelSize->width = width;
211 pixelSize->height = height;
171 XDPSCreatePixmapForEPSF( DPSContext context, Screen *screen, FILE *epsf, int depth, double pixelsPerPoint, Pixmap *pixmap, XRectangle *pixelSize, XRectangle *bbox) argument

Completed in 28 milliseconds