HomeSort by relevance Sort by last modified time
    Searched refs:GetFaceName (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 57 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override {
58 if (!m_pInfo->GetFaceName)
60 FX_DWORD size = m_pInfo->GetFaceName(m_pInfo, hFont, NULL, 0);
64 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size);
151 ->m_pFontInfo->GetFaceName(hFont, name))
180 pFontInfoExt->GetFaceName = DefaultGetFaceName;
  /external/pdfium/core/src/fxge/android/
fx_android_font.h 31 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
fx_android_font.cpp 61 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) {
  /external/pdfium/public/
fpdf_sysfontinfo.h 174 * Method: GetFaceName
191 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
  /external/pdfium/core/include/fxge/
fx_font.h 100 CFX_ByteString GetFaceName() const;
377 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) = 0;
414 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]
fx_ge_font.cpp 390 CFX_ByteString CFX_Font::GetFaceName() const {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 49 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override;
421 FX_BOOL CFX_Win32FontInfo::GetFaceName(void* hFont, CFX_ByteString& name) {
    [all...]

Completed in 89 milliseconds