Home
last modified time | relevance | path

Searched refs:GetFontFace (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.h34 FXFT_Face GetFontFace(const RetainPtr<IFX_SeekableReadStream>& pFileRead,
36 FXFT_Face GetFontFace(const ByteStringView& bsFile, int32_t iFaceIndex = 0);
37 FXFT_Face GetFontFace(const uint8_t* pBuffer,
Dcfpf_skiafont.cpp193 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont()
198 m_Face = pFontMgr->GetFontFace(pFont->m_pFile, pFont->m_iFaceIndex); in InitFont()
203 m_Face = pFontMgr->GetFontFace((const uint8_t*)pFont->m_pBuffer, in InitFont()
Dcfpf_skiafontmgr.cpp366 FXFT_Face CFPF_SkiaFontMgr::GetFontFace( in GetFontFace() function in CFPF_SkiaFontMgr
391 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const ByteStringView& bsFile, in GetFontFace() function in CFPF_SkiaFontMgr
407 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const uint8_t* pBuffer, in GetFontFace() function in CFPF_SkiaFontMgr
453 FXFT_Face face = GetFontFace(file.AsStringView()); in ScanFile()