Home
last modified time | relevance | path

Searched defs:hFont (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp52 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData()
61 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
75 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont()
81 void* CFX_AndroidFontInfo::RetainFont(void* hFont) { in RetainFont()
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp48 FX_DWORD GetFontData(void* hFont, in GetFontData()
57 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override { in GetFaceName()
70 FX_BOOL GetFontCharset(void* hFont, int& charset) override { in GetFontCharset()
78 void DeleteFont(void* hFont) override { in DeleteFont()
137 void* hFont, in DefaultGetFontData()
146 void* hFont, in DefaultGetFaceName()
159 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
167 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp706 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) { in GetPSNameFromTT()
740 void* hFont = m_pFontInfo->GetFont(name); in AddInstalledFont() local
1084 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() local
1239 void* hFont = in FindSubstFontByUnicode() local
1540 FX_DWORD CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData()
1581 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont()
1582 FX_BOOL CFX_FolderFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
1590 FX_BOOL CFX_FolderFontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp81 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() local
101 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() local
356 HFONT hFont = in MapFont() local
405 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont()
408 FX_DWORD CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData()
421 FX_BOOL CFX_Win32FontInfo::GetFaceName(void* hFont, CFX_ByteString& name) { in GetFaceName()
432 FX_BOOL CFX_Win32FontInfo::GetFontCharset(void* hFont, int& charset) { in GetFontCharset()
/external/pdfium/core/include/fxge/
Dfx_font.h379 virtual int GetFaceIndex(void* hFont) { return 0; } in GetFaceIndex()
381 virtual void* RetainFont(void* hFont) { return NULL; } in RetainFont()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp240 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); in AddWindowsFont() local
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp368 HFONT hFont = (HFONT)::GetStockObject(iFontObject); in RetrieveStockFont() local