Searched refs:history_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Dtouch.c257 ti->history_size = 0;
390 ti->history_size = TOUCH_HISTORY_SIZE;
399 ti->history_size = 0;
437 if (ti->history_elements > ti->history_size - 1) {
438 ti->history_elements = ti->history_size - 1;
440 ti->sourceid, ti->history_size, ti->client_id);
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h331 size_t history_size; /* Size of history in elements */ member in struct:_TouchPointInfo

Completed in 4 milliseconds