Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Dstubs.c377 IN FONTOBJ *FontObj, in FONTOBJ_cGetAllGlyphHandles() argument
390 IN FONTOBJ *FontObj, in FONTOBJ_cGetGlyphs() argument
405 FONTOBJ_pifi(IN FONTOBJ *FontObj) in FONTOBJ_pifi() argument
431 FONTOBJ_pxoGetXform(IN FONTOBJ *FontObj) in FONTOBJ_pxoGetXform() argument
443 IN FONTOBJ *FontObj, in FONTOBJ_vGetInfo() argument
599 IN FONTOBJ *FontObj) in FONTOBJ_pfdg() argument
627 IN FONTOBJ *FontObj, in FONTOBJ_pQueryGlyphAttrs() argument
640 IN FONTOBJ *FontObj, in FONTOBJ_pwszFontFilePaths() argument
H A Dengobjects.h140 FONTOBJ FontObj; member
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c780 &FontGDI->FontObj, in DumpFontEntry()
5764 ASSERT(FontObj); in FindBestFontFromList()
5808 *FontObj = GDIToObj(FontGDI, FONT); in FindBestFontFromList()
5833 Font->FontObj.flFontType |= FO_VERT_FACE; in IntFontType()
5835 Font->FontObj.flFontType |= FO_TYPE_RASTER; in IntFontType()
5844 Font->FontObj.flFontType |= FO_POSTSCRIPT; in IntFontType()
6374 Info->iUniq = Font->FontObj.iUniq; in ftGdiRealizationInfo()
6786 FONTOBJ *FontObj; in IntExtTextOutW() local
6891 FontObj = TextObj->Font; in IntExtTextOutW()
6892 ASSERT(FontObj); in IntExtTextOutW()
[all …]