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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 57 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont,
61 if (!hFont)
63 return static_cast<CFPF_SkiaFont*>(hFont)->GetFontData(table, buffer, size);
66 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) {
67 if (!hFont)
70 name = static_cast<CFPF_SkiaFont*>(hFont)->GetFamilyName();
74 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) {
75 if (!hFont)
78 charset = static_cast<CFPF_SkiaFont*>(hFont)->GetCharset();
82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {
    [all...]
cfx_androidfontinfo.h 33 uint32_t GetFontData(void* hFont,
37 bool GetFaceName(void* hFont, CFX_ByteString& name) override;
38 bool GetFontCharset(void* hFont, int& charset) override;
39 void DeleteFont(void* hFont) override;
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 41 virtual uint32_t GetFontData(void* hFont,
45 virtual bool GetFaceName(void* hFont, CFX_ByteString& name) = 0;
46 virtual bool GetFontCharset(void* hFont, int& charset) = 0;
47 virtual int GetFaceIndex(void* hFont);
48 virtual void DeleteFont(void* hFont) = 0;
cfx_fontmapper.h 55 CFX_ByteString GetPSNameFromTT(void* hFont);
62 FXFT_Face GetCachedTTCFace(void* hFont,
66 FXFT_Face GetCachedFace(void* hFont,
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 52 uint32_t GetFontData(void* hFont,
58 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size);
61 bool GetFaceName(void* hFont, CFX_ByteString& name) override {
64 uint32_t size = m_pInfo->GetFaceName(m_pInfo, hFont, nullptr, 0);
68 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size);
74 bool GetFontCharset(void* hFont, int& charset) override {
78 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
82 void DeleteFont(void* hFont) override {
84 m_pInfo->DeleteFont(m_pInfo, hFont);
144 void* hFont,
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.h 39 uint32_t GetFontData(void* hFont,
43 void DeleteFont(void* hFont) override;
44 bool GetFaceName(void* hFont, CFX_ByteString& name) override;
45 bool GetFontCharset(void* hFont, int& charset) override;
cfx_fontmapper.cpp 306 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) {
310 uint32_t size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0);
317 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size);
340 void* hFont = m_pFontInfo->GetFont(name.c_str());
341 if (!hFont) {
343 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0,
345 if (!hFont)
349 CFX_ByteString new_name = GetPSNameFromTT(hFont);
352 m_pFontInfo->DeleteFont(hFont);
628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily
    [all...]
cfx_folderfontinfo.cpp 328 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont,
332 if (!hFont)
335 const CFX_FontFaceInfo* pFont = static_cast<CFX_FontFaceInfo*>(hFont);
368 void CFX_FolderFontInfo::DeleteFont(void* hFont) {}
369 bool CFX_FolderFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) {
370 if (!hFont)
372 CFX_FontFaceInfo* pFont = (CFX_FontFaceInfo*)hFont;
377 bool CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) {
fx_ge_fontmap.cpp 63 int IFX_SystemFontInfo::GetFaceIndex(void* hFont) {
  /external/pdfium/public/
fpdf_sysfontinfo.h 156 * hFont - Font handle returned by MapFont or GetFont method
169 void* hFont,
183 * hFont - Font handle returned by MapFont or GetFont method
193 void* hFont,
206 * hFont - Font handle returned by MapFont or GetFont method
210 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
221 * hFont - Font handle returned by MapFont or GetFont method
225 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 27 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) {
29 m_hFont = SelectObject(m_hDC, hFont);
33 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont);
34 DeleteObject(hFont);
238 HFONT hFont = CreateFontIndirect(&lf);
239 if (!hFont)
242 ScopedState state(m_hDC, hFont);
fx_win32_device.cpp 345 uint32_t GetFontData(void* hFont,
349 bool GetFaceName(void* hFont, CFX_ByteString& name) override;
350 bool GetFontCharset(void* hFont, int& charset) override;
351 void DeleteFont(void* hFont) override;
384 HFONT hFont = CreateFontIndirectA(plf);
386 uint32_t font_size = GetFontData(hFont, 0, nullptr, 0);
389 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(uint32_t));
400 DeleteFont(hFont);
405 HFONT hFont = CreateFontIndirectA(plf)
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h     [all...]
ocidl.h     [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 841 void* hFont =
844 if (!hFont)
847 uint32_t dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, nullptr, 0);
852 dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, pBuffer, dwFileSize);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 591 milliseconds