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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 60 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name)
  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 147 * Method: GetFaceName
162 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned long buf_size);
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 52 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name)
54 if (m_pInfo->GetFaceName == NULL) return FALSE;
55 FX_DWORD size = m_pInfo->GetFaceName(m_pInfo, hFont, NULL, 0);
58 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size);
128 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0;
154 pFontInfoExt->GetFaceName = DefaultGetFaceName;
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 337 CFX_ByteString CFX_Font::GetFaceName() const
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 33 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
378 FX_BOOL CWin32FontInfo::GetFaceName(void* hFont, CFX_ByteString& name)
    [all...]

Completed in 73 milliseconds