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

  /external/pdfium/core/include/fxge/
fx_font.h 220 FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
238 virtual FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
278 virtual FXFT_Face FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 104 FXFT_Face CFX_FontMgr::FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType,
111 FXFT_Face face = m_pExtMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
117 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
916 FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD flags,
    [all...]
fx_ge_font.cpp 80 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 113 virtual FT_Face FindSubstFont(

Completed in 297 milliseconds