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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c73 double pixelsPerPoint,
176 double pixelsPerPoint,
186 pixelsPerPoint <= 0) {
200 width = ceil(bb.width * pixelsPerPoint);
201 height = ceil(bb.height * pixelsPerPoint);
462 double pixelsPerPoint,
486 pixelsPerPoint <= 0) {
494 pixelsPerPoint,
537 _DPSPSetMatrix(context, xOffset, yOffset, pixelsPerPoint);
599 double pixelsPerPoint,
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