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

  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 638 bool CFX_FontMgr::GetBuiltinFont(size_t index,
803 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) {
821 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size);
831 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size);
864 m_pFontMgr->GetBuiltinFont(12, &pFontData, &size);
877 m_pFontMgr->GetBuiltinFont(13, &pFontData, &size);
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 271 bool GetBuiltinFont(size_t index, const uint8_t** pFontData, FX_DWORD* size);

Completed in 64 milliseconds