Searched refs:GetFace (Results 1 – 9 of 9) sorted by relevance
19 RetainPtr<CFX_Face> face = pFont->GetFace(); in GetGlyphCache()
36 CFX_Face* GetFace(size_t index) const;
50 RetainPtr<CFX_Face> GetFace() { return m_Face; } in GetFace() function
84 RetainPtr<CFX_Face> GetFace() const { return m_Face; } in GetFace() function
68 CFX_Face* CFX_FontMgr::FontDesc::GetFace(size_t index) const { in GetFace() function in CFX_FontMgr::FontDesc
839 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(face_index)); in GetCachedTTCFace()869 RetainPtr<CFX_Face> pFace(pFontDesc->GetFace(0)); in GetCachedFace()
151 ScopedFontTransform scoped_transform(GetFace(), &ft_matrix); in RenderGlyph()
88 FxFont.SetFace(pFxFont->GetFace()); in DrawString()111 FxFont.SetFace(pFxFont->GetFace()); in DrawString()
39 RetainPtr<CFX_Face> pFace = pFont->GetDevFont()->GetFace(); in VerifyUnicode()