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

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 52 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont,
56 if (!hFont) {
59 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size);
61 FX_BOOL CFX_AndroidFontInfo::GetFaceName(void* hFont, CFX_ByteString& name) {
62 if (!hFont) {
65 name = ((IFPF_Font*)hFont)->GetFamilyName();
68 FX_BOOL CFX_AndroidFontInfo::GetFontCharset(void* hFont, int& charset) {
69 if (!hFont) {
72 charset = ((IFPF_Font*)hFont)->GetCharset();
75 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {
    [all...]
fx_android_font.h 27 virtual FX_DWORD GetFontData(void* hFont,
31 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
32 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
34 virtual void DeleteFont(void* hFont);
35 virtual void* RetainFont(void* hFont);
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 48 FX_DWORD GetFontData(void* hFont,
53 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size);
57 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override {
60 FX_DWORD size = m_pInfo->GetFaceName(m_pInfo, hFont, NULL, 0);
64 size = m_pInfo->GetFaceName(m_pInfo, hFont, buffer, size);
70 FX_BOOL GetFontCharset(void* hFont, int& charset) override {
72 charset = m_pInfo->GetFontCharset(m_pInfo, hFont);
78 void DeleteFont(void* hFont) override {
80 m_pInfo->DeleteFont(m_pInfo, hFont);
137 void* hFont,
    [all...]
  /external/pdfium/public/
fpdf_sysfontinfo.h 155 * hFont - Font handle returned by MapFont or GetFont method
168 void* hFont,
182 * hFont - Font handle returned by MapFont or GetFont method
192 void* hFont,
205 * hFont - Font handle returned by MapFont or GetFont method
209 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
220 * hFont - Font handle returned by MapFont or GetFont method
224 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 706 CFX_ByteString CFX_FontMapper::GetPSNameFromTT(void* hFont) {
710 FX_DWORD size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0);
717 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size);
740 void* hFont = m_pFontInfo->GetFont(name);
741 if (!hFont) {
743 hFont =
745 if (!hFont) {
749 CFX_ByteString new_name = GetPSNameFromTT(hFont);
754 m_pFontInfo->DeleteFont(hFont);
1084 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 333 CFX_ByteString GetPSNameFromTT(void* hFont);
373 virtual FX_DWORD GetFontData(void* hFont,
377 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) = 0;
378 virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0;
379 virtual int GetFaceIndex(void* hFont) { return 0; }
380 virtual void DeleteFont(void* hFont) = 0;
381 virtual void* RetainFont(void* hFont) { return NULL; }
409 FX_DWORD GetFontData(void* hFont,
413 void DeleteFont(void* hFont) override;
414 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 45 FX_DWORD GetFontData(void* hFont,
49 FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override;
50 FX_BOOL GetFontCharset(void* hFont, int& charset) override;
51 void DeleteFont(void* hFont) override;
81 HFONT hFont = CreateFontIndirectA(plf);
83 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0);
86 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(FX_DWORD));
97 DeleteFont(hFont);
101 HFONT hFont = CreateFontIndirectA(plf)
    [all...]
  /external/opencv3/samples/directx/
d3d9_interop.cpp 248 HFONT hFont = (HFONT)::GetStockObject(SYSTEM_FONT);
250 HFONT hOldFont = (HFONT)::SelectObject(hDC, hFont);
d3d9ex_interop.cpp 249 HFONT hFont = (HFONT)::GetStockObject(SYSTEM_FONT);
251 HFONT hOldFont = (HFONT)::SelectObject(hDC, hFont);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 240 HGDIOBJ hFont = CreateFontIndirectA(pLogFont);
242 hFont = SelectObject(hDC, hFont);
245 hFont = SelectObject(hDC, hFont);
246 DeleteObject(hFont);
423 hFont = SelectObject(hDC, hFont);
424 DeleteObject(hFont);
    [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/core/src/fpdfdoc/
doc_form.cpp 368 HFONT hFont = (HFONT)::GetStockObject(iFontObject);
369 if (hFont != NULL) {
371 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf);
    [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 1118 milliseconds