Home
last modified time | relevance | path

Searched refs:pseg1 (Results 1 – 25 of 37) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpath2.c184 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
189 pseg1 = (const segment *)pseg0; in gx_subpath_is_rectangular()
191 pseg1 = pseg1->next; in gx_subpath_is_rectangular()
192 if (pseg1 == NULL) in gx_subpath_is_rectangular()
194 x1 = pseg1->pt.x; in gx_subpath_is_rectangular()
195 y1 = pseg1->pt.y; in gx_subpath_is_rectangular()
196 if (pseg1->type == s_curve) { in gx_subpath_is_rectangular()
197 if (gx_curve_is_really_point(x0, y0, pseg1)) in gx_subpath_is_rectangular()
199 if (gx_curve_is_really_line(x0, y0, pseg1)) in gx_subpath_is_rectangular()
202 } else if (pseg1->type != s_line && pseg1->type != s_gap) in gx_subpath_is_rectangular()
[all …]
H A Dgxclrast.c3462 const segment *pseg1; in clist_do_polyfill() local
3466 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
3468 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
3481 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
3482 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpath2.c184 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
189 pseg1 = (const segment *)pseg0; in gx_subpath_is_rectangular()
191 pseg1 = pseg1->next; in gx_subpath_is_rectangular()
192 if (pseg1 == NULL) in gx_subpath_is_rectangular()
194 x1 = pseg1->pt.x; in gx_subpath_is_rectangular()
195 y1 = pseg1->pt.y; in gx_subpath_is_rectangular()
196 if (pseg1->type == s_curve) { in gx_subpath_is_rectangular()
197 if (gx_curve_is_really_point(x0, y0, pseg1)) in gx_subpath_is_rectangular()
199 if (gx_curve_is_really_line(x0, y0, pseg1)) in gx_subpath_is_rectangular()
202 } else if (pseg1->type != s_line && pseg1->type != s_gap) in gx_subpath_is_rectangular()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpath2.c172 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
176 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
177 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
198 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
201 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c2551 const segment *pseg1; in clist_do_polyfill() local
2555 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
2557 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
2568 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
2569 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpath2.c172 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
176 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
177 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
198 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
201 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c2551 const segment *pseg1; in clist_do_polyfill() local
2555 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
2557 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
2568 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
2569 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpath2.c180 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
184 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
185 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
206 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
209 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c3085 const segment *pseg1; in clist_do_polyfill() local
3089 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
3091 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
3104 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
3105 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpath2.c180 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
184 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
185 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
206 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
209 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c3085 const segment *pseg1; in clist_do_polyfill() local
3089 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
3091 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
3104 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
3105 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/textproc/uim-el/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/textproc/uim-gtk/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/textproc/uim-gtk3/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/textproc/uim-qt5/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/japanese/uim-anthy/uim-d1ac9d9/fep/
H A Ddraw.c900 struct preedit_segment_tag *pseg1 = &(p1->pseg[i]); in compare_preedit() local
902 if (pseg1->attr == pseg2->attr) { in compare_preedit()
903 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit()
904 eq_width += strwidth(pseg1->str); in compare_preedit()
906 eq_width += compare_str(pseg1->str, pseg2->str); in compare_preedit()
925 struct preedit_segment_tag *pseg1 = &(p1->pseg[p1->nr_psegs - i]); in compare_preedit_rev() local
927 if (pseg1->attr == pseg2->attr) { in compare_preedit_rev()
928 if (strcmp(pseg1->str, pseg2->str) == 0) { in compare_preedit_rev()
929 eq_width_rev += strwidth(pseg1->str); in compare_preedit_rev()
931 eq_width_rev += compare_str_rev(pseg1->str, pseg2->str); in compare_preedit_rev()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpath2.c181 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
185 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
186 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
207 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
210 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c3317 const segment *pseg1; in clist_do_polyfill() local
3321 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
3323 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
3336 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
3337 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpath2.c181 const segment *pseg1, *pseg2, *pseg3, *pseg4; in gx_subpath_is_rectangular() local
185 (pseg1 = pseg0->next) != 0 && in gx_subpath_is_rectangular()
186 (pseg2 = pseg1->next) != 0 && in gx_subpath_is_rectangular()
207 if ((x0 == pseg1->pt.x && pseg1->pt.y == y2 && in gx_subpath_is_rectangular()
210 x2 == pseg1->pt.x && pseg1->pt.y == y0) in gx_subpath_is_rectangular()
H A Dgxclrast.c3317 const segment *pseg1; in clist_do_polyfill() local
3321 if (psub && (pseg1 = psub->next) != 0 && (pseg2 = pseg1->next) != 0) { in clist_do_polyfill()
3323 fixed ax = pseg1->pt.x - px, ay = pseg1->pt.y - py; in clist_do_polyfill()
3336 bx = pseg2->pt.x - pseg1->pt.x; in clist_do_polyfill()
3337 by = pseg2->pt.y - pseg1->pt.y; in clist_do_polyfill()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dpolarregion.cc318 PolarSegment& pseg1 = segments_[i]; in InteractwithPolarRegion() local
323 ee.ApplyStaticField<PolarSegment, Estatic::noE_V>(pseg2, pseg1); in InteractwithPolarRegion()
324 ee.ApplyInducedField<Estatic::noE_V>(pseg2, pseg1); in InteractwithPolarRegion()
326 e_thread += ee.ApplyStaticField<PolarSegment, Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
327 e_thread += ee.ApplyInducedField<Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dpolarregion.cc318 PolarSegment& pseg1 = segments_[i]; in InteractwithPolarRegion() local
323 ee.ApplyStaticField<PolarSegment, Estatic::noE_V>(pseg2, pseg1); in InteractwithPolarRegion()
324 ee.ApplyInducedField<Estatic::noE_V>(pseg2, pseg1); in InteractwithPolarRegion()
326 e_thread += ee.ApplyStaticField<PolarSegment, Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
327 e_thread += ee.ApplyInducedField<Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dpick.c252 FindRealVal(HintVal* vlist, Fixed top, Fixed bot, HintSeg** pseg1, in FindRealVal() argument
257 *pseg1 = vlist->vSeg1; in FindRealVal()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DfillM.c233 PSEUDO_SEG *pseg2, *pseg1; local
237 pseg1 = (PSEUDO_SEG *)selem->seg.segp;
240 && pseg1->node[0]->gp == pseg2->node[0]->gp) {

12