Home
last modified time | relevance | path

Searched refs:segs (Results 1 – 25 of 3581) sorted by relevance

12345678910>>...144

/dports/shells/elvish/elvish-0.17.0/pkg/glob/
H A Dglob.go39 if len(segs) > 0 && IsSlash(segs[0]) {
40 segs = segs[1:]
42 } else if runtime.GOOS == "windows" && len(segs) > 1 && IsLiteral(segs[0]) && IsSlash(segs[1]) {
46 segs = segs[2:]
71 for len(segs) > 1 && IsLiteral(segs[0]) && IsSlash(segs[1]) {
73 segs = segs[2:]
85 } else if len(segs) == 1 && IsLiteral(segs[0]) {
136 first, rest = segs[:i], segs[i+1:]
139 first, rest = segs[:i+1], segs[i:]
195 segs:
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpcanvasboundary.c273 if (segs[i].x1 == segs[i].x2) in gimp_canvas_boundary_transform()
306 g_free (segs); in gimp_canvas_boundary_draw()
330 x1 = MIN (segs[0].x1, segs[0].x2); in gimp_canvas_boundary_get_extents()
331 y1 = MIN (segs[0].y1, segs[0].y2); in gimp_canvas_boundary_get_extents()
332 x2 = MAX (segs[0].x1, segs[0].x2); in gimp_canvas_boundary_get_extents()
333 y2 = MAX (segs[0].y1, segs[0].y2); in gimp_canvas_boundary_get_extents()
337 gint x3 = MIN (segs[i].x1, segs[i].x2); in gimp_canvas_boundary_get_extents()
338 gint y3 = MIN (segs[i].y1, segs[i].y2); in gimp_canvas_boundary_get_extents()
339 gint x4 = MAX (segs[i].x1, segs[i].x2); in gimp_canvas_boundary_get_extents()
340 gint y4 = MAX (segs[i].y1, segs[i].y2); in gimp_canvas_boundary_get_extents()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/wrlib/tests/
H A Dtestdraw.c113 segs[6].x2 = segs[7].x2 = segs[8].x2 = segs[9].x2 = segs[10].x2 = 0; in testDraw()
114 segs[2].y2 = segs[3].y2 = segs[4].y2 = segs[5].y2 = segs[6].y2 = 0; in testDraw()
121 segs[0].x2 = segs[1].x2 = segs[2].x2 = segs[14].x2 = segs[15].x2 = 62; in testDraw()
122 segs[10].y2 = segs[11].y2 = segs[12].y2 = segs[13].y2 = segs[14].y2 = 62; in testDraw()
392 segs[0].y1 = segs[2].x1 = segs[1].y1 = segs[3].x1 = 2; in drawClip()
393 segs[0].y2 = segs[2].x2 = segs[6].x1 = segs[6].x2 = 21; in drawClip()
395 segs[1].y2 = segs[3].x2 = segs[7].x1 = segs[7].x2 = 22; in drawClip()
397 segs[4].y1 = segs[5].y1 = segs[10].x1 = segs[11].x1 = 0; in drawClip()
398 segs[4].y2 = segs[5].y2 = segs[10].x2 = segs[11].x2 = 1; in drawClip()
400 segs[6].y2 = segs[7].y2 = segs[8].x2 = segs[9].x2 = 63; in drawClip()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/wrlib/tests/
H A Dtestdraw.c113 segs[6].x2 = segs[7].x2 = segs[8].x2 = segs[9].x2 = segs[10].x2 = 0; in testDraw()
114 segs[2].y2 = segs[3].y2 = segs[4].y2 = segs[5].y2 = segs[6].y2 = 0; in testDraw()
121 segs[0].x2 = segs[1].x2 = segs[2].x2 = segs[14].x2 = segs[15].x2 = 62; in testDraw()
122 segs[10].y2 = segs[11].y2 = segs[12].y2 = segs[13].y2 = segs[14].y2 = 62; in testDraw()
392 segs[0].y1 = segs[2].x1 = segs[1].y1 = segs[3].x1 = 2; in drawClip()
393 segs[0].y2 = segs[2].x2 = segs[6].x1 = segs[6].x2 = 21; in drawClip()
395 segs[1].y2 = segs[3].x2 = segs[7].x1 = segs[7].x2 = 22; in drawClip()
397 segs[4].y1 = segs[5].y1 = segs[10].x1 = segs[11].x1 = 0; in drawClip()
398 segs[4].y2 = segs[5].y2 = segs[10].x2 = segs[11].x2 = 1; in drawClip()
400 segs[6].y2 = segs[7].y2 = segs[8].x2 = segs[9].x2 = 63; in drawClip()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashClip.cc182 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
183 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
184 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
185 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
186 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
187 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
188 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
189 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
190 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
191 xPath->segs[3].y0 == xPath->segs[0].y0 && in clipToPath()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/mdi/lib/
H A DXsOutline.C208 segs[0].x1 = x; segs[0].y1 = y; in _drawIt()
209 segs[0].x2 = x + w - 1; segs[0].y2 = y; in _drawIt()
211 segs[1].x1 = x + BorderSize; segs[1].y1 = y + BorderSize; in _drawIt()
212 segs[1].x2 = x + w - BorderSize - 1; segs[1].y2 = y + BorderSize; in _drawIt()
216 segs[2].x1 = x + w - 1; segs[2].y1 = y + 1; in _drawIt()
217 segs[2].x2 = x + w - 1; segs[2].y2 = y + h - 1; in _drawIt()
224 segs[4].x1 = x + 1; segs[4].y1 = y + h - 1; in _drawIt()
225 segs[4].x2 = x + w - 2; segs[4].y2 = y + h - 1; in _drawIt()
232 segs[6].x1 = x; segs[6].y1 = y + h - 1; in _drawIt()
233 segs[6].x2 = x; segs[6].y2 = y + 1; in _drawIt()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/mdi/lib/
H A DXsOutline.C208 segs[0].x1 = x; segs[0].y1 = y; in _drawIt()
209 segs[0].x2 = x + w - 1; segs[0].y2 = y; in _drawIt()
211 segs[1].x1 = x + BorderSize; segs[1].y1 = y + BorderSize; in _drawIt()
212 segs[1].x2 = x + w - BorderSize - 1; segs[1].y2 = y + BorderSize; in _drawIt()
216 segs[2].x1 = x + w - 1; segs[2].y1 = y + 1; in _drawIt()
217 segs[2].x2 = x + w - 1; segs[2].y2 = y + h - 1; in _drawIt()
224 segs[4].x1 = x + 1; segs[4].y1 = y + h - 1; in _drawIt()
225 segs[4].x2 = x + w - 2; segs[4].y2 = y + h - 1; in _drawIt()
232 segs[6].x1 = x; segs[6].y1 = y + h - 1; in _drawIt()
233 segs[6].x2 = x; segs[6].y2 = y + 1; in _drawIt()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/mdi/lib/
H A DXsOutline.C208 segs[0].x1 = x; segs[0].y1 = y; in _drawIt()
209 segs[0].x2 = x + w - 1; segs[0].y2 = y; in _drawIt()
211 segs[1].x1 = x + BorderSize; segs[1].y1 = y + BorderSize; in _drawIt()
212 segs[1].x2 = x + w - BorderSize - 1; segs[1].y2 = y + BorderSize; in _drawIt()
216 segs[2].x1 = x + w - 1; segs[2].y1 = y + 1; in _drawIt()
217 segs[2].x2 = x + w - 1; segs[2].y2 = y + h - 1; in _drawIt()
224 segs[4].x1 = x + 1; segs[4].y1 = y + h - 1; in _drawIt()
225 segs[4].x2 = x + w - 2; segs[4].y2 = y + h - 1; in _drawIt()
232 segs[6].x1 = x; segs[6].y1 = y + h - 1; in _drawIt()
233 segs[6].x2 = x; segs[6].y2 = y + 1; in _drawIt()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/unit_test/entry_edit_test_cases/
H A Ddivvy.complex_test.output_expected.asn18 segs denseg {
54 segs denseg {
85 segs denseg {
116 segs denseg {
147 segs denseg {
178 segs denseg {
209 segs denseg {
240 segs denseg {
271 segs denseg {
302 segs denseg {
[all …]
H A Ddivvy.moderate_test.output_expected.asn20 segs dendiag {
41 segs dendiag {
62 segs dendiag {
83 segs dendiag {
104 segs dendiag {
125 segs dendiag {
146 segs dendiag {
167 segs dendiag {
2170 segs dendiag {
2191 segs dendiag {
[all …]
H A Ddivvy.moderate_test.input.asn18 segs dendiag {
33 segs dendiag {
48 segs dendiag {
63 segs dendiag {
78 segs dendiag {
93 segs dendiag {
108 segs dendiag {
123 segs dendiag {
1546 segs dendiag {
1561 segs dendiag {
[all …]
H A Ddivvy.complex_test.input.asn16 segs dendiag {
31 segs dendiag {
46 segs dendiag {
61 segs dendiag {
76 segs dendiag {
91 segs dendiag {
106 segs dendiag {
121 segs dendiag {
136 segs dendiag {
151 segs dendiag {
[all …]
H A Ddivvy.basic_test.input.asn18 segs dendiag {
33 segs dendiag {
48 segs dendiag {
63 segs dendiag {
421 segs dendiag {
436 segs dendiag {
451 segs dendiag {
466 segs dendiag {
481 segs dendiag {
496 segs dendiag {
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashClip.cc222 ((xPath->segs[0].x0 == xPath->segs[0].x1 && in clipToPath()
223 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
224 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
225 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
226 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
227 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
228 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
229 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
230 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
231 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashClip.cc196segs[0].x0 == xPath.segs[0].x1 && xPath.segs[0].x0 == xPath.segs[1].x0 && xPath.segs[0].x0 == xPat… in clipToPath()
197segs[2].x0 == xPath.segs[3].x0 && xPath.segs[1].y0 == xPath.segs[1].y1 && xPath.segs[1].y0 == xPat… in clipToPath()
198 && xPath.segs[3].y0 == xPath.segs[0].y0 && xPath.segs[3].y0 == xPath.segs[2].y1) in clipToPath()
199segs[0].y0 == xPath.segs[0].y1 && xPath.segs[0].y0 == xPath.segs[1].y0 && xPath.segs[0].y0 == xPat… in clipToPath()
200segs[2].y0 == xPath.segs[3].y0 && xPath.segs[1].x0 == xPath.segs[1].x1 && xPath.segs[1].x0 == xPat… in clipToPath()
201 … && xPath.segs[3].x0 == xPath.segs[0].x0 && xPath.segs[3].x0 == xPath.segs[2].x1))) { in clipToPath()
202 clipToRect(xPath.segs[0].x0, xPath.segs[0].y0, xPath.segs[2].x0, xPath.segs[2].y0); in clipToPath()
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashClip.cc196segs[0].x0 == xPath.segs[0].x1 && xPath.segs[0].x0 == xPath.segs[1].x0 && xPath.segs[0].x0 == xPat… in clipToPath()
197segs[2].x0 == xPath.segs[3].x0 && xPath.segs[1].y0 == xPath.segs[1].y1 && xPath.segs[1].y0 == xPat… in clipToPath()
198 && xPath.segs[3].y0 == xPath.segs[0].y0 && xPath.segs[3].y0 == xPath.segs[2].y1) in clipToPath()
199segs[0].y0 == xPath.segs[0].y1 && xPath.segs[0].y0 == xPath.segs[1].y0 && xPath.segs[0].y0 == xPat… in clipToPath()
200segs[2].y0 == xPath.segs[3].y0 && xPath.segs[1].x0 == xPath.segs[1].x1 && xPath.segs[1].x0 == xPat… in clipToPath()
201 … && xPath.segs[3].x0 == xPath.segs[0].x0 && xPath.segs[3].x0 == xPath.segs[2].x1))) { in clipToPath()
202 clipToRect(xPath.segs[0].x0, xPath.segs[0].y0, xPath.segs[2].x0, xPath.segs[2].y0); in clipToPath()
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashClip.cc196segs[0].x0 == xPath.segs[0].x1 && xPath.segs[0].x0 == xPath.segs[1].x0 && xPath.segs[0].x0 == xPat… in clipToPath()
197segs[2].x0 == xPath.segs[3].x0 && xPath.segs[1].y0 == xPath.segs[1].y1 && xPath.segs[1].y0 == xPat… in clipToPath()
198 && xPath.segs[3].y0 == xPath.segs[0].y0 && xPath.segs[3].y0 == xPath.segs[2].y1) in clipToPath()
199segs[0].y0 == xPath.segs[0].y1 && xPath.segs[0].y0 == xPath.segs[1].y0 && xPath.segs[0].y0 == xPat… in clipToPath()
200segs[2].y0 == xPath.segs[3].y0 && xPath.segs[1].x0 == xPath.segs[1].x1 && xPath.segs[1].x0 == xPat… in clipToPath()
201 … && xPath.segs[3].x0 == xPath.segs[0].x0 && xPath.segs[3].x0 == xPath.segs[2].x1))) { in clipToPath()
202 clipToRect(xPath.segs[0].x0, xPath.segs[0].y0, xPath.segs[2].x0, xPath.segs[2].y0); in clipToPath()
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashClip.cc196segs[0].x0 == xPath.segs[0].x1 && xPath.segs[0].x0 == xPath.segs[1].x0 && xPath.segs[0].x0 == xPat… in clipToPath()
197segs[2].x0 == xPath.segs[3].x0 && xPath.segs[1].y0 == xPath.segs[1].y1 && xPath.segs[1].y0 == xPat… in clipToPath()
198 && xPath.segs[3].y0 == xPath.segs[0].y0 && xPath.segs[3].y0 == xPath.segs[2].y1) in clipToPath()
199segs[0].y0 == xPath.segs[0].y1 && xPath.segs[0].y0 == xPath.segs[1].y0 && xPath.segs[0].y0 == xPat… in clipToPath()
200segs[2].y0 == xPath.segs[3].y0 && xPath.segs[1].x0 == xPath.segs[1].x1 && xPath.segs[1].x0 == xPat… in clipToPath()
201 … && xPath.segs[3].x0 == xPath.segs[0].x0 && xPath.segs[3].x0 == xPath.segs[2].x1))) { in clipToPath()
202 clipToRect(xPath.segs[0].x0, xPath.segs[0].y0, xPath.segs[2].x0, xPath.segs[2].y0); in clipToPath()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplashClip.cc208 ((xPath->segs[0].x0 == xPath->segs[0].x1 && in clipToPath()
209 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
210 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
211 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
212 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
213 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
214 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
215 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
216 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
217 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
[all …]
/dports/graphics/xpdf/xpdf-4.03/splash/
H A DSplashXPath.cc189 if (segs[0].y0 == segs[0].y1 && in SplashXPath()
190 segs[1].x0 == segs[1].x1 && in SplashXPath()
191 segs[2].x0 == segs[2].x1 && in SplashXPath()
192 segs[3].y0 == segs[3].y1) { in SplashXPath()
507 if (segs[in].x0 == segs[in].x1 && segs[in].y0 == segs[in].y1) { in mergeSegments()
520 if (segs[i].x0 == segs[i].x1 && segs[i].y0 == segs[i].y1) { in mergeSegments()
534 segs[i].x0, segs[i].y0, in mergeSegments()
543 segs[j].x1, segs[j].y1, in mergeSegments()
544 segs[i].x1, segs[i].y1)) { in mergeSegments()
557 segs[out].x0 = segs[in].x0; in mergeSegments()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/splash/
H A DSplashXPath.cc189 if (segs[0].y0 == segs[0].y1 && in SplashXPath()
190 segs[1].x0 == segs[1].x1 && in SplashXPath()
191 segs[2].x0 == segs[2].x1 && in SplashXPath()
192 segs[3].y0 == segs[3].y1) { in SplashXPath()
507 if (segs[in].x0 == segs[in].x1 && segs[in].y0 == segs[in].y1) { in mergeSegments()
520 if (segs[i].x0 == segs[i].x1 && segs[i].y0 == segs[i].y1) { in mergeSegments()
534 segs[i].x0, segs[i].y0, in mergeSegments()
543 segs[j].x1, segs[j].y1, in mergeSegments()
544 segs[i].x1, segs[i].y1)) { in mergeSegments()
557 segs[out].x0 = segs[in].x0; in mergeSegments()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashClip.cc233 ((xPath->segs[0].x0 == xPath->segs[0].x1 && in clipToPath()
234 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
235 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
236 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
237 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
238 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
239 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
240 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
241 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
242 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashClip.cc233 ((xPath->segs[0].x0 == xPath->segs[0].x1 && in clipToPath()
234 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
235 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
236 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
237 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
238 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
239 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
240 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
241 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
242 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashClip.cc233 ((xPath->segs[0].x0 == xPath->segs[0].x1 && in clipToPath()
234 xPath->segs[0].x0 == xPath->segs[1].x0 && in clipToPath()
235 xPath->segs[0].x0 == xPath->segs[3].x1 && in clipToPath()
236 xPath->segs[2].x0 == xPath->segs[2].x1 && in clipToPath()
237 xPath->segs[2].x0 == xPath->segs[1].x1 && in clipToPath()
238 xPath->segs[2].x0 == xPath->segs[3].x0 && in clipToPath()
239 xPath->segs[1].y0 == xPath->segs[1].y1 && in clipToPath()
240 xPath->segs[1].y0 == xPath->segs[0].y1 && in clipToPath()
241 xPath->segs[1].y0 == xPath->segs[2].y0 && in clipToPath()
242 xPath->segs[3].y0 == xPath->segs[3].y1 && in clipToPath()
[all …]
/dports/math/R-cran-pls/pls/tests/RUnit/common/
H A Drunit.CV.R104 length(segs) == k &&
106 length(intersect(segs[[1]], segs[[2]])) == 0,
111 length(segs) == k &&
113 length(intersect(segs[[1]], segs[[2]])) == 0 &&
114 length(intersect(segs[[1]], segs[[3]])) == 0 &&
115 length(intersect(segs[[2]], segs[[3]])) == 0,
156 length(segs) == k &&
158 length(intersect(segs[[1]], segs[[2]])) == 0,
165 length(intersect(segs[[1]], segs[[2]])) == 0 &&
166 length(intersect(segs[[1]], segs[[3]])) == 0 &&
[all …]

12345678910>>...144