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

  /external/pdfium/core/include/fxge/
fpf.h 64 virtual IFPF_Font* CreateFont(const CFX_ByteStringC& bsFamilyname,
  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 46 return m_pFontMgr->CreateFont(face, charset, dwStyle,
fpf_skiafontmgr.h 93 IFPF_Font* CreateFont(const CFX_ByteStringC& bsFamilyname,
fpf_skiafontmgr.cpp 257 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname,
  /external/pdfium/core/src/fxge/apple/
apple_int.h 54 void* CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize);
fx_apple_platform.cpp 72 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize()));
fx_quartz_device.cpp 46 void* CQuartz2D::CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize) {
758 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize()));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 1050 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize()));
    [all...]