Searched refs:pColorTable (Results 1 – 8 of 8) sorted by relevance
1013 RGBQUAD *pColorTable; in CreateMappedBitmap() local1061 pColorTable = (RGBQUAD*)(((LPBYTE)lpBitmapInfo) + lpBitmapInfo->biSize); in CreateMappedBitmap()1065 cRef = RGB(pColorTable[iColor].rgbRed, in CreateMappedBitmap()1066 pColorTable[iColor].rgbGreen, in CreateMappedBitmap()1067 pColorTable[iColor].rgbBlue); in CreateMappedBitmap()1072 pColorTable[iColor] = RGB(255, 255, 255); in CreateMappedBitmap()1076 pColorTable[iColor].rgbBlue = GetBValue(sysColorMap[i].to); in CreateMappedBitmap()1077 pColorTable[iColor].rgbGreen = GetGValue(sysColorMap[i].to); in CreateMappedBitmap()1078 pColorTable[iColor].rgbRed = GetRValue(sysColorMap[i].to); in CreateMappedBitmap()
104 LPPALETTEENTRY pColorTable
84 LPPALETTEENTRY pColorTable
5418 CUIFColorTable *pColorTable; in cicInitUIFScheme() local5420 pColorTable = CUIFScheme::s_pColorTableSys = new(cicNoThrow) CUIFColorTableSys(); in cicInitUIFScheme()5421 if (pColorTable) in cicInitUIFScheme()5423 pColorTable->InitColor(); in cicInitUIFScheme()5424 pColorTable->InitBrush(); in cicInitUIFScheme()5427 pColorTable = CUIFScheme::s_pColorTableOff10 = new(cicNoThrow) CUIFColorTableOff10(); in cicInitUIFScheme()5428 if (pColorTable) in cicInitUIFScheme()5430 pColorTable->InitColor(); in cicInitUIFScheme()5431 pColorTable->InitBrush(); in cicInitUIFScheme()
1924 LPPALETTEENTRY pColorTable) in DdGetDC() argument1927 return NtGdiDdGetDC((HANDLE)pSurfaceLocal->hDDSurface, pColorTable); in DdGetDC()
1300 desc.pColorTable = NULL;
4158 D3DKMT_PTR(PALETTEENTRY*, pColorTable); // in: Palette
5736 create_desc.pColorTable = NULL; in test_D3DKMTCreateDCFromMemory()