HomeSort by relevance Sort by last modified time
    Searched refs:FX_FONTDESCRIPTOR (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 113 } FX_FONTDESCRIPTOR, *FX_LPFONTDESCRIPTOR;
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/
fx_stdfontmgr.cpp 467 FX_LPFONTDESCRIPTOR pFont = FX_Alloc(FX_FONTDESCRIPTOR, 1);
468 FXSYS_memset(pFont, 0, sizeof(FX_FONTDESCRIPTOR));
    [all...]

Completed in 37 milliseconds