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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp69 if (x & CURSOR_POSITION_NEGATIVE)
71 if (y & CURSOR_POSITION_NEGATIVE)
94 x = -x | CURSOR_POSITION_NEGATIVE;
96 y = -y | CURSOR_POSITION_NEGATIVE;
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h1265 #define CURSOR_POSITION_NEGATIVE 0x8000 macro

Completed in 102 milliseconds