Searched refs:MaxClipPathSize (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpdfd.c | 604 int x0, int y0, long MaxClipPathSize, int *x1, int *y1) in compute_subimage() argument 611 max_subimage_width(width, base + y0 * raster, x0, MaxClipPathSize / 4, x1, &count); in compute_subimage() 615 long count, count1 = MaxClipPathSize / 4; in compute_subimage() 747 x, y, max(pdev->MaxClipPathSize, 100), &x1, &y1); in write_image_with_clip()
|
| H A D | gdevpdfp.c | 91 pi("MaxClipPathSize", gs_param_type_int, MaxClipPathSize),
|
| H A D | gdevpdfx.h | 439 long MaxClipPathSize; /* The maximal number of elements of a clipping path member
|