Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp19 RetainPtr<CFX_Face> face = pFont->GetFace(); in GetGlyphCache()
Dcfx_fontmgr.h36 CFX_Face* GetFace(size_t index) const;
Dcfx_glyphcache.h50 RetainPtr<CFX_Face> GetFace() { return m_Face; } in GetFace() function
Dcfx_font.h84 RetainPtr<CFX_Face> GetFace() const { return m_Face; } in GetFace() function
Dcfx_fontmgr.cpp68 CFX_Face* CFX_FontMgr::FontDesc::GetFace(size_t index) const { in GetFace() function in CFX_FontMgr::FontDesc
Dcfx_fontmapper.cpp839 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(face_index)); in GetCachedTTCFace()
869 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(0)); in GetCachedFace()
Dcfx_glyphcache.cpp151 ScopedFontTransform scoped_transform(GetFace(), &ft_matrix); in RenderGlyph()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp88 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
111 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp39 RetainPtr<CFX_Face> pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode()