Home
last modified time | relevance | path

Searched refs:nscr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c107 int nscr; in FreeCursor() local
120 for (nscr = 0; nscr < screenInfo.numScreens; nscr++) { in FreeCursor()
121 pscr = screenInfo.screens[nscr]; in FreeCursor()
189 int nscr; in RealizeCursorAllScreens() local
191 for (nscr = 0; nscr < screenInfo.numScreens; nscr++) { in RealizeCursorAllScreens()
192 pscr = screenInfo.screens[nscr]; in RealizeCursorAllScreens()
209 while (--nscr >= 0) { in RealizeCursorAllScreens()
210 pscr = screenInfo.screens[nscr]; in RealizeCursorAllScreens()
H A Ddixfonts.c455 int nscr; in CloseFont() local
469 for (nscr = 0; nscr < screenInfo.numScreens; nscr++) { in CloseFont()
470 pscr = screenInfo.screens[nscr]; in CloseFont()
H A Devents.c5855 int rc, nscr; in ProcRecolorCursor() local
5878 for (nscr = 0; nscr < screenInfo.numScreens; nscr++) { in ProcRecolorCursor()
5879 pscr = screenInfo.screens[nscr]; in ProcRecolorCursor()