Home
last modified time | relevance | path

Searched refs:FX_FONTDESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h113 } FX_FONTDESCRIPTOR, *FX_LPFONTDESCRIPTOR; typedef
114 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) {
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp467 FX_LPFONTDESCRIPTOR pFont = FX_Alloc(FX_FONTDESCRIPTOR, 1); in FX_GdiFontEnumProc()
468 FXSYS_memset(pFont, 0, sizeof(FX_FONTDESCRIPTOR)); in FX_GdiFontEnumProc()