/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 85 uint32_t GetFontData(void* hFont, in GetFontData() function in CFX_ExternalFontInfo 88 if (!m_pInfo->GetFontData) in GetFontData() 90 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer.data(), in GetFontData() 181 return pDefault->m_pFontInfo->GetFontData(hFont, table, {buffer, buf_size}); in DefaultGetFontData() 226 pFontInfoExt->GetFontData = DefaultGetFontData; in FPDF_GetDefaultSystemFontInfo()
|
D | fpdf_sysfontinfo_embeddertest.cpp | 69 font_info_.GetFontData = FakeGetFontData; in SetUp()
|
/external/harfbuzz_ng/src/ |
D | hb-gdi.cc | 40 length = GetFontData (hdc, hb_uint32_swap (tag), 0, buffer, length); in _hb_gdi_reference_table() 45 length = GetFontData (hdc, hb_uint32_swap (tag), 0, buffer, length); in _hb_gdi_reference_table()
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_AndroidFontInfo 61 return static_cast<CFPF_SkiaFont*>(hFont)->GetFontData(table, buffer); in GetFontData()
|
D | cfx_androidfontinfo.h | 33 uint32_t GetFontData(void* hFont,
|
D | cfpf_skiafont.h | 43 uint32_t GetFontData(uint32_t dwTable, pdfium::span<uint8_t> pBuffer);
|
D | cfpf_skiafont.cpp | 153 uint32_t CFPF_SkiaFont::GetFontData(uint32_t dwTable, in GetFontData() function in CFPF_SkiaFont
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 275 m_pFontInfo->GetFontData( in GetChecksumFromTT() 286 uint32_t size = m_pFontInfo->GetFontData(hFont, kTableNAME, {}); in GetPSNameFromTT() 291 uint32_t bytes_read = m_pFontInfo->GetFontData(hFont, kTableNAME, buffer); in GetPSNameFromTT() 631 uint32_t ttc_size = m_pFontInfo->GetFontData(hFont, kTableTTCF, {}); in FindSubstFont() 632 uint32_t font_size = m_pFontInfo->GetFontData(hFont, 0, {}); in FindSubstFont() 682 uint32_t required_size = m_pFontInfo->GetFontData(hFont, 0, {}); in RawBytesForIndex() 689 m_pFontInfo->GetFontData(hFont, 0, {pBuffer.get(), required_size}); in RawBytesForIndex() 715 m_pFontInfo->GetFontData(hFont, kTableTTCF, {pFontData.get(), ttc_size}); in GetCachedTTCFace() 746 m_pFontInfo->GetFontData(hFont, 0, {pFontData.get(), font_size}); in GetCachedFace()
|
D | systemfontinfo_iface.h | 32 virtual uint32_t GetFontData(void* hFont,
|
D | cfx_folderfontinfo.h | 33 uint32_t GetFontData(void* hFont,
|
D | cfx_folderfontinfo.cpp | 337 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_FolderFontInfo
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 166 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 328 uint32_t GetFontData(void* hFont, 367 uint32_t font_size = GetFontData(hFont, 0, {}); in IsOpenTypeFromDiv() 370 GetFontData(hFont, 0, {(uint8_t*)(&lVersion), sizeof(uint32_t)}); in IsOpenTypeFromDiv() 388 uint32_t font_size = GetFontData(hFont, 0, {}); in IsSupportFontFormDiv() 391 GetFontData(hFont, 0, {(uint8_t*)(&lVersion), sizeof(lVersion)}); in IsSupportFontFormDiv() 629 uint32_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData() function in __anon432480ef0111::CFX_Win32FontInfo 634 uint32_t size = ::GetFontData(m_hDC, table, 0, buffer.data(), buffer.size()); in GetFontData()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 352 DWORD len = GetFontData(hdc, stag, 0, NULL, 0); in readFontTable() 357 GetFontData(hdc, stag, 0, result, len); in readFontTable()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 168 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) { in calculateGlyphCount() 1833 DWORD bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1836 bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1840 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) { in onOpenStream() 2046 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() 2049 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() 2059 DWORD size = GetFontData(hdc, tag, 0, nullptr, 0); in onCopyTableData() 2062 size = GetFontData(hdc, tag, 0, nullptr, 0); in onCopyTableData() 2068 if (GetFontData(hdc, tag, 0, data->writable_data(), size) == GDI_ERROR) { in onCopyTableData()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 167 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) { in calculateGlyphCount() 1872 DWORD bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1875 bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1879 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) { in onOpenStream() 2179 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() 2182 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 71 DWORD size = ::GetFontData(hDC, 'eman', 0, nullptr, 0); in GetPSNameFromTT() 74 ::GetFontData(hDC, 'eman', 0, buffer, size); in GetPSNameFromTT()
|