Home
last modified time | relevance | path

Searched refs:res_y (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/camera/mesh_camera/
H A Dmeshcam_macros.inc36 #local c_right=(res_x/res_y)*x;
41 #local px_inc=(res_x/res_y)/res_x;
54 #while (row_count<res_y)
91 #local c_right=(res_x/res_y)*x;
109 #while (row_count<res_y)
162 #while (row_count<res_y)
198 #local c_right=(res_x/res_y)*x;
218 #while (row_count<res_y)
330 #local c_right=(res_x/res_y)*x;
350 #while (row_count<res_y)
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/camera/mesh_camera/
H A Dmeshcam_macros.inc36 #local c_right=(res_x/res_y)*x;
41 #local px_inc=(res_x/res_y)/res_x;
54 #while (row_count<res_y)
91 #local c_right=(res_x/res_y)*x;
109 #while (row_count<res_y)
162 #while (row_count<res_y)
198 #local c_right=(res_x/res_y)*x;
218 #while (row_count<res_y)
330 #local c_right=(res_x/res_y)*x;
350 #while (row_count<res_y)
[all …]
/dports/russian/gd/libgd-2.3.1/tests/tiff/
H A Dtiff_dpi.c13 int r, res_x, res_y; in main() local
30 res_y = 200; in main()
32 src->res_y = res_y; in main()
65 if (dst->res_y != res_y) { in main()
67 gdTestErrorMsg("mismatch in res_y (got %d, expected %d)\n", dst->res_y, res_y); in main()
/dports/ukrainian/gd/libgd-2.3.1/tests/tiff/
H A Dtiff_dpi.c13 int r, res_x, res_y; in main() local
30 res_y = 200; in main()
32 src->res_y = res_y; in main()
65 if (dst->res_y != res_y) { in main()
67 gdTestErrorMsg("mismatch in res_y (got %d, expected %d)\n", dst->res_y, res_y); in main()
/dports/japanese/gd/libgd-2.3.1/tests/tiff/
H A Dtiff_dpi.c13 int r, res_x, res_y; in main() local
30 res_y = 200; in main()
32 src->res_y = res_y; in main()
65 if (dst->res_y != res_y) { in main()
67 gdTestErrorMsg("mismatch in res_y (got %d, expected %d)\n", dst->res_y, res_y); in main()
/dports/graphics/gd/libgd-2.3.1/tests/tiff/
H A Dtiff_dpi.c13 int r, res_x, res_y; in main() local
30 res_y = 200; in main()
32 src->res_y = res_y; in main()
65 if (dst->res_y != res_y) { in main()
67 gdTestErrorMsg("mismatch in res_y (got %d, expected %d)\n", dst->res_y, res_y); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp23 int res_y, in bilinear_interpol() argument
37 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8; in bilinear_interpol()
46 int res_y, in bicubic_interpol() argument
68 int res_y, in bicubic_get_pos_weight() argument
97 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()
98 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()
99 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()
100 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()
166 int& res_y) { in Transform() argument
170 res_y = y1 % base; in Transform()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp19 int res_y, in bilinear_interpol() argument
33 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8; in bilinear_interpol()
42 int res_y, in bicubic_interpol() argument
64 int res_y, in bicubic_get_pos_weight() argument
93 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()
94 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()
95 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()
96 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()
162 int& res_y) { in Transform() argument
166 res_y = y1 % base; in Transform()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/res/
H A Dbrush_yuv_image.glsl70 ImageResource res_y = fetch_image_resource(prim_user_data.x);
73 write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE(sColor0), vUv_Y, vUvBounds_Y);
76 vYuvLayers = vec3(res_y.layer, res_u.layer, res_v.layer);
78 ImageResource res_y = fetch_image_resource(prim_user_data.x);
80 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE(sColor0), vUv_Y, vUvBounds_Y);
82 vYuvLayers = vec3(res_y.layer, res_u.layer, 0.0);
84 ImageResource res_y = fetch_image_resource(prim_user_data.x);
85 write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE(sColor0), vUv_Y, vUvBounds_Y);
86 vYuvLayers = vec3(res_y.layer, 0.0, 0.0);
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dm50458.cpp377 int res_y = y*18+yi; in screen_update() local
382 res_y -= m_scrf; in screen_update()
383 if(res_y < 18) /* wrap-around */ in screen_update()
384 res_y += 216; in screen_update()
409 res_y *= (m_vsz1 + 1); in screen_update()
411 if(res_y > 215 || res_x > 288) in screen_update()
421 res_y += ((m_vsz2 * (y-1)) * 18) + 9 * m_vsz2; in screen_update()
422 res_y *= (m_vsz3 + 1); in screen_update()
424 if(res_y > 215 || res_x > 288) in screen_update()
434 res_y *= (m_vsz2 + 1); in screen_update()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dm50458.cpp377 int res_y = y*18+yi; in screen_update() local
382 res_y -= m_scrf; in screen_update()
383 if(res_y < 18) /* wrap-around */ in screen_update()
384 res_y += 216; in screen_update()
409 res_y *= (m_vsz1 + 1); in screen_update()
411 if(res_y > 215 || res_x > 288) in screen_update()
421 res_y += ((m_vsz2 * (y-1)) * 18) + 9 * m_vsz2; in screen_update()
422 res_y *= (m_vsz3 + 1); in screen_update()
424 if(res_y > 215 || res_x > 288) in screen_update()
434 res_y *= (m_vsz2 + 1); in screen_update()
[all …]
/dports/devel/py-pyro/Pyro4-4.77/examples/distributed-mandelbrot/
H A Dnormal_graphics.py12 res_y = 800 variable
19 canvas = tkinter.Canvas(self.root, width=res_x, height=res_y, bg="#000000")
21 self.img = tkinter.PhotoImage(width=res_x, height=res_y)
22 canvas.create_image((res_x/2, res_y/2), image=self.img, state="normal")
29 _, pixeldata = self.mandel.calc_photoimage_line(y, res_x, res_y)
31 if y < res_y:
H A Dclient_graphics.py9 res_y = 800 variable
16 canvas = tkinter.Canvas(self.root, width=res_x, height=res_y, bg="#000000")
18 self.img = tkinter.PhotoImage(width=res_x, height=res_y)
19 canvas.create_image((res_x/2, res_y/2), image=self.img, state="normal")
30 for line in range(res_y):
46 return calcproxy.calc_photoimage_line(y, res_x, res_y)
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-rulers.c71 gdouble res_x, res_y; in gimp_display_shell_rulers_update() local
85 gimp_image_get_resolution (image, &res_x, &res_y); in gimp_display_shell_rulers_update()
87 if (shell->rotate_angle == 0.0 || res_x == res_y) in gimp_display_shell_rulers_update()
90 resolution_y = res_y; in gimp_display_shell_rulers_update()
100 SQR (sin_a / res_y)); in gimp_display_shell_rulers_update()
101 resolution_y = 1.0 / sqrt (SQR (cos_a / res_y) + in gimp_display_shell_rulers_update()
106 resolution_x = sqrt (SQR (res_x * cos_a) + SQR (res_y * sin_a)); in gimp_display_shell_rulers_update()
107 resolution_y = sqrt (SQR (res_y * cos_a) + SQR (res_x * sin_a)); in gimp_display_shell_rulers_update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcfx_imagetransformer.cpp33 int res_y, in bilinear_interpol() argument
47 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8; in bilinear_interpol()
56 int res_y, in bicubic_interpol() argument
98 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight()
99 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight()
100 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight()
101 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight()
201 if (*res_y < 0 && *res_y > -kBase) in Transform()
202 *res_y = kBase + *res_y; in Transform()
234 d.res_y = 0; in DoBilinearLoop()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glide64/
H A Dglidemain.c107 res_scl_y = (float)settings.res_y / 240.0f; in _ChangeSize()
139 rdp.scale_y = (float)settings.res_y / rdp.vi_height * aspect; in _ChangeSize()
166 settings.res_y = settings.scr_res_y; in ChangeSize()
167 settings.res_x = (uint32_t)(settings.res_y * 4.0f / 3.0f); in ChangeSize()
178 settings.res_y = settings.scr_res_y; in ChangeSize()
189 settings.res_y = settings.scr_res_y; in ChangeSize()
193 offset_y = (settings.scr_res_y - settings.res_y) / 2.0f; in ChangeSize()
195 settings.res_y += (uint32_t)offset_y; in ChangeSize()
276 settings.res_y = settings.scr_res_y; in glide64InitGfx()
302 *height = settings.res_y; in glide64ReadScreen2()
[all …]
/dports/www/py-django-filer/django-filer-1.7.0/filer/
H A Dthumbnail_processors.py93 res_x, res_y = [float(v) for v in im.size]
97 subj_y = res_y * float(subject_location[1]) / source_y
99 ey = (res_y - min(res_y, target_y)) / 2
100 fx, fy = res_x - ex, res_y - ey
122 elif tfy > res_y:
124 tey = tey - (tfy - res_y)
125 tfy = res_y
/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dwayland_input.c107 int16_t res_y = 0; in input_wl_touch_state() local
123 &res_x, &res_y, &res_screen_x, &res_screen_y))) in input_wl_touch_state()
129 res_y = res_screen_y; in input_wl_touch_state()
132 inside = (res_x >= -0x7fff) && (res_y >= -0x7fff); in input_wl_touch_state()
142 return res_y; in input_wl_touch_state()
258 int16_t res_y = 0; in input_wl_state() local
271 &res_x, &res_y, &res_screen_x, &res_screen_y)) in input_wl_state()
276 res_y = res_screen_y; in input_wl_state()
279 inside = (res_x >= -0x7fff) && (res_y >= -0x7fff); in input_wl_state()
289 return res_y; in input_wl_state()
/dports/math/py-pygsl/pygsl-2.3.0/examples/
H A Dbspline.py33 res_y = []
38 res_y.append(yi)
41 res_y = numx.array(res_y)
43 return (x, y,), (x, res_y), res_y_err
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/res/
H A Dbrush_yuv_image.glsl74 ImageSource res_y = fetch_image_source(prim_user_data.x);
77 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
81 ImageSource res_y = fetch_image_source(prim_user_data.x);
83 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
86 ImageSource res_y = fetch_image_source(prim_user_data.x);
87 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/res/
H A Dbrush_yuv_image.glsl74 ImageSource res_y = fetch_image_source(prim_user_data.x);
77 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
81 ImageSource res_y = fetch_image_source(prim_user_data.x);
83 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
86 ImageSource res_y = fetch_image_source(prim_user_data.x);
87 … write_uv_rect(res_y.uv_rect.p0, res_y.uv_rect.p1, f, TEX_SIZE_YUV(sColor0), vUv_Y, vUvBounds_Y);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/crypto/fipsmodule/ec/
H A Decp_nistz384.inl43 BN_ULONG *res_y = r->Y; local
58 elem_sqr_mont(res_y, S);
59 elem_div_by_2(res_y, res_y);
73 elem_sub(res_y, S, res_y);
89 BN_ULONG res_y[P384_LIMBS]; local
141 elem_sub(res_y, U2, res_x);
144 elem_mul_mont(res_y, R, res_y);
145 elem_sub(res_y, res_y, S2);
148 copy_conditional(res_y, in2_y, in1infty);
152 copy_conditional(res_y, in1_y, in2infty);
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Decp_nistz384.inl43 BN_ULONG *res_y = r->Y; local
58 elem_sqr_mont(res_y, S);
59 elem_div_by_2(res_y, res_y);
73 elem_sub(res_y, S, res_y);
89 BN_ULONG res_y[P384_LIMBS]; local
141 elem_sub(res_y, U2, res_x);
144 elem_mul_mont(res_y, R, res_y);
145 elem_sub(res_y, res_y, S2);
148 copy_conditional(res_y, in2_y, in1infty);
152 copy_conditional(res_y, in1_y, in2infty);
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Decp_nistz384.inl43 BN_ULONG *res_y = r->Y; local
58 elem_sqr_mont(res_y, S);
59 elem_div_by_2(res_y, res_y);
73 elem_sub(res_y, S, res_y);
89 BN_ULONG res_y[P384_LIMBS]; local
141 elem_sub(res_y, U2, res_x);
144 elem_mul_mont(res_y, R, res_y);
145 elem_sub(res_y, res_y, S2);
148 copy_conditional(res_y, in2_y, in1infty);
152 copy_conditional(res_y, in1_y, in2infty);
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/crypto/fipsmodule/ec/
H A Decp_nistz384.inl43 BN_ULONG *res_y = r->Y; local
58 elem_sqr_mont(res_y, S);
59 elem_div_by_2(res_y, res_y);
73 elem_sub(res_y, S, res_y);
89 BN_ULONG res_y[P384_LIMBS]; local
141 elem_sub(res_y, U2, res_x);
144 elem_mul_mont(res_y, R, res_y);
145 elem_sub(res_y, res_y, S2);
148 copy_conditional(res_y, in2_y, in1infty);
152 copy_conditional(res_y, in1_y, in2infty);
[all …]

12345678910>>...57