Searched refs:FX_FONTDESCRIPTOR (Results 1 – 2 of 2) sorted by relevance
113 } FX_FONTDESCRIPTOR, *FX_LPFONTDESCRIPTOR; typedef114 typedef FX_FONTDESCRIPTOR const* FX_LPCFONTDESCRIPTOR;115 typedef CFX_MassArrayTemplate<FX_FONTDESCRIPTOR> CFX_FontDescriptors;116 inline FX_BOOL operator==(const FX_FONTDESCRIPTOR& left,117 const FX_FONTDESCRIPTOR& right) {
467 FX_LPFONTDESCRIPTOR pFont = FX_Alloc(FX_FONTDESCRIPTOR, 1); in FX_GdiFontEnumProc()468 FXSYS_memset(pFont, 0, sizeof(FX_FONTDESCRIPTOR)); in FX_GdiFontEnumProc()