Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp460 int CPDF_Font::FallbackGlyphFromCharcode(int fallbackFont, uint32_t charcode) { in FallbackGlyphFromCharcode() argument
461 if (fallbackFont < 0 || in FallbackGlyphFromCharcode()
462 fallbackFont >= pdfium::CollectionSize<int>(m_FontFallbacks)) { in FallbackGlyphFromCharcode()
466 FXFT_Get_Char_Index(m_FontFallbacks[fallbackFont]->GetFace(), charcode); in FallbackGlyphFromCharcode()
Dcpdf_font.h76 int FallbackGlyphFromCharcode(int fallbackFont, uint32_t charcode);
/external/skia/src/ports/
DSkFontHost_mac.cpp2390 UniqueCFRef<CTFontRef> fallbackFont( in onMatchFamilyStyleCharacter() local
2392 return create_from_CTFontRef(std::move(fallbackFont), nullptr, false); in onMatchFamilyStyleCharacter()