Home
last modified time | relevance | path

Searched refs:spot_y (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/grafx2/grafx2/src/
H A Dgraph.h107 void Draw_grad_circle (short center_x,short center_y,long sqradius,short spot_x,short spot_y);
108 …t center_x,short center_y,short horizontal_radius,short vertical_radius,short spot_x,short spot_y);
109 void Draw_grad_inscribed_ellipse(short x1, short y1, short x2, short y2, short spot_x, short spot_y
H A Dgraph.c2332 void Draw_grad_circle(short center_x,short center_y,long sqradius,short spot_x,short spot_y) in Draw_grad_circle() argument
2362 ((center_y-spot_y)*(center_y-spot_y))+ in Draw_grad_circle()
2365 ((center_y-spot_y)*(center_y-spot_y)))); in Draw_grad_circle()
2373 distance_y =(y_pos-spot_y); in Draw_grad_circle()
2415 ((center_y-spot_y)*(center_y-spot_y))+ in Draw_grad_ellipse()
2422 ((center_y-spot_y)*(center_y-spot_y)))); in Draw_grad_ellipse()
2440 distance_y =(y_pos-spot_y); in Draw_grad_ellipse()
2454 void Draw_grad_inscribed_ellipse(short x1, short y1, short x2, short y2, short spot_x, short spot_y) in Draw_grad_inscribed_ellipse() argument
2507 ((dbl_center_y/2-spot_y)*(dbl_center_y/2-spot_y))+ in Draw_grad_inscribed_ellipse()
2511 ((dbl_center_y/2-spot_y)*(dbl_center_y/2-spot_y)))); in Draw_grad_inscribed_ellipse()
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A DSpotProto.h47 INT16 spot_x B16, spot_y B16;
H A Dspotlib.c60 req.spot_y = y;
H A Dbyte_swap.c136 p->spot_y = byteswap_s (p->spot_y);
/dports/japanese/skkinput/skkinput-2.06.4/
H A DOverWin.c367 w->overthespotWin.spot_x = w->overthespotWin.spot_y = 0 ; in OTSW_Initialize()
1356 values->spot_y != w->overthespotWin.spot_y){ in OTSW_ChangeAttributes()
1362 w->overthespotWin.spot_y = values->spot_y ; in OTSW_ChangeAttributes()
1605 y = w->overthespotWin.spot_y ; in OTSW_CalcSizeOfBufferWindows()
1869 y = w->overthespotWin.spot_y - in OTSW_resetupModeWindow()
1873 y = w->overthespotWin.spot_y + in OTSW_resetupModeWindow()
1896 y = w->overthespotWin.spot_y - in OTSW_resetupModeWindow()
1902 y = w->overthespotWin.spot_y ; in OTSW_resetupModeWindow()
1918 w->overthespotWin.spot_x, w->overthespotWin.spot_y) ; in OTSW_resetupModeWindow()
2074 focus_offset_y + w->overthespotWin.spot_y + in OTSW_ConfigureWindowsScreenIsSmall()
[all …]
H A Dattrs.h40 Position spot_x, spot_y ; member
H A DOffWinP.h75 Position spot_x, spot_y ; member
H A DOverWinP.h74 Position spot_x, spot_y ; member
/dports/textproc/scim/scim-1.4.9/extras/panel/
H A Dscim_panel_gtk.cpp1029 uint32 spot_x, spot_y; in ui_initialize() local
1032 spot_y = ui_screen_height () * 3 / 4; in ui_initialize()
1033 gtk_window_move (GTK_WINDOW (_input_window), spot_x, spot_y); in ui_initialize()
1098 gint spot_x, spot_y; in ui_settle_input_window() local
1104 spot_y = _spot_location_y; in ui_settle_input_window()
1107 spot_y = _input_window_y; in ui_settle_input_window()
1111 if (spot_y < 0) spot_y = 0; in ui_settle_input_window()
1115 if (spot_y + ws.height + 8 > ui_screen_height () - 4) in ui_settle_input_window()
1116 spot_y = ui_screen_height () - ws.height - 4; in ui_settle_input_window()
1119 gtk_window_move (GTK_WINDOW (_input_window), spot_x, spot_y); in ui_settle_input_window()
[all …]

1234