Home
last modified time | relevance | path

Searched refs:GetFamilyName (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h24 virtual CFX_ByteString GetFamilyName();
Dfx_android_font.cpp65 name = ((IFPF_Font*)hFont)->GetFamilyName(); in GetFaceName()
Dfpf_skiafont.cpp42 CFX_ByteString CFPF_SkiaFont::GetFamilyName() in GetFamilyName() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h31 virtual CFX_ByteString GetFamilyName() = 0;
Dfx_font.h99 CFX_ByteString GetFamilyName() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp307 CFX_ByteString CFX_Font::GetFamilyName() const in GetFamilyName() function in CFX_Font
326 facename = GetFamilyName(); in GetFaceName()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp876 CFX_ByteString basefont = pFont->GetFamilyName(); in AddFont()