Searched refs:GetBuiltinFont (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 638 bool CFX_FontMgr::GetBuiltinFont(size_t index, in GetBuiltinFont() function in CFX_FontMgr 803 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) { in UseInternalSubst() 821 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size); in UseInternalSubst() 831 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size); in UseInternalSubst() 864 m_pFontMgr->GetBuiltinFont(12, &pFontData, &size); in FindSubstFont() 877 m_pFontMgr->GetBuiltinFont(13, &pFontData, &size); in FindSubstFont() 1122 m_pFontMgr->GetBuiltinFont(12, &pFontData, &size); in FindSubstFont()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 271 bool GetBuiltinFont(size_t index, const uint8_t** pFontData, FX_DWORD* size);
|