Lines Matching refs:pSiSEnt

872    SISEntPtr pSiSEnt = pSiS->entityPrivate;
1207 if(pSiSEnt->CRT1gamma) i |= 0x01;
1208 if(pSiSEnt->CRT2gamma) i |= 0x02;
1231 pSiSEnt->CRT1gamma = pSiS->CRT1gamma;
1232 pSiSEnt->CRT2gamma = pSiS->CRT2gamma;
1355 sdcbuf->sdc_result[0] = pSiSEnt->GammaBriR;
1356 sdcbuf->sdc_result[1] = pSiSEnt->GammaBriG;
1357 sdcbuf->sdc_result[2] = pSiSEnt->GammaBriB;
1369 sdcbuf->sdc_result[0] = (CARD32)(((int)(pSiSEnt->NewGammaBriR * 1000.0)) + 1000);
1370 sdcbuf->sdc_result[1] = (CARD32)(((int)(pSiSEnt->NewGammaBriG * 1000.0)) + 1000);
1371 sdcbuf->sdc_result[2] = (CARD32)(((int)(pSiSEnt->NewGammaBriB * 1000.0)) + 1000);
1372 sdcbuf->sdc_result[3] = (CARD32)(((int)(pSiSEnt->NewGammaConR * 1000.0)) + 1000);
1373 sdcbuf->sdc_result[4] = (CARD32)(((int)(pSiSEnt->NewGammaConG * 1000.0)) + 1000);
1374 sdcbuf->sdc_result[5] = (CARD32)(((int)(pSiSEnt->NewGammaConB * 1000.0)) + 1000);
1395 pSiSEnt->GammaBriR = sdcbuf->sdc_parm[0];
1396 pSiSEnt->GammaBriG = sdcbuf->sdc_parm[1];
1397 pSiSEnt->GammaBriB = sdcbuf->sdc_parm[2];
1398 pSiSEnt->NewGammaBriR = pSiSEnt->NewGammaBriG = pSiSEnt->NewGammaBriB = 0.0;
1399 pSiSEnt->NewGammaConR = pSiSEnt->NewGammaConG = pSiSEnt->NewGammaConB = 0.0;
1414 pSiSEnt->NewGammaBriR = ((float)((int)sdcbuf->sdc_parm[0] - 1000)) / 1000.0;
1415 pSiSEnt->NewGammaBriG = ((float)((int)sdcbuf->sdc_parm[1] - 1000)) / 1000.0;
1416 pSiSEnt->NewGammaBriB = ((float)((int)sdcbuf->sdc_parm[2] - 1000)) / 1000.0;
1417 pSiSEnt->NewGammaConR = ((float)((int)sdcbuf->sdc_parm[3] - 1000)) / 1000.0;
1418 pSiSEnt->NewGammaConG = ((float)((int)sdcbuf->sdc_parm[4] - 1000)) / 1000.0;
1419 pSiSEnt->NewGammaConB = ((float)((int)sdcbuf->sdc_parm[5] - 1000)) / 1000.0;
1420 pSiSEnt->GammaBriR = pSiSEnt->GammaBriG = pSiSEnt->GammaBriB = 1000;
1596 if(pSiSEnt->pScrn_2) mypSiS = SISPTR(pSiSEnt->pScrn_2);
1609 if(pSiSEnt->pScrn_2) mypScrn = pSiSEnt->pScrn_2;
1622 if(pSiSEnt->pScrn_1) {
1623 sisutil_prepare_string(sdcbuf, SISPTR(pSiSEnt->pScrn_1)->devsectname);
1634 if(pSiSEnt->pScrn_1) {
1635 if(pSiSEnt->pScrn_1->monitor) {
1636 sisutil_prepare_string(sdcbuf, pSiSEnt->pScrn_1->monitor->id);
1782 if(pPriv->dualHeadMode) pSiSEnt->curxvcrtnum = pPriv->crtnum;
1792 sdcbuf->sdc_result[0] = pSiSEnt->curxvcrtnum;
2124 SISEntPtr pSiSEnt = pSiS->entityPrivate;;
2237 pSiSEnt->CRT1gamma = pSiS->CRT1gamma;
2238 pSiSEnt->CRT2gamma = pSiS->CRT2gamma;
2309 if(pPriv->dualHeadMode) pSiSEnt->GammaBriR = value;
2316 if(pPriv->dualHeadMode) pSiSEnt->GammaBriG = value;
2323 if(pPriv->dualHeadMode) pSiSEnt->GammaBriB = value;
2433 SISEntPtr pSiSEnt = pSiS->entityPrivate;;
2492 if(pSiSEnt->CRT1gamma) *value |= 0x01;
2493 if(pSiSEnt->CRT2gamma) *value |= 0x02;
2523 if(pPriv->dualHeadMode) *value = pSiSEnt->GammaBriR;
2529 if(pPriv->dualHeadMode) *value = pSiSEnt->GammaBriG;
2535 if(pPriv->dualHeadMode) *value = pSiSEnt->GammaBriB;