Home
last modified time | relevance | path

Searched refs:spot_x (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
2361 ((center_x-spot_x)*(center_x-spot_x))+ in Draw_grad_circle()
2364 ((center_x-spot_x)*(center_x-spot_x))+ in Draw_grad_circle()
2378 distance_x =(x_pos-spot_x); in Draw_grad_circle()
2414 ((center_x-spot_x)*(center_x-spot_x))+ in Draw_grad_ellipse()
2421 ((center_x-spot_x)*(center_x-spot_x))+ in Draw_grad_ellipse()
2445 distance_x =(x_pos-spot_x); 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
2506 ((dbl_center_x/2-spot_x)*(dbl_center_x/2-spot_x))+ in Draw_grad_inscribed_ellipse()
2510 ((dbl_center_x/2-spot_x)*(dbl_center_x/2-spot_x))+ 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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/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.c59 req.spot_x = x;
H A Dbyte_swap.c135 p->spot_x = byteswap_s (p->spot_x);
/dports/japanese/skkinput/skkinput-2.06.4/
H A Dattrs.h40 Position spot_x, spot_y ; member
H A DOverWin.c367 w->overthespotWin.spot_x = w->overthespotWin.spot_y = 0 ; in OTSW_Initialize()
1355 if (values->spot_x != w->overthespotWin.spot_x || in OTSW_ChangeAttributes()
1361 w->overthespotWin.spot_x = values->spot_x ; in OTSW_ChangeAttributes()
1604 x = w->overthespotWin.spot_x ; in OTSW_CalcSizeOfBufferWindows()
1719 if (x <= w->overthespotWin.spot_x){ in OTSW_CalcSizeOfBufferWindows()
1742 w->overthespotWin.topline_x = w->overthespotWin.spot_x ; in OTSW_CalcSizeOfBufferWindows()
1868 x = w->overthespotWin.spot_x ; in OTSW_resetupModeWindow()
1918 w->overthespotWin.spot_x, w->overthespotWin.spot_y) ; in OTSW_resetupModeWindow()
2017 if (endx <= w->overthespotWin.spot_x){ in OTSW_ConfigureWindowsScreenIsSmall()
2032 if ((width + w->overthespotWin.spot_x) >= in OTSW_ConfigureWindowsScreenIsSmall()
[all …]
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
1031 spot_x = ui_screen_width () / 2 - 64; 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
1103 spot_x = _spot_location_x; in ui_settle_input_window()
1106 spot_x = _input_window_x; in ui_settle_input_window()
1110 if (spot_x < 0) spot_x = 0; in ui_settle_input_window()
1113 if (spot_x + ws.width > ui_screen_width () - 4) in ui_settle_input_window()
1114 spot_x = ui_screen_width () - ws.width - 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