Searched refs:panOffset (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ | ||
| H A D | nsc_gx1_cursor.c | 249 static int panOffset = 0; local in function:GX1SetCursorPosition 276 if (offset != panOffset) { 283 panOffset = offset; |
| H A D | nsc_gx2_cursor.c | 250 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 D | gx_cursor.c | 139 static unsigned long panOffset = 0; local in function:GXSetCursorPosition 190 if (pGeode->PrevDisplayOffset != panOffset) { 197 panOffset = pGeode->PrevDisplayOffset; |
Completed in 3 milliseconds