Home
last modified time | relevance | path

Searched refs:GdiBCSetBrushOrg (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dbrush.c324 pgSBO = GdiAllocBatchCommand(hdc, GdiBCSetBrushOrg); in SetBrushOrgEx()
/reactos/win32ss/gdi/ntgdi/
H A Dgdibatch.c416 case GdiBCSetBrushOrg: in GdiFlushUserBatch()
/reactos/win32ss/include/
H A Dntgdityp.h90 GdiBCSetBrushOrg, enumerator
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h400 else if (Cmd == GdiBCSetBrushOrg) cjSize = sizeof(GDIBSSETBRHORG); in GdiAllocBatchCommand()