Home
last modified time | relevance | path

Searched refs:CreateFont (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp46 return m_pFontMgr->CreateFont(face, charset, dwStyle, in MapFont()
Dfpf_skiafontmgr.h93 IFPF_Font* CreateFont(const CFX_ByteStringC& bsFamilyname,
Dfpf_skiafontmgr.cpp257 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname, in CreateFont() function in CFPF_SkiaFontMgr
/external/pdfium/core/include/fxge/
Dfpf.h64 virtual IFPF_Font* CreateFont(const CFX_ByteStringC& bsFamilyname,
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp72 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in _CGDrawGlyphRun()
Dapple_int.h54 void* CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize);
Dfx_quartz_device.cpp46 void* CQuartz2D::CreateFont(const uint8_t* pFontData, FX_DWORD dwFontSize) { in CreateFont() function in CQuartz2D
758 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in CG_DrawGlypRun()
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv84 VGFont, CreateFont, VGint glyphCapacityHint
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1050 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()