Lines Matching refs:xchar

17                                   xchar *, xchar *, xchar *, xchar *);
137 xchar x = -1, y = -1; in l_selection_setpoint()
147 x = (xchar) luaL_checkinteger(L, 1); in l_selection_setpoint()
148 y = (xchar) luaL_checkinteger(L, 2); in l_selection_setpoint()
154 x = (xchar) luaL_checkinteger(L, 2); in l_selection_setpoint()
155 y = (xchar) luaL_checkinteger(L, 3); in l_selection_setpoint()
181 xchar x = (xchar) luaL_checkinteger(L, 2); in l_selection_getpoint()
182 xchar y = (xchar) luaL_checkinteger(L, 3); in l_selection_getpoint()
305 xchar x, y; in l_selection_rndcoord()
329 xchar *x1, xchar *y1, xchar *x2, xchar *y2) in params_sel_2coords()
335 *x1 = (xchar) luaL_checkinteger(L, 1); in params_sel_2coords()
336 *y1 = (xchar) luaL_checkinteger(L, 2); in params_sel_2coords()
337 *x2 = (xchar) luaL_checkinteger(L, 3); in params_sel_2coords()
338 *y2 = (xchar) luaL_checkinteger(L, 4); in params_sel_2coords()
347 *x1 = (xchar) luaL_checkinteger(L, 2); in params_sel_2coords()
348 *y1 = (xchar) luaL_checkinteger(L, 3); in params_sel_2coords()
349 *x2 = (xchar) luaL_checkinteger(L, 4); in params_sel_2coords()
350 *y2 = (xchar) luaL_checkinteger(L, 5); in params_sel_2coords()
364 xchar x1, y1, x2, y2; in l_selection_line()
384 xchar x1, y1, x2, y2; in l_selection_rect()
413 xchar x1, y1, x2, y2; in l_selection_fillrect()
445 xchar x1 = 0, y1 = 0, x2 = 0, y2 = 0; in l_selection_randline()
450 x1 = (xchar) luaL_checkinteger(L, 2); in l_selection_randline()
451 y1 = (xchar) luaL_checkinteger(L, 3); in l_selection_randline()
452 x2 = (xchar) luaL_checkinteger(L, 4); in l_selection_randline()
453 y2 = (xchar) luaL_checkinteger(L, 5); in l_selection_randline()
457 x1 = (xchar) luaL_checkinteger(L, 1); in l_selection_randline()
458 y1 = (xchar) luaL_checkinteger(L, 2); in l_selection_randline()
459 x2 = (xchar) luaL_checkinteger(L, 3); in l_selection_randline()
460 y2 = (xchar) luaL_checkinteger(L, 4); in l_selection_randline()
507 xchar typ = check_mapchr(mapchr); in l_selection_filter_mapchar()
578 xchar x = 0, y = 0; in l_selection_flood()
581 x = (xchar) luaL_checkinteger(L, 1); in l_selection_flood()
582 y = (xchar) luaL_checkinteger(L, 2); in l_selection_flood()
611 xchar x = 0, y = 0; in l_selection_circle()
615 x = (xchar) luaL_checkinteger(L, 1); in l_selection_circle()
616 y = (xchar) luaL_checkinteger(L, 2); in l_selection_circle()
623 x = (xchar) luaL_checkinteger(L, 1); in l_selection_circle()
624 y = (xchar) luaL_checkinteger(L, 2); in l_selection_circle()
632 x = (xchar) luaL_checkinteger(L, 2); in l_selection_circle()
633 y = (xchar) luaL_checkinteger(L, 3); in l_selection_circle()
659 xchar x = 0, y = 0; in l_selection_ellipse()
663 x = (xchar) luaL_checkinteger(L, 1); in l_selection_ellipse()
664 y = (xchar) luaL_checkinteger(L, 2); in l_selection_ellipse()
672 x = (xchar) luaL_checkinteger(L, 1); in l_selection_ellipse()
673 y = (xchar) luaL_checkinteger(L, 2); in l_selection_ellipse()
682 x = (xchar) luaL_checkinteger(L, 2); in l_selection_ellipse()
683 y = (xchar) luaL_checkinteger(L, 3); in l_selection_ellipse()
713 xchar x = 0, y = 0, x2 = -1, y2 = -1; in l_selection_gradient()
717 xchar mindist = 0, maxdist = 0; in l_selection_gradient()
732 x = (xchar) get_table_int(L, "x"); in l_selection_gradient()
733 y = (xchar) get_table_int(L, "y"); in l_selection_gradient()
734 x2 = (xchar) get_table_int_opt(L, "x2", -1); in l_selection_gradient()
735 y2 = (xchar) get_table_int_opt(L, "y2", -1); in l_selection_gradient()