Home
last modified time | relevance | path

Searched refs:pxy (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dplines.c45 int closed = (pxy[0].x==pxy[n-1].x && pxy[0].y==pxy[n-1].y); in p_lines()
57 MoveToEx(dc, pxy[0].x, pxy[0].y, 0); in p_lines()
58 LineTo(dc, pxy[0].x+1, pxy[0].y); in p_lines()
71 MoveToEx(dc, pxy[0].x, pxy[0].y, 0); in p_segments()
72 if (pxy[1].x!=pxy[0].x || pxy[1].y!=pxy[0].y) { in p_segments()
74 LineTo(dc, pxy[1].x, pxy[1].y); in p_segments()
80 LineTo(dc, pxy[1].x+1, pxy[1].y); in p_segments()
107 long dx = pxy[1].x - pxy[0].x; in w_final_pt()
108 long dy = pxy[1].y - pxy[0].y; in w_final_pt()
127 LineTo(dc, pxy[1].x+ix, pxy[1].y+iy); in w_final_pt()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dstatusbar.c59 short pxy[8], d, pxyclip[4]; in evnt_sb_redraw() local
72 …vst_height(atari_plot_vdi_handle, atari_sysinfo.medium_sfont_pxh, &pxy[0], &pxy[1], &pxy[2], &pxy[… in evnt_sb_redraw()
84 pxy[0] = work.g_x; in evnt_sb_redraw()
85 pxy[1] = work.g_y; in evnt_sb_redraw()
87 pxy[3] = work.g_y; in evnt_sb_redraw()
97 pxy[0] = work.g_x; in evnt_sb_redraw()
98 pxy[1] = work.g_y+1; in evnt_sb_redraw()
99 pxy[2] = work.g_x + work.g_w-1; in evnt_sb_redraw()
132 pxy[0] = work.g_x + work.g_w; in evnt_sb_redraw()
133 pxy[1] = work.g_y + work.g_h; in evnt_sb_redraw()
[all …]
H A Dmisc.c394 void dbg_pxy(const char * str, short * pxy ) in dbg_pxy() argument
397 pxy[0], pxy[1], pxy[2], pxy[3] ); in dbg_pxy()
400 void dbg_rect(const char * str, int * pxy) in dbg_rect() argument
403 pxy[0], pxy[1], pxy[2], pxy[3], in dbg_rect()
404 pxy[2] - pxy[0], in dbg_rect()
405 pxy[3] - pxy[1] ); in dbg_rect()
H A Dabout.c50 short pxy[8]; in about_userdraw() local
86 pxy[0] = clip.g_x; in about_userdraw()
87 pxy[1] = clip.g_y; in about_userdraw()
88 pxy[2] = pxy[0] + clip.g_w-1; in about_userdraw()
89 pxy[3] = pxy[1] + clip.g_h-1; in about_userdraw()
90 vs_clip(vdihandle, 1, pxy); in about_userdraw()
111 vs_clip(vdihandle, 0, pxy); in about_userdraw()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSInvocation/
H A Dgeneral.m86 [pxy retChar] == 99,
92 [pxy retShort] == 12345,
98 [pxy retInt] == 123456,
104 [pxy retLong] == 123456,
122 tar == [pxy retObject],
129 2 == [pxy loopChar:carg],
143 [pxy loopInt:iarg] == 2,
167 oarg = pxy;
170 PASS(oret == pxy &&
171 [pxy loopObject:oarg] == pxy,
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/outdated/win/gem/
H A Dload_img.c296 int pxy[8], i, j; in half_img() local
305 pxy[1] = pxy[5] = 0; in half_img()
306 pxy[3] = pxy[7] = s->fd_h - 1; in half_img()
308 pxy[0] = pxy[2] = 2 * i; in half_img()
309 pxy[4] = pxy[6] = i; in half_img()
310 vro_cpyfm(x_handle, S_ONLY, pxy, s, &tmp); in half_img()
312 pxy[0] = pxy[4] = 0; in half_img()
313 pxy[2] = pxy[6] = s->fd_w / 2 - 1; in half_img()
315 pxy[1] = pxy[3] = 2 * j; in half_img()
316 pxy[5] = pxy[7] = j; in half_img()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/gem/
H A Dload_img.c296 int pxy[8], i, j; in half_img() local
305 pxy[1] = pxy[5] = 0; in half_img()
306 pxy[3] = pxy[7] = s->fd_h - 1; in half_img()
308 pxy[0] = pxy[2] = 2 * i; in half_img()
309 pxy[4] = pxy[6] = i; in half_img()
310 vro_cpyfm(x_handle, S_ONLY, pxy, s, &tmp); in half_img()
312 pxy[0] = pxy[4] = 0; in half_img()
313 pxy[2] = pxy[6] = s->fd_w / 2 - 1; in half_img()
315 pxy[1] = pxy[3] = 2 * j; in half_img()
316 pxy[5] = pxy[7] = j; in half_img()
[all …]
/dports/games/nethack33/nethack-3.3.1/win/gem/
H A Dload_img.c265 int pxy[8], i, j; in half_img() local
274 pxy[1]=pxy[5]=0; in half_img()
275 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
277 pxy[0]=pxy[2]=2*i; in half_img()
278 pxy[4]=pxy[6]=i; in half_img()
279 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
281 pxy[0]=pxy[4]=0; in half_img()
282 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
284 pxy[1]=pxy[3]=2*j; in half_img()
285 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/win/gem/
H A Dload_img.c265 int pxy[8], i, j; in half_img() local
274 pxy[1]=pxy[5]=0; in half_img()
275 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
277 pxy[0]=pxy[2]=2*i; in half_img()
278 pxy[4]=pxy[6]=i; in half_img()
279 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
281 pxy[0]=pxy[4]=0; in half_img()
282 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
284 pxy[1]=pxy[3]=2*j; in half_img()
285 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/gem/
H A Dload_img.c296 int pxy[8], i, j; in half_img() local
305 pxy[1] = pxy[5] = 0; in half_img()
306 pxy[3] = pxy[7] = s->fd_h - 1; in half_img()
308 pxy[0] = pxy[2] = 2 * i; in half_img()
309 pxy[4] = pxy[6] = i; in half_img()
310 vro_cpyfm(x_handle, S_ONLY, pxy, s, &tmp); in half_img()
312 pxy[0] = pxy[4] = 0; in half_img()
313 pxy[2] = pxy[6] = s->fd_w / 2 - 1; in half_img()
315 pxy[1] = pxy[3] = 2 * j; in half_img()
316 pxy[5] = pxy[7] = j; in half_img()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/win/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/nethack34/nethack-3.4.3/win/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/win/gem/
H A Dload_img.c265 int pxy[8], i, j; in half_img() local
274 pxy[1]=pxy[5]=0; in half_img()
275 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
277 pxy[0]=pxy[2]=2*i; in half_img()
278 pxy[4]=pxy[6]=i; in half_img()
279 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
281 pxy[0]=pxy[4]=0; in half_img()
282 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
284 pxy[1]=pxy[3]=2*j; in half_img()
285 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/win/unsupported/gem/
H A Dload_img.c264 int pxy[8], i, j; in half_img() local
273 pxy[1]=pxy[5]=0; in half_img()
274 pxy[3]=pxy[7]=s->fd_h-1; in half_img()
276 pxy[0]=pxy[2]=2*i; in half_img()
277 pxy[4]=pxy[6]=i; in half_img()
278 vro_cpyfm(x_handle,S_ONLY,pxy,s,&tmp); in half_img()
280 pxy[0]=pxy[4]=0; in half_img()
281 pxy[2]=pxy[6]=s->fd_w/2-1; in half_img()
283 pxy[1]=pxy[3]=2*j; in half_img()
284 pxy[5]=pxy[7]=j; in half_img()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/atari/plot/
H A Dplot.c412 pxy[2] = pxy[0] + src.g_w-1; in plot_copy_rect()
413 pxy[3] = pxy[1] + src.g_h-1; in plot_copy_rect()
416 pxy[6] = pxy[4] + dst.g_w-1; in plot_copy_rect()
417 pxy[7] = pxy[5] + dst.g_h-1; in plot_copy_rect()
776 pxy[2] = pxy[0] + w-1; in snapshot_create_native_mfdb()
777 pxy[3] = pxy[1] + h-1; in snapshot_create_native_mfdb()
1598 pxy[6] = pxy[4] + off.g_w-1; in plot_blit_mfdb()
1599 pxy[7] = pxy[5] + off.g_h-1; in plot_blit_mfdb()
2017 pxy[2] = pxy[0] + gclip.g_w; in plot_clip()
2326 pxy[n*2]=pxy[0]; in plot_polygon()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/gem/
H A DSDL_gemvideo.c517 short pxy[4]; in GEM_ClearScreen() local
521 pxy[0] = pxy[1] = 0; in GEM_ClearScreen()
522 pxy[2] = VDI_w - 1; in GEM_ClearScreen()
1025 short pxy[8]; in GEM_FlipHWSurfaceWindowed() local
1028 wind_get(GEM_handle, WF_WORKXYWH, &pxy[0], &pxy[1], &pxy[2], &pxy[3]); in GEM_FlipHWSurfaceWindowed()
1239 pxy[4]=pxy[0]=MAX(icon_rect[0],rect[0]); in refresh_window()
1240 pxy[5]=pxy[1]=MAX(icon_rect[1],rect[1]); in refresh_window()
1241 pxy[6]=pxy[2]=MIN(icon_rect[2],rect[2]); in refresh_window()
1242 pxy[7]=pxy[3]=MIN(icon_rect[3],rect[3]); in refresh_window()
1321 pxy[0],pxy[1],pxy[2],pxy[3], in refresh_window()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/atari/gemtk/
H A Dutils.c88 PXY pxy[2]; in gemtk_clip_grect() local
90 pxy[0].p_x = rect->g_x; in gemtk_clip_grect()
91 pxy[0].p_y = rect->g_y; in gemtk_clip_grect()
92 pxy[1].p_x = pxy[0].p_x + rect->g_w - 1; in gemtk_clip_grect()
93 pxy[1].p_y = pxy[0].p_y + rect->g_h - 1; in gemtk_clip_grect()
95 vs_clip_pxy(vh, pxy); in gemtk_clip_grect()
/dports/devel/libconfuse/confuse-3.3/examples/
H A Dcfgtest.c147 cfg_t *pxy; in main() local
158 pxy = cfg_getsec(bm, "proxy"); in main()
159 if (pxy) { in main()
162 if (cfg_getstr(pxy, "host") == 0) { in main()
170 printf(" proxy host is %s\n", cfg_getstr(pxy, "host")); in main()
171 printf(" proxy type is %ld\n", cfg_getint(pxy, "type")); in main()
172 printf(" proxy port is %ld\n", cfg_getint(pxy, "port")); in main()
174 m = cfg_size(pxy, "exclude"); in main()
177 printf(" exclude %s\n", cfg_getnstr(pxy, "exclude", j)); in main()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/metrics/
H A D_variation_of_information.py96 pxy = contingency_table(
102 pxy = table
105 px = np.ravel(pxy.sum(axis=1))
106 py = np.ravel(pxy.sum(axis=0))
114 hygx = -px @ _xlogx(px_inv @ pxy).sum(axis=1)
115 hxgy = -_xlogx(pxy @ py_inv).sum(axis=0) @ py
/dports/security/proxycheck/proxycheck-0.49a/
H A DMakefile.in15 SRCS = proxycheck.c pxy.c event.c memmem.c proxylogger.c
16 HDRS = pxy.h event.h
23 proxycheck_OBJS = proxycheck.o pxy.o event.o memmem.o
75 proxycheck.o: proxycheck.c event.h pxy.h
76 pxy.o: pxy.c event.h pxy.h
/dports/devel/stack/stack-2.7.3/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DDebug.hs112 pxy = Proxy :: Proxy s function
115 "IN: " ++ showStream pxy ts
117 "MATCH (COK): " ++ showStream pxy ts ++ "\nVALUE: " ++ show a
119 "MATCH (CERR): " ++ showStream pxy ts ++ "\nERROR:\n" ++ parseErrorPretty e
121 "MATCH (EOK): " ++ showStream pxy ts ++ "\nVALUE: " ++ show a
123 "MATCH (EERR): " ++ showStream pxy ts ++ "\nERROR:\n" ++ parseErrorPretty e
127 showStream pxy ts =
131 let (h, r) = splitAt 40 (showTokens pxy ne)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DDebug.hs101 pxy = Proxy :: Proxy s function
104 "IN: " ++ showStream pxy ts
106 "MATCH (COK): " ++ showStream pxy ts ++ "\nVALUE: " ++ show a
108 "MATCH (CERR): " ++ showStream pxy ts ++ "\nERROR:\n" ++ parseErrorPretty e
110 "MATCH (EOK): " ++ showStream pxy ts ++ "\nVALUE: " ++ show a
112 "MATCH (EERR): " ++ showStream pxy ts ++ "\nERROR:\n" ++ parseErrorPretty e
117 showStream pxy ts =
121 let (h, r) = splitAt 40 (showTokens pxy ne)

12345678910>>...16