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

  /xsrc/external/mit/xf86-input-synaptics/dist/test/
fake-symbols.c 115 int64_t to_width = to_max - to_min; local
119 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Xinput.c 1313 int64_t to_width = to_max - to_min; local
1317 X = (int)(((to_width * (Cx - from_min)) / from_width) + to_min);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Xinput.c 1489 int64_t to_width = to_max - to_min; local
1493 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);

Completed in 6 milliseconds