Searched refs:pRedTbl (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xcmsdb/dist/
H A DloadData.c626 if (pCorrection->pRedTbl->pBase != NULL) {
632 pCorrection->pRedTbl->nEntries = size;
633 pCorrection->pRedTbl->pBase =
635 if (pCorrection->pRedTbl->pBase == NULL) {
641 pIRec = pCorrection->pRedTbl->pBase;
927 if (pCorrection->pRedTbl->nEntries < 2) {
941 total = 7 + (pCorrection->pRedTbl->nEntries *
955 PutTableType0Card8(pCorrection->pRedTbl, &pCard8);
958 PutTableType1Card8(pCorrection->pRedTbl, &pCard8);
966 total = 5 + (pCorrection->pRedTbl
[all...]
H A DSCCDFile.h136 IntensityTbl* pRedTbl; member in struct:_XDCCC_Correction
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c431 /* IntensityTbl *pRedTbl */
684 if (!(pScreenData->pRedTbl = (IntensityTbl *)
688 if (_XcmsGetTableType0(pScreenData->pRedTbl, format_return, &pChar,
695 pScreenData->pGreenTbl = pScreenData->pRedTbl;
697 pScreenData->pBlueTbl = pScreenData->pRedTbl;
721 if (!(pScreenData->pRedTbl = (IntensityTbl *)
725 if (_XcmsGetTableType1(pScreenData->pRedTbl, format_return, &pChar,
733 pScreenData->pGreenTbl = pScreenData->pRedTbl;
735 pScreenData->pBlueTbl = pScreenData->pRedTbl;
764 printf ("Intensity Table RED %d\n", pScreenData->pRedTbl
[all...]
H A DXcmsint.h172 IntensityTbl *pRedTbl; member in struct:__anon1a0fda760208

Completed in 9 milliseconds