Home
last modified time | relevance | path

Searched refs:pColorTable (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dcommctrl.c1013 RGBQUAD *pColorTable; in CreateMappedBitmap() local
1061 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()
/reactos/sdk/include/psdk/
H A Dddrawgdi.h104 LPPALETTEENTRY pColorTable
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h84 LPPALETTEENTRY pColorTable
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp5418 CUIFColorTable *pColorTable; in cicInitUIFScheme() local
5420 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()
/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c1924 LPPALETTEENTRY pColorTable) in DdGetDC() argument
1927 return NtGdiDdGetDC((HANDLE)pSurfaceLocal->hDDSurface, pColorTable); in DdGetDC()
/reactos/dll/directx/wine/wined3d/
H A Dtexture.c1300 desc.pColorTable = NULL;
/reactos/sdk/include/ddk/
H A Dd3dkmthk.h4158 D3DKMT_PTR(PALETTEENTRY*, pColorTable); // in: Palette
/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c5736 create_desc.pColorTable = NULL; in test_D3DKMTCreateDCFromMemory()