Home
last modified time | relevance | path

Searched refs:GetFaceName (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp53 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) FX_OVERRIDE in GetFaceName() function in FX_FINAL
55 if (m_pInfo->GetFaceName == NULL) return FALSE; in GetFaceName()
56 FX_DWORD size = m_pInfo->GetFaceName(m_pInfo, hFont, NULL, 0); in GetFaceName()
59 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size); in GetFaceName()
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0; in DefaultGetFaceName()
163 pFontInfoExt->GetFaceName = DefaultGetFaceName; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h27 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
Dfx_android_font.cpp60 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) in GetFaceName() function in CFX_AndroidFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h161 …unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned … member
/external/pdfium/core/include/fxge/
Dfx_font.h101 CFX_ByteString GetFaceName() const;
304 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) = 0;
330 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp318 CFX_ByteString CFX_Font::GetFaceName() const in GetFaceName() function in CFX_Font
Dfx_ge_fontmap.cpp1187 m_pFontInfo->GetFaceName(hFont, SubstName); in FindSubstFont()
1513 FX_BOOL CFX_FolderFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) in GetFaceName() function in CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp33 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
373 FX_BOOL CWin32FontInfo::GetFaceName(void* hFont, CFX_ByteString& name) in GetFaceName() function in CWin32FontInfo