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

  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 10 int32_t FX_GetSimilarValue(FX_LPCFONTDESCRIPTOR pFont, FX_DWORD dwFontStyles);
11 FX_LPCFONTDESCRIPTOR FX_DefFontMatcher(FX_LPFONTMATCHPARAMS pParams,
63 FX_LPCFONTDESCRIPTOR FindFont(const FX_WCHAR* pszFontFamily,
69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);
fx_stdfontmgr.cpp 65 FX_LPCFONTDESCRIPTOR pFD;
105 FX_LPCFONTDESCRIPTOR pFD =
169 FX_LPCFONTDESCRIPTOR pFD = NULL;
318 FX_LPCFONTDESCRIPTOR CFX_StdFontMgrImp::FindFont(const FX_WCHAR* pszFontFamily,
335 FX_LPCFONTDESCRIPTOR pDesc = m_pMatcher(&params, m_FontFaces, m_pUserData);
348 FX_LPCFONTDESCRIPTOR pMatch = m_FontFaces.GetPtrAt(i);
358 FX_LPCFONTDESCRIPTOR FX_DefFontMatcher(FX_LPFONTMATCHPARAMS pParams,
361 FX_LPCFONTDESCRIPTOR pBestFont = NULL;
367 FX_LPCFONTDESCRIPTOR pFont = fonts.GetPtrAt(i);
416 int32_t FX_GetSimilarValue(FX_LPCFONTDESCRIPTOR pFont, FX_DWORD dwFontStyles) {
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 114 typedef FX_FONTDESCRIPTOR const* FX_LPCFONTDESCRIPTOR;
132 typedef FX_LPCFONTDESCRIPTOR (*FX_LPMatchFont)(FX_LPFONTMATCHPARAMS pParams,

Completed in 35 milliseconds