Home
last modified time | relevance | path

Searched refs:rec_history_update_position (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xstroke/xstroke-0.5.12/
H A Drec_history.h48 void rec_history_update_position(rec_history_t *history, int x, int y);
H A Drec_history.c62 void rec_history_update_position(rec_history_t *history, int x, int y) in rec_history_update_position() function
H A Drec.c273 rec_history_update_position(&rec->history, center_x, center_y); in rec_end_stroke()