Home
last modified time | relevance | path

Searched refs:screenx (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/
H A Dopen-features-non-integer-screenx.html.ini1 [open-features-non-integer-screenx.html]
5 [features "screenx=_104" should NOT set "left=104"]
10 [features "screenx=L104" should NOT set "left=104"]
15 [features "screenx=105.5" should set "left=105"]
19 [features "screenx=105e1" should set "left=105"]
23 [features "screenx=105 " should set "left=105"]
27 [features "screenx=105*3" should set "left=105"]
31 [features "screenx=105e-1" should set "left=105"]
35 [features "screenx=105^4" should set "left=105"]
39 [features "screenx=105LLl" should set "left=105"]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/
H A Dopen-features-non-integer-screenx.html.ini1 [open-features-non-integer-screenx.html]
5 [features "screenx=_104" should NOT set "left=104"]
10 [features "screenx=L104" should NOT set "left=104"]
15 [features "screenx=105.5" should set "left=105"]
19 [features "screenx=105e1" should set "left=105"]
23 [features "screenx=105 " should set "left=105"]
27 [features "screenx=105*3" should set "left=105"]
31 [features "screenx=105e-1" should set "left=105"]
35 [features "screenx=105^4" should set "left=105"]
39 [features "screenx=105LLl" should set "left=105"]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/
H A Dopen-features-non-integer-screenx.html.ini1 [open-features-non-integer-screenx.html]
5 [features "screenx=_104" should NOT set "left=104"]
10 [features "screenx=L104" should NOT set "left=104"]
15 [features "screenx=105.5" should set "left=105"]
19 [features "screenx=105e1" should set "left=105"]
23 [features "screenx=105 " should set "left=105"]
27 [features "screenx=105*3" should set "left=105"]
31 [features "screenx=105e-1" should set "left=105"]
35 [features "screenx=105^4" should set "left=105"]
39 [features "screenx=105LLl" should set "left=105"]
[all …]
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Ddrawmethods.c114 p = &(data[(screenx * y1) + x1]); in draw_line()
117 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
159 p = &(data[(screenx * y) + xx]); in draw_line()
161 if (xx < (screenx - 1)) { in draw_line()
175 p = &(data[(screenx * yy) + x]); in draw_line()
196 p = &(data[(screenx * y) + xx]); in draw_line()
198 if (xx < (screenx - 1)) { in draw_line()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Ddrawmethods.c97 p = &(data[(screenx * y1) + x1]); in draw_line()
100 p += screenx; in draw_line()
104 p = &(data[(screenx * y2) + x1]); in draw_line()
107 p += screenx; in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
142 p = &(data[(screenx * y) + xx]); in draw_line()
145 if (xx < (screenx - 1)) { in draw_line()
160 p = &(data[(screenx * yy) + x]); in draw_line()
183 p = &(data[(screenx * y) + xx]); in draw_line()
186 if (xx < (screenx - 1)) { in draw_line()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]
/dports/graphics/goom/goom2k4-0/src/
H A Ddrawmethods.c93 p = &(data[(screenx * y1) + x1]); in draw_line()
96 p += screenx; in draw_line()
100 p = &(data[(screenx * y2) + x1]); in draw_line()
103 p += screenx; in draw_line()
111 p = &(data[(screenx * y1) + x1]); in draw_line()
138 p = &(data[(screenx * y) + xx]); in draw_line()
140 if (xx < (screenx - 1)) { in draw_line()
154 p = &(data[(screenx * yy) + x]); in draw_line()
175 p = &(data[(screenx * y) + xx]); in draw_line()
177 if (xx < (screenx - 1)) { in draw_line()
[all …]
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/goom/
H A Ddrawmethods.c46 || (y2 >= screeny) || (x1 >= screenx) || (x2 >= screenx)) in draw_line()
115 p = &(data[(screenx * y1) + x1]); in draw_line()
118 p += screenx; in draw_line()
121 p = &(data[(screenx * y2) + x1]); in draw_line()
124 p += screenx; in draw_line()
132 p = &(data[(screenx * y1) + x1]); in draw_line()
139 p = &(data[(screenx * y1) + x2]); in draw_line()
158 p = &(data[(screenx * y) + xx]); in draw_line()
160 if (xx < (screenx - 1)) { in draw_line()
174 p = &(data[(screenx * yy) + x]); in draw_line()
[all …]

12345678910>>...14