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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp63 if (hotX != gInfo->shared_info->cursor_hot_x
74 x += gInfo->shared_info->cursor_hot_x;
77 gInfo->shared_info->cursor_hot_x = hotX;
90 int32 x = (int32)_x - gInfo->shared_info->cursor_hot_x;
91 int32 y = (int32)_y - gInfo->shared_info->cursor_hot_x;
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h468 uint16 cursor_hot_x; member in struct:intel_shared_info

Completed in 117 milliseconds