Searched defs:GetFontData (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp53 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) function in class:CFX_AndroidFontInfo
58 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size);
H A Dfpf_skiafont.cpp159 FX_DWORD CFPF_SkiaFont::GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize) function in class:CFPF_SkiaFont
/external/pdfium/fpdfsdk/include/
H A Dfpdf_sysfontinfo.h124 * Method: GetFontData
143 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, member in struct:_FPDF_SYSFONTINFO
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_win.cc40 DWORD GetFontData(HDC hdc,
150 if (GetFontData(hdc.Get(), 0, 0, header_buf, kFontHeaderSize) == GDI_ERROR)
162 if (GetFontData(hdc.Get(), 0 /* tag */, kFontHeaderSize, directory.get(),
196 DWORD table_size = GetFontData(hdc.Get(), table_tag, 0, NULL, 0);
207 table_size = GetFontData(hdc.Get(),
218 DWORD PepperTrueTypeFontWin::GetFontData(HDC hdc, function in class:content::__anon7360::PepperTrueTypeFontWin
227 return ::GetFontData(hdc, table, offset, buffer, length);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp45 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) function in class:CSysFontInfo_Ext
47 if (m_pInfo->GetFontData)
48 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size);
122 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
157 pFontInfoExt->GetFontData = DefaultGetFontData;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp582 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0);
588 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size);
1227 FX_DWORD ttc_size = m_pFontInfo->GetFontData(hFont, 0x74746366, NULL, 0);
1228 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0);
1236 m_pFontInfo->GetFontData(hFont, 0x74746366, temp, 1024);
1246 m_pFontInfo->GetFontData(hFont, 0x74746366, pFontData, ttc_size);
1260 m_pFontInfo->GetFontData(hFont, 0, pFontData, font_size);
1502 FX_DWORD CFX_FolderFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) function in class:CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp31 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
64 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0);
67 GetFontData(hFont, 0, (FX_BYTE*)(&lVersion), sizeof(FX_DWORD));
85 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0);
88 GetFontData(hFont, 0, (FX_BYTE*)(&lVersion), sizeof(FX_DWORD));
367 FX_DWORD CWin32FontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) function in class:CWin32FontInfo
371 size = ::GetFontData(m_hDC, table, 0, buffer, size);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc260 unsigned long GetFontData(struct _FPDF_SYSFONTINFO*, void* font_id, function in namespace:chrome_pdf::__anon9855
286 GetFontData,

Completed in 328 milliseconds