Searched defs:pole (Results 1 – 7 of 7) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gsfunc0.h | 40 double *pole; /* cached poles (internal data) */ member
|
H A D | gsfunc0.c | 880 int ii, double *pole, int p_offset, int pole_step) in copy_poles() 905 subcurve(double *pole, int pole_step, double t0, double t1) in subcurve() 933 subline(double *pole, int pole_step, double t0, double t1) in subline() 943 clamp_poles(double *T0, double *T1, int ii, int i, double * pole, in clamp_poles() 963 curve_monotonity(double *pole, int pole_step) in curve_monotonity() 984 line_monotonity(double *pole, int pole_step) in line_monotonity() 999 tensor_dimension_monotonity(const double *T0, const double *T1, int ii, int i0, double *pole, in tensor_dimension_monotonity() 1034 double pole[4*4*4]; /* For a while restricting with 3-in cubic functions. in is_tensor_monotonic_by_dimension() local
|
H A D | gxshade6.c | 519 gs_fixed_point pole[4][4]; /* [v][u] */ member 695 const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in curve_samples() 1269 split_curve_s(const gs_fixed_point *pole, gs_fixed_point *q0, gs_fixed_point *q1, int pole_step) in split_curve_s() 1884 const gs_fixed_point *pole, int pole_step, in fill_wedges() 3122 is_curve_x_monotonic(const gs_fixed_point *pole, int pole_step) in is_curve_x_monotonic() 3133 is_curve_y_monotonic(const gs_fixed_point *pole, int pole_step) in is_curve_y_monotonic() 3244 is_curve_x_small(const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in is_curve_x_small() 3259 is_curve_y_small(const gs_fixed_point *pole, int pole_step, fixed fixed_flat) in is_curve_y_small()
|
H A D | gxhintn.c | 347 private void t1_hint__set_aligned_coord(t1_hint * this, t1_glyph_space_coord gc, t1_pole * pole, en… in t1_hint__set_aligned_coord() 858 private inline int t1_hinter__can_add_pole(t1_hinter * this, t1_pole **pole) in t1_hinter__can_add_pole() 868 { t1_pole *pole; in t1_hinter__add_pole() local 1798 t1_pole * pole = &this->pole[segment_index]; in t1_hinter__compute_aligned_coord() local 2153 t1_pole * pole = &this->pole[j]; in t1_hinter__align_stem_poles() local 2176 t1_pole * pole = &this->pole[j]; in t1_hinter__align_stem_poles() local 2452 t1_pole *pole = & this->pole[beg_pole]; in t1_hinter__export() local
|
H A D | gxhintn.h | 144 t1_pole pole0[T1_MAX_POLES], *pole; member
|
/plan9/sys/src/cmd/map/libmap/ |
H A D | zcoord.c | 8 static struct place pole; /* map pole is tilted to here */ variable
|
/plan9/sys/src/cmd/map/ |
H A D | route.c | 20 struct place pole; variable
|