Searched refs:fixed_flat (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxpflat.c | 52 fixed fixed_flat) in gx_curve_log2_samples() argument 64 fixed_flat >>= 1; in gx_curve_log2_samples() 65 if (fixed_flat == 0) { /* Use the conservative method. */ in gx_curve_log2_samples() 83 uint qtmp = d - (d >> 2) /* 3/4 * D */ +fixed_flat - 1; in gx_curve_log2_samples() 84 uint q = qtmp / fixed_flat; in gx_curve_log2_samples() 91 fixed2float(d), fixed2float(fixed_flat)); in gx_curve_log2_samples()
|
| H A D | gxshade4.h | 114 fixed fixed_flat; member
|
| H A D | gxfill.h | 99 fixed fixed_flat; member
|
| H A D | gxshade6.c | 154 pfs->fixed_flat = float2fixed(pfs->pis->flatness); in init_patch_fill_state() 695 const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in curve_samples() argument 706 k = gx_curve_log2_samples(pole[0].x, pole[0].y, &s, fixed_flat); in curve_samples() 3099 ku[0] = curve_samples(pfs, p->pole[0], 1, pfs->fixed_flat); in fill_stripe() 3100 ku[3] = curve_samples(pfs, p->pole[3], 1, pfs->fixed_flat); in fill_stripe() 3244 is_curve_x_small(const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in is_curve_x_small() argument 3259 is_curve_y_small(const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in is_curve_y_small() argument 3276 if (!is_curve_x_small(&p->pole[0][0], 4, pfs->fixed_flat)) in is_patch_narrow() 3278 if (!is_curve_x_small(&p->pole[0][1], 4, pfs->fixed_flat)) in is_patch_narrow() 3280 if (!is_curve_x_small(&p->pole[0][2], 4, pfs->fixed_flat)) in is_patch_narrow() [all …]
|
| H A D | gxpath.h | 199 gx_path__check_curves(const gx_path * ppath, gx_path_copy_options options, fixed fixed_flat);
|
| H A D | gxfill.c | 415 fo.fixed_flat = float2fixed(params->flatness); in gx_general_fill_path() 466 else if (!big_path && gx_path__check_curves(ppath, pco_small_curves, fo.fixed_flat)) in gx_general_fill_path() 469 code = gx_path_copy_reducing(ppath, &ffpath, fo.fixed_flat, NULL, in gx_general_fill_path() 837 int k = gx_curve_log2_samples(q->prev->pt.x, q->prev->pt.y, s, fo->fixed_flat); in init_contour_cursor() 1059 int k = gx_curve_log2_samples(s0->pt.x, s0->pt.y, cs, ll->fo->fixed_flat); in init_al() 1071 int k = gx_curve_log2_samples(s1->pt.x, s1->pt.y, cs, ll->fo->fixed_flat); in init_al()
|
| H A D | gxpcopy.c | 285 gx_path__check_curves(const gx_path * ppath, gx_path_copy_options options, fixed fixed_flat) in gx_path__check_curves() argument 319 int k = gx_curve_log2_samples(pt0.x, pt0.y, pc, fixed_flat); in gx_path__check_curves()
|