Searched refs:cbCount (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | fiber.c | 69 cbCount++; in FiberLocalStorageProc() 298 cbCount = 0; in test_FiberLocalStorageCallback() 315 cbCount = 0; in test_FiberLocalStorageCallback() 324 ok( cbCount == 0, "Wrong callback count: %d\n", cbCount ); in test_FiberLocalStorageCallback() 345 cbCount = 0; in test_FiberLocalStorageWithFibers() 351 ok(cbCount == 0, "Wrong callback count: %d\n", cbCount); in test_FiberLocalStorageWithFibers() 354 cbCount = 0; in test_FiberLocalStorageWithFibers() 358 ok(cbCount == 0, "Wrong callback count: %d\n", cbCount); in test_FiberLocalStorageWithFibers() 361 cbCount = 0; in test_FiberLocalStorageWithFibers() 365 ok(cbCount == 0, "Wrong callback count: %d\n", cbCount); in test_FiberLocalStorageWithFibers() [all …]
|
/reactos/base/applications/osk/ |
H A D | settings.c | 79 UINT cbCount; in LoadStringFromRegistry() local 81 cbCount = (*cchCount) * sizeof(WCHAR); in LoadStringFromRegistry() 103 (LPDWORD)&cbCount); in LoadStringFromRegistry() 115 *cchCount = cbCount / sizeof(WCHAR); in LoadStringFromRegistry()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | pen.c | 290 PEN_GetObject(PBRUSH pbrushPen, INT cbCount, PLOGPEN pBuffer) in PEN_GetObject() argument 301 if (cbCount < cbRetCount) return 0; in PEN_GetObject() 304 (cbCount == sizeof(EXTLOGPEN))) in PEN_GetObject() 334 if (cbCount < cbRetCount) return 0; in PEN_GetObject()
|
H A D | gdiobj.c | 1266 IN INT cbCount, in GreGetObject() argument 1295 iResult = PEN_GetObject(pvObj, cbCount, pvBuffer); in GreGetObject() 1299 iResult = BRUSH_GetObject(pvObj, cbCount, pvBuffer); in GreGetObject() 1303 iResult = BITMAP_GetObject(pvObj, cbCount, pvBuffer); in GreGetObject() 1307 iResult = FontGetObject(pvObj, cbCount, pvBuffer); in GreGetObject() 1311 iResult = PALETTE_GetObject(pvObj, cbCount, pvBuffer); in GreGetObject()
|
H A D | gdiobj.h | 113 IN INT cbCount,
|
H A D | palette.h | 97 INT cbCount,
|
H A D | palette.c | 247 PALETTE_GetObject(PPALETTE ppal, INT cbCount, LPLOGBRUSH lpBuffer) in PALETTE_GetObject() argument 254 if ((UINT)cbCount < sizeof(WORD)) return 0; in PALETTE_GetObject()
|
H A D | gdibatch.c | 318 pgO->cbCount, in GdiFlushUserBatch()
|
/reactos/win32ss/include/ |
H A D | ntgdityp.h | 522 UINT cbCount; member
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | text.c | 607 pgO->cbCount = cwc; in ExtTextOutW()
|