Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Dpdevobj.c1088 pDevCaps->ulTextCaps = pGdiInfo->flTextCaps; in PDEVOBJ_vGetDeviceCaps()
1089 pDevCaps->ulTextCaps |= (TC_SO_ABLE|TC_UA_ABLE|TC_CP_STROKE|TC_OP_STROKE|TC_OP_CHARACTER); in PDEVOBJ_vGetDeviceCaps()
1091 pDevCaps->ulTextCaps |= TC_VA_ABLE; in PDEVOBJ_vGetDeviceCaps()
1286 return devcaps.ulTextCaps; in NtGdiGetDeviceCaps()
/reactos/win32ss/include/
H A Dntgdityp.h323 ULONG ulTextCaps; member
/reactos/win32ss/gdi/gdi32/objects/
H A Ddc.c704 return pDevCaps->ulTextCaps; in GetDeviceCaps()