Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dapple_int.h25 void* CreateFont(const uint8_t* pFontData, uint32_t dwFontSize);
Dfx_quartz_device.cpp51 void* CQuartz2D::CreateFont(const uint8_t* pFontData, uint32_t dwFontSize) { in CreateFont() function in CQuartz2D
Dfx_apple_platform.cpp56 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in CGDrawGlyphRun()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.h28 CFPF_SkiaFont* CreateFont(const ByteStringView& bsFamilyname,
Dcfx_androidfontinfo.cpp48 return m_pFontMgr->CreateFont(face, charset, dwStyle, in MapFont()
Dcfpf_skiafontmgr.cpp284 CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(const ByteStringView& bsFamilyname, in CreateFont() function in CFPF_SkiaFontMgr
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp125 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1160 hFont = CreateFont(h, 0, 0, 0, 700, TRUE, in WindowProc()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1116 hFont = CreateFont(h, 0, 0, 0, 700, TRUE, in WindowProc()