HomeSort by: relevance | last modified time | path
    Searched refs:history_elements (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
touch.c 258 ti->history_elements = 0;
388 ti->history_elements = 0;
400 ti->history_elements = 0;
420 if (ti->history_elements > 0)
435 ti->history[ti->history_elements++] = *ev;
437 if (ti->history_elements > ti->history_size - 1) {
438 ti->history_elements = ti->history_size - 1;
454 for (i = 0; i < ti->history_elements; i++) {
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 330 size_t history_elements; /* Number of current elements in history */ member in struct:_TouchPointInfo

Completed in 29 milliseconds