Searched refs:CreateFont (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxge/apple/ |
D | apple_int.h | 25 void* CreateFont(const uint8_t* pFontData, uint32_t dwFontSize);
|
D | fx_quartz_device.cpp | 49 void* CQuartz2D::CreateFont(const uint8_t* pFontData, uint32_t dwFontSize) { in CreateFont() function in CQuartz2D
|
D | fx_apple_platform.cpp | 58 pFont->SetPlatformFont(quartz2d.CreateFont(span.data(), span.size())); in CGDrawGlyphRun()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.h | 28 CFPF_SkiaFont* CreateFont(ByteStringView bsFamilyname,
|
D | cfx_androidfontinfo.cpp | 49 return m_pFontMgr->CreateFont(face, charset, dwStyle); in MapFont()
|
D | cfpf_skiafontmgr.cpp | 257 CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(ByteStringView bsFamilyname, in CreateFont() function in CFPF_SkiaFontMgr
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type1font.cpp | 138 m_Font.SetPlatformFont(quartz2d.CreateFont(span.data(), span.size())); in LoadGlyphMap()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1160 hFont = CreateFont(h, 0, 0, 0, 700, TRUE, in WindowProc()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1116 hFont = CreateFont(h, 0, 0, 0, 700, TRUE, in WindowProc()
|