Searched refs:pIRec (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcmsdb/dist/
H A DloadData.c543 IntensityRec *pIRec = NULL;
593 pIRec = pCorrection->pGreenTbl->pBase;
617 pIRec = pCorrection->pBlueTbl->pBase;
641 pIRec = pCorrection->pRedTbl->pBase;
657 if (pIRec == NULL) {
670 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
677 pIRec++;
690 pIRec->value = tmp;
697 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
704 pIRec
536 IntensityRec *pIRec = NULL; local in function:ProcessIProfile
737 IntensityRec *pIRec; local in function:PutTableType0Card8
755 IntensityRec *pIRec; local in function:PutTableType1Card8
771 IntensityRec *pIRec; local in function:PutTableType0Card16
789 IntensityRec *pIRec; local in function:PutTableType1Card16
805 IntensityRec *pIRec; local in function:PutTableType0Card32
823 IntensityRec *pIRec; local in function:PutTableType1Card32
[all...]
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c475 IntensityRec *pIRec;
765 pIRec = (IntensityRec *) pScreenData->pRedTbl->pBase;
766 for (count = 0; count < pScreenData->pRedTbl->nEntries; count++, pIRec++) {
767 printf ("\t0x%4x\t%f\n", pIRec->value, pIRec->intensity);
771 pIRec = (IntensityRec *)pScreenData->pGreenTbl->pBase;
772 for (count = 0; count < pScreenData->pGreenTbl->nEntries; count++, pIRec++) {
773 printf ("\t0x%4x\t%f\n", pIRec->value, pIRec->intensity);
778 pIRec
474 IntensityRec *pIRec; local in function:LINEAR_RGB_InitSCCData
909 IntensityRec *pIRec; local in function:_XcmsGetTableType0
971 IntensityRec *pIRec; local in function:_XcmsGetTableType1
[all...]

Completed in 5 milliseconds