Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h23 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.h27 virtual CFX_ByteString GetFamilyName() = 0;
Dfx_font.h101 CFX_ByteString GetFamilyName() const;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusFontFamily.h145 FontFamily::GetFamilyName( in GetFamilyName() function
DGdiPlusHeaders.h215 Status GetFamilyName(
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp326 CFX_ByteString CFX_Font::GetFamilyName() const in GetFamilyName() function in CFX_Font
345 facename = GetFamilyName(); in GetFaceName()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp878 CFX_ByteString basefont = pFont->GetFamilyName(); in AddFont()