Home
last modified time | relevance | path

Searched refs:cbCount (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dfiber.c69 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 Dsettings.c79 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 Dpen.c290 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 Dgdiobj.c1266 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 Dgdiobj.h113 IN INT cbCount,
H A Dpalette.h97 INT cbCount,
H A Dpalette.c247 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 Dgdibatch.c318 pgO->cbCount, in GdiFlushUserBatch()
/reactos/win32ss/include/
H A Dntgdityp.h522 UINT cbCount; member
/reactos/win32ss/gdi/gdi32/objects/
H A Dtext.c607 pgO->cbCount = cwc; in ExtTextOutW()