Lines Matching refs:pScreenInfo
91 ATIPtr pATI = ATIPTR(pScreenInfo);
111 * Not in DGA. This reverse-calculates pScreenInfo->frame[XY][01] so
115 pScreenInfo->frameX0 = xy % pATI->displayWidth;
116 pScreenInfo->frameY0 = xy / pATI->displayWidth;
117 pScreenInfo->frameX1 =
118 pScreenInfo->frameX0 + pScreenInfo->currentMode->HDisplay - 1;
119 pScreenInfo->frameY1 =
120 pScreenInfo->frameY0 + pScreenInfo->currentMode->VDisplay - 1;