Searched refs:panOffset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_cursor.c249 static int panOffset = 0; local in function:GX1SetCursorPosition
276 if (offset != panOffset) {
283 panOffset = offset;
H A Dnsc_gx2_cursor.c250 static int panOffset = 0; local in function:GX2SetCursorPosition
273 if (offset != panOffset) {
280 panOffset = offset;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_cursor.c139 static unsigned long panOffset = 0; local in function:GXSetCursorPosition
190 if (pGeode->PrevDisplayOffset != panOffset) {
197 panOffset = pGeode->PrevDisplayOffset;

Completed in 3 milliseconds