Home
last modified time | relevance | path

Searched refs:pcis (Results 1 – 25 of 91) sorted by relevance

1234

/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/is/
H A Dpcis.c165 …ierr = ISLocalToGlobalMappingGetInfo(pcis->mapping,&(pcis->n_neigh),&(pcis->neigh),&(pcis->n_share… in PCISSetUp()
177 for (i=0, pcis->n_B=0, n_I=0; i<pcis->n; i++) { in PCISSetUp()
208 ierr = VecSetSizes(pcis->vec1_D,pcis->n-pcis->n_B,PETSC_DECIDE);CHKERRQ(ierr); in PCISSetUp()
227 …ierr = VecScatterCreate(pcis->vec1_N,pcis->is_I_local,pcis->vec1_D,(IS)0,&pcis->N_to_D);CHKERRQ(ie… in PCISSetUp()
228 …ierr = VecScatterCreate(pcis->vec1_global,pcis->is_I_global,pcis->vec1_D,(IS)0,&pcis->global_to_D)… in PCISSetUp()
229 …ierr = VecScatterCreate(pcis->vec1_N,pcis->is_B_local,pcis->vec1_B,(IS)0,&pcis->N_to_B);CHKERRQ(ie… in PCISSetUp()
230 …ierr = VecScatterCreate(pcis->vec1_global,pcis->is_B_global,pcis->vec1_B,(IS)0,&pcis->global_to_B)… in PCISSetUp()
286 pcis->A_II = pcis->pA_II; in PCISSetUp()
330 ierr = VecPointwiseDivide(pcis->D,pcis->D,pcis->vec1_B);CHKERRQ(ierr); in PCISSetUp()
342 ierr = KSPSetOperators(pcis->ksp_D,pcis->A_II,pcis->A_II);CHKERRQ(ierr); in PCISSetUp()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxtype1.c188 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
192 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
215 accum_xy(pcis->lsb.x, pcis->lsb.y); in gs_type1_finish_init()
290 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
293 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
345 pcis->save_lsb = pcis->lsb; in gs_type1_seac()
384 ptx = pcis->origin.x, pty = pcis->origin.y; in gs_type1_endchar()
385 pcis->asb_diff = pcis->save_asb - pcis->save_lsb.x; in gs_type1_endchar()
386 pcis->adxy = pcis->save_adxy; in gs_type1_endchar()
392 accum_xy(pcis->adxy.x, pcis->adxy.y); in gs_type1_endchar()
[all …]
H A Dgstype1.c77 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
82 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
89 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
94 sfc = pcis->fc; in gs_type1_interpret()
97 s.pcis = pcis; in gs_type1_interpret()
262 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
316 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
346 accum_xy(pcis->lsb.x, pcis->lsb.y); in gs_type1_interpret()
373 if (!pcis->vstem3_set && pcis->fh.use_x_hints) { in gs_type1_interpret()
374 center_vstem(pcis, pcis->lsb.x + cs2, cs3); in gs_type1_interpret()
[all …]
H A Dgxhint2.c45 pcis->hstem_hints.count = pcis->hstem_hints.replaced_count = 0; in reset_stem_hints()
46 pcis->vstem_hints.count = pcis->vstem_hints.replaced_count = 0; in reset_stem_hints()
65 pcis->hstem_hints.count, pcis->vstem_hints.count); in type1_replace_stem_hints()
184 y += pcis->lsb.y + pcis->adxy.y; in type1_do_hstem()
186 psp = &pcis->scale.x; in type1_do_hstem()
200 psh = type1_stem(pcis, &pcis->hstem_hints, v, dv); in type1_do_hstem()
207 (pcis->fh.axes_swapped ? pcis->fh.x_inverted : pcis->fh.y_inverted); in type1_do_hstem()
262 x += pcis->lsb.x + pcis->adxy.x; in type1_do_vstem()
274 psh = type1_stem(pcis, &pcis->vstem_hints, v, dv); in type1_do_vstem()
346 top->index = pcis->hstem_hints.count + pcis->vstem_hints.count; in type1_stem()
[all …]
H A Dgxhint3.c75 bool xi = pcis->fh.x_inverted, yi = pcis->fh.y_inverted; in line_hints()
137 (pcis->vstem_hints.count & pcis->dotsection_flag) != 0 in apply_hints_at()
142 (pcis->hstem_hints.count & pcis->dotsection_flag) != 0 in apply_hints_at()
308 if (pcis->fh.axes_swapped) in apply_wrapped_hints()
350 line_hints(pcis, &pcis->unmoved_end, &pcis->unmoved_start); in apply_wrapped_hints()
393 if (pcis->init_done < 0 || !(pcis->fh.use_x_hints | pcis->fh.use_y_hints)) in type1_apply_path_hints()
423 line_hints(pcis, &pcis->unmoved_end, in type1_apply_path_hints()
455 line_hints(pcis, &pcis->unmoved_end, &pnext->pt); in type1_apply_path_hints()
474 pcis->hint_next = 0; in type1_apply_path_hints()
475 pcis->hints_pending = 0; in type1_apply_path_hints()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxtype1.c188 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
192 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
215 accum_xy(pcis->lsb.x, pcis->lsb.y); in gs_type1_finish_init()
290 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
293 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
345 pcis->save_lsb = pcis->lsb; in gs_type1_seac()
384 ptx = pcis->origin.x, pty = pcis->origin.y; in gs_type1_endchar()
385 pcis->asb_diff = pcis->save_asb - pcis->save_lsb.x; in gs_type1_endchar()
386 pcis->adxy = pcis->save_adxy; in gs_type1_endchar()
392 accum_xy(pcis->adxy.x, pcis->adxy.y); in gs_type1_endchar()
[all …]
H A Dgstype1.c77 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
82 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
89 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
94 sfc = pcis->fc; in gs_type1_interpret()
97 s.pcis = pcis; in gs_type1_interpret()
262 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
316 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
346 accum_xy(pcis->lsb.x, pcis->lsb.y); in gs_type1_interpret()
373 if (!pcis->vstem3_set && pcis->fh.use_x_hints) { in gs_type1_interpret()
374 center_vstem(pcis, pcis->lsb.x + cs2, cs3); in gs_type1_interpret()
[all …]
H A Dgxhint2.c45 pcis->hstem_hints.count = pcis->hstem_hints.replaced_count = 0; in reset_stem_hints()
46 pcis->vstem_hints.count = pcis->vstem_hints.replaced_count = 0; in reset_stem_hints()
65 pcis->hstem_hints.count, pcis->vstem_hints.count); in type1_replace_stem_hints()
184 y += pcis->lsb.y + pcis->adxy.y; in type1_do_hstem()
186 psp = &pcis->scale.x; in type1_do_hstem()
200 psh = type1_stem(pcis, &pcis->hstem_hints, v, dv); in type1_do_hstem()
207 (pcis->fh.axes_swapped ? pcis->fh.x_inverted : pcis->fh.y_inverted); in type1_do_hstem()
262 x += pcis->lsb.x + pcis->adxy.x; in type1_do_vstem()
274 psh = type1_stem(pcis, &pcis->vstem_hints, v, dv); in type1_do_vstem()
346 top->index = pcis->hstem_hints.count + pcis->vstem_hints.count; in type1_stem()
[all …]
H A Dgxhint3.c75 bool xi = pcis->fh.x_inverted, yi = pcis->fh.y_inverted; in line_hints()
137 (pcis->vstem_hints.count & pcis->dotsection_flag) != 0 in apply_hints_at()
142 (pcis->hstem_hints.count & pcis->dotsection_flag) != 0 in apply_hints_at()
308 if (pcis->fh.axes_swapped) in apply_wrapped_hints()
350 line_hints(pcis, &pcis->unmoved_end, &pcis->unmoved_start); in apply_wrapped_hints()
393 if (pcis->init_done < 0 || !(pcis->fh.use_x_hints | pcis->fh.use_y_hints)) in type1_apply_path_hints()
423 line_hints(pcis, &pcis->unmoved_end, in type1_apply_path_hints()
455 line_hints(pcis, &pcis->unmoved_end, &pnext->pt); in type1_apply_path_hints()
474 pcis->hint_next = 0; in type1_apply_path_hints()
475 pcis->hints_pending = 0; in type1_apply_path_hints()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxtype1.c128 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
197 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
200 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
203 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
253 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
290 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c132 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
140 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
146 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
290 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
318 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
347 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
348 pcis->origin_offset.y = pcis->lsb.y - sby; in gs_type1_interpret()
361 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
372 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
553 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
H A Dgstype2.c68 if (pcis->sb_set) { in type2_sbw()
69 pcis->origin_offset.x = pcis->lsb.x - sbx; in type2_sbw()
70 pcis->origin_offset.y = pcis->lsb.y - sby; in type2_sbw()
88 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in type2_sbw()
131 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type2_interpret()
155 pcis->scale.x.log2_unit, pcis->scale.x.log2_unit, in gs_type2_interpret()
156 pcis->scale.x.log2_unit - pcis->log2_subpixels.x, in gs_type2_interpret()
157 pcis->scale.y.log2_unit - pcis->log2_subpixels.y, in gs_type2_interpret()
158 pcis->origin.x, pcis->origin.y, in gs_type2_interpret()
345 pcis->save_adxy.y + pcis->origin_offset.y); in gs_type2_interpret()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxtype1.c128 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
197 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
200 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
203 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
253 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
290 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c132 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
140 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
146 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
290 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
318 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
347 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
348 pcis->origin_offset.y = pcis->lsb.y - sby; in gs_type1_interpret()
361 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
372 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
553 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
H A Dgstype2.c68 if (pcis->sb_set) { in type2_sbw()
69 pcis->origin_offset.x = pcis->lsb.x - sbx; in type2_sbw()
70 pcis->origin_offset.y = pcis->lsb.y - sby; in type2_sbw()
88 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in type2_sbw()
131 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type2_interpret()
155 pcis->scale.x.log2_unit, pcis->scale.x.log2_unit, in gs_type2_interpret()
156 pcis->scale.x.log2_unit - pcis->log2_subpixels.x, in gs_type2_interpret()
157 pcis->scale.y.log2_unit - pcis->log2_subpixels.y, in gs_type2_interpret()
158 pcis->origin.x, pcis->origin.y, in gs_type2_interpret()
345 pcis->save_adxy.y + pcis->origin_offset.y); in gs_type2_interpret()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxtype1.c129 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
195 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
198 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
201 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
251 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
288 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c129 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
134 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
142 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
148 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
292 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
320 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
349 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
363 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
374 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
555 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxtype1.c129 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
195 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
198 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
201 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
251 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
288 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c129 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
134 fixed ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
142 ftx = pcis->origin.x, fty = pcis->origin.y; in gs_type1_interpret()
148 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
292 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
320 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
349 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
363 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
374 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
555 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
H A Dgstype2.c70 if (pcis->sb_set) { in type2_sbw()
71 pcis->origin_offset.x = pcis->lsb.x - sbx; in type2_sbw()
72 pcis->origin_offset.y = pcis->lsb.y - sby; in type2_sbw()
90 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in type2_sbw()
91 memcpy(pcis->ostack, cstack, pcis->os_count * sizeof(cstack[0])); in type2_sbw()
133 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type2_interpret()
157 pcis->scale.x.log2_unit, pcis->scale.x.log2_unit, in gs_type2_interpret()
158 pcis->scale.x.log2_unit - pcis->log2_subpixels.x, in gs_type2_interpret()
159 pcis->scale.y.log2_unit - pcis->log2_subpixels.y, in gs_type2_interpret()
160 pcis->origin.x, pcis->origin.y, in gs_type2_interpret()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxtype1.c129 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
195 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
198 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
201 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
251 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
288 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c129 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
143 pcis->scale.x.log2_unit, pcis->scale.x.log2_unit, in gs_type1_interpret()
146 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
298 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
329 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
359 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
360 pcis->origin_offset.y = pcis->lsb.y - sby; in gs_type1_interpret()
373 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
384 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
580 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxtype1.c129 pcis->origin_offset.x = pcis->origin_offset.y = 0; in gs_type1_interp_init()
173 pcis->origin.x = pcis->path->position.x; in gs_type1_finish_init()
174 pcis->origin.y = pcis->path->position.y; in gs_type1_finish_init()
177 pcis->asb_diff = pcis->adxy.x = pcis->adxy.y = 0; in gs_type1_finish_init()
180 pcis->vs_offset.x = pcis->vs_offset.y = 0; in gs_type1_finish_init()
195 pcis->lsb.x = lsbx, pcis->lsb.y = lsby, in gs_type1_sbw()
198 pcis->width.x = wx, pcis->width.y = wy, in gs_type1_sbw()
201 fixed2float(pcis->lsb.x), fixed2float(pcis->lsb.y), in gs_type1_sbw()
251 pcis->compound_lsb = pcis->lsb; in gs_type1_seac()
288 pcis->asb_diff = pcis->asb - pcis->compound_lsb.x; in gs_type1_endchar()
[all …]
H A Dgstype1.c129 ip_state_t *ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
143 pcis->scale.x.log2_unit, pcis->scale.x.log2_unit, in gs_type1_interpret()
146 pcis->origin.x, pcis->origin.y, in gs_type1_interpret()
298 if(!pcis->sb_set && !pcis->width_set) { in gs_type1_interpret()
329 ipsp = &pcis->ipstack[pcis->ips_count - 1]; in gs_type1_interpret()
359 pcis->origin_offset.x = pcis->lsb.x - sbx; in gs_type1_interpret()
360 pcis->origin_offset.y = pcis->lsb.y - sby; in gs_type1_interpret()
373 …fixed overall_x_offset = pcis->compound_lsb.x + pcis->adxy.x - pcis->asb + accent_lsb - pcis->base… in gs_type1_interpret()
384 pcis->ips_count = ipsp - &pcis->ipstack[0] + 1; in gs_type1_interpret()
580 cs0 += pcis->adxy.x + pcis->origin_offset.x; in gs_type1_interpret()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/is/nn/
H A Dnn.c60 ierr = KSPSolve(pcis->ksp_D,pcis->vec1_D,pcis->vec2_D);CHKERRQ(ierr); in PCApply_NN()
66 ierr = MatMult(pcis->A_BI,pcis->vec2_D,pcis->vec1_B);CHKERRQ(ierr); in PCApply_NN()
69 ierr = VecScatterBegin(pcis->global_to_B,pcis->vec1_B,w,ADD_VALUES,SCATTER_REVERSE);CHKERRQ(ierr); in PCApply_NN()
75 …ierr = PCNNApplyInterfacePreconditioner(pc,w,z,pcis->work_N,pcis->vec1_B,pcis->vec2_B,pcis->vec3_B… in PCApply_NN()
76 pcis->vec3_D,pcis->vec1_N,pcis->vec2_N);CHKERRQ(ierr); in PCApply_NN()
84 ierr = MatMult(pcis->A_IB,pcis->vec1_B,pcis->vec1_D);CHKERRQ(ierr); in PCApply_NN()
93 ierr = KSPSolve(pcis->ksp_D,pcis->vec1_D,pcis->vec2_D);CHKERRQ(ierr); in PCApply_NN()
276 ierr = PCNNApplySchurToChunk(pc,n_shared[0],shared[0],DZ_IN[0],pcis->work_N,pcis->vec1_B, in PCNNCreateCoarseMatrix()
277 pcis->vec2_B,pcis->vec1_D,pcis->vec2_D);CHKERRQ(ierr); in PCNNCreateCoarseMatrix()
290 ierr = PCNNApplySchurToChunk(pc,n_shared[j],shared[j],DZ_IN[j],pcis->work_N,pcis->vec1_B, in PCNNCreateCoarseMatrix()
[all …]

1234