/reactos/win32ss/gdi/gdi32/objects/ |
H A D | palette.c | 46 UINT cEntries, in AnimatePalette() argument 66 UINT cEntries, in GetPaletteEntries() argument 76 UINT cEntries, in SetPaletteEntries() argument 86 UINT cEntries, in GetSystemPaletteEntries() argument 91 if ((INT)cEntries >= 0) in GetSystemPaletteEntries() 97 cEntries, in GetSystemPaletteEntries() 112 min(256 - iStartIndex, cEntries) * in GetSystemPaletteEntries() 125 UINT cEntries, in GetDIBColorTable() argument 128 if (cEntries) in GetDIBColorTable() 174 UINT cEntries, in SetDIBColorTable() argument [all …]
|
/reactos/modules/rostests/apitests/win32nt/ntgdi/ |
H A D | NtGdiCreateDIBSection.c | 43 ULONG cEntries; in START_TEST() local 73 cEntries = 0; in START_TEST() 205 cEntries = 3; in START_TEST() 263 cEntries = 0; in START_TEST() 272 cEntries = 2; in START_TEST() 300 cEntries = 0; in START_TEST() 341 cjHeader = pbih->biSize + cEntries * 4 + 8; in START_TEST() 352 cjHeader = pbih->biSize + cEntries * 4 + 8; in START_TEST() 363 cjHeader = pbih->biSize + cEntries * 4 + 8; in START_TEST() 396 cEntries = 0; in START_TEST() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | palette.c | 450 IN UINT cEntries) in GreCreatePaletteInternal() argument 455 pLogPal->palNumEntries = cEntries; in GreCreatePaletteInternal() 457 cEntries, in GreCreatePaletteInternal() 479 IN UINT cEntries) in NtGdiCreatePaletteInternal() argument 497 for (i = 0; i < cEntries; i++) in NtGdiCreatePaletteInternal() 509 PALETTE_ValidateFlags(ppal->IndexedColors, cEntries); in NtGdiCreatePaletteInternal() 993 ULONG cEntries, in GreGetSetColorTable() argument 1075 _In_ WORD cEntries, 1087 if (cEntries == 0) 1090 cjSize = cEntries * sizeof(PALETTEENTRY); [all …]
|
H A D | palette.h | 164 IN UINT cEntries);
|
/reactos/win32ss/gdi/eng/ |
H A D | xlateobj.c | 65 if (iColor >= pexlo->xlo.cEntries) return 0; in _Function_class_() 366 ULONG cEntries; in EXLATEOBJ_vInitialize() local 373 pexlo->xlo.cEntries = 0; in EXLATEOBJ_vInitialize() 416 pexlo->xlo.cEntries = 2; in EXLATEOBJ_vInitialize() 427 pexlo->xlo.cEntries = 1; in EXLATEOBJ_vInitialize() 456 cEntries = ppalSrc->NumColors; in EXLATEOBJ_vInitialize() 459 if (cEntries > 6) in EXLATEOBJ_vInitialize() 474 pexlo->xlo.cEntries = cEntries; in EXLATEOBJ_vInitialize() 481 for (i = 0; i < cEntries; i++) in EXLATEOBJ_vInitialize() 503 pexlo->xlo.cEntries = 0; in EXLATEOBJ_vInitialize() [all …]
|
/reactos/dll/win32/advpack/ |
H A D | reg.c | 120 wtable->pse = HeapAlloc(GetProcessHeap(), 0, atable->cEntries * sizeof(STRENTRYW)); in strtable_atow() 121 wtable->cEntries = atable->cEntries; in strtable_atow() 123 for (j = 0; j < wtable->cEntries; j++) in strtable_atow() 133 for (j = 0; j < wtable->cEntries; j++) in free_strtable() 239 for(i = 0; i < pstTable->cEntries; i++) in RegInstallW()
|
/reactos/win32ss/user/user32/windows/ |
H A D | accel.c | 313 HACCEL WINAPI CreateAcceleratorTableA(LPACCEL lpaccl, int cEntries) in CreateAcceleratorTableA() argument 317 if (!cEntries || !lpaccl) return (HACCEL)0; in CreateAcceleratorTableA() 319 for(i = 0; i < cEntries; ++ i) in CreateAcceleratorTableA() 334 return CreateAcceleratorTableW(lpaccl, cEntries); in CreateAcceleratorTableA()
|
/reactos/sdk/include/psdk/ |
H A D | accctrl.h | 242 ULONG cEntries; member 248 ULONG cEntries; member 268 ULONG cEntries; member 274 ULONG cEntries; member
|
H A D | wmdrmsdk.idl | 41 WORD cEntries;
|
H A D | wingdi.h | 2147 DWORD cEntries; member 2216 DWORD cEntries; member 3005 _In_ UINT cEntries, 3615 _Ret_range_(0,cEntries) 3621 _In_ UINT cEntries, 3825 _Ret_range_(0,cEntries) 3831 _In_ UINT cEntries, 3871 _In_ UINT cEntries, 4174 _In_ UINT cEntries, 4175 _In_reads_(cEntries) const RGBQUAD *prgbq); [all …]
|
H A D | advpub.h | 97 DWORD cEntries; member 104 DWORD cEntries; member
|
H A D | ntgdi.h | 190 _In_reads_bytes_(cEntries * 4 + 4) LPLOGPALETTE pLogPal, 191 _In_ UINT cEntries); 441 _In_ WORD cEntries, 442 _When_(bInbound!=0, _In_reads_bytes_(cEntries*sizeof(PALETTEENTRY))) 443 _When_(bInbound==0, _Out_writes_bytes_(cEntries*sizeof(PALETTEENTRY))) LPVOID pEntries,
|
H A D | mapidefs.h | 1166 ULONG cEntries; member 1193 ULONG cEntries; member
|
H A D | mimeole.idl | 448 DWORD cEntries;
|
/reactos/sdk/include/ddk/ |
H A D | usbstorioctl.h | 52 ULONG cEntries; member
|
/reactos/dll/opengl/opengl32/ |
H A D | wgl.c | 590 int WINAPI wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF* … in wglGetLayerPaletteEntries() argument 607 … return dc_data->icd_data->DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries() 788 int cEntries, in wglSetLayerPaletteEntries() argument 806 … return dc_data->icd_data->DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries()
|
H A D | icd.h | 356 int cEntries; member
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 1803 (UINT)lpSetPaletteEntries->cEntries, in PlayEnhMetaFileRecord() 1814 (UINT)lpResizePalette->cEntries ); in PlayEnhMetaFileRecord() 2710 UINT cEntries; member 2734 DWORD dwNumPalToCopy = min( lpEof->nPalEntries, info->cEntries ); in cbEnhPaletteCopy() 2743 info->cEntries = dwNumPalToCopy; in cbEnhPaletteCopy() 2759 UINT cEntries, in GetEnhMetaFilePaletteEntries() argument 2765 TRACE( "(%p,%d,%p)\n", hEmf, cEntries, lpPe ); in GetEnhMetaFilePaletteEntries() 2777 infoForCallBack.cEntries = cEntries; in GetEnhMetaFilePaletteEntries() 2792 return infoForCallBack.cEntries; in GetEnhMetaFilePaletteEntries()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | PathResolve.cpp | 769 UINT i, cEntries; in TestMain_PathResolve() local 774 cEntries = _countof(s_LFNEntries); in TestMain_PathResolve() 783 for (i = 0; i < cEntries; ++i) in TestMain_PathResolve() 791 for (i = 0; i < cEntries; ++i) in TestMain_PathResolve() 804 for (i = 0; i < cEntries; ++i) in TestMain_PathResolve() 817 for (i = 0; i < cEntries; ++i) in TestMain_PathResolve()
|
/reactos/sdk/include/reactos/idl/ |
H A D | netdfs.idl | 50 DWORD cEntries; 51 [size_is(cEntries)] DFSM_ROOT_LIST_ENTRY Entry[];
|
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 154 CreateAcceleratorTableW(LPACCEL lpaccl, int cEntries) in CreateAcceleratorTableW() argument 156 return NtUserCreateAcceleratorTable(lpaccl, cEntries); in CreateAcceleratorTableW()
|
/reactos/modules/rostests/apitests/browseui/ |
H A D | IAutoComplete.cpp | 597 const TEST_B_ENTRY *pEntries, UINT cEntries) in DoTestCaseB() argument 639 for (UINT i = 0; i < cEntries; ++i) in DoTestCaseB()
|
/reactos/dll/win32/mshtml/ |
H A D | main.c | 477 strtable.cEntries = sizeof(pse)/sizeof(pse[0]); in register_server()
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 343 ImageList_SetColorTable(HIMAGELIST himl, UINT uStartIndex, UINT cEntries, const RGBQUAD *prgb); 3403 ImageList_SetColorTable(HIMAGELIST himl, UINT uStartIndex, UINT cEntries, const RGBQUAD *prgb) in ImageList_SetColorTable() argument 3409 TRACE("(%p, %d, %d, %p)\n", himl, uStartIndex, cEntries, prgb); in ImageList_SetColorTable() 3411 return SetDIBColorTable(himl->hdcImage, uStartIndex, cEntries, prgb); in ImageList_SetColorTable()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | generated.c | 2045 TEST_FIELD_SIZE (EMRRESIZEPALETTE, cEntries, 4) in test_pack_EMRRESIZEPALETTE() 2046 TEST_FIELD_ALIGN (EMRRESIZEPALETTE, cEntries, 4) in test_pack_EMRRESIZEPALETTE() 2047 TEST_FIELD_OFFSET(EMRRESIZEPALETTE, cEntries, 12) in test_pack_EMRRESIZEPALETTE() 8568 TEST_FIELD_SIZE (EMRRESIZEPALETTE, cEntries, 4) in test_pack_EMRRESIZEPALETTE() 8569 TEST_FIELD_ALIGN (EMRRESIZEPALETTE, cEntries, 4) in test_pack_EMRRESIZEPALETTE() 8570 TEST_FIELD_OFFSET(EMRRESIZEPALETTE, cEntries, 12) in test_pack_EMRRESIZEPALETTE()
|