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

  /external/pdfium/core/fxge/
cfx_fontcache.h 24 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
cfx_fontcache.cpp 28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) {
51 return GetCachedFace(pFont)->GetDeviceCache(pFont);
cfx_fontmgr.h 27 FXFT_Face GetCachedFace(const ByteString& face_name,
cfx_fontmapper.h 65 FXFT_Face GetCachedFace(void* hFont,
cfx_fontmapper.cpp 674 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size);
727 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size);
772 FXFT_Face CFX_FontMapper::GetCachedFace(void* hFont,
779 m_pFontMgr->GetCachedFace(SubstName, weight, bItalic, &pFontData);
cfx_fontmgr.cpp 118 FXFT_Face CFX_FontMgr::GetCachedFace(const ByteString& face_name,
cfx_font.cpp 491 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this);
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 668 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);

Completed in 299 milliseconds