Home
last modified time | relevance | path

Searched refs:GDIBSTEXTOUT (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dtext.c580 else if ( cwc <= ((GDIBATCHBUFSIZE - sizeof(GDIBSTEXTOUT)) / sizeof(WCHAR)) ) in ExtTextOutW()
641 pTeb->GdiTebBatch.Offset -= sizeof(GDIBSTEXTOUT); in ExtTextOutW()
/reactos/win32ss/include/
H A Dntgdityp.h531 } GDIBSTEXTOUT, *PGDIBSTEXTOUT; typedef
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h398 else if (Cmd == GdiBCTextOut) cjSize = sizeof(GDIBSTEXTOUT); in GdiAllocBatchCommand()