Home
last modified time | relevance | path

Searched refs:GetFontData (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp85 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()
Dfpdf_sysfontinfo_embeddertest.cpp69 font_info_.GetFontData = FakeGetFontData; in SetUp()
/external/harfbuzz_ng/src/
Dhb-gdi.cc40 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/
Dcfx_androidfontinfo.cpp56 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()
Dcfx_androidfontinfo.h33 uint32_t GetFontData(void* hFont,
Dcfpf_skiafont.h43 uint32_t GetFontData(uint32_t dwTable, pdfium::span<uint8_t> pBuffer);
Dcfpf_skiafont.cpp153 uint32_t CFPF_SkiaFont::GetFontData(uint32_t dwTable, in GetFontData() function in CFPF_SkiaFont
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp275 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()
Dsystemfontinfo_iface.h32 virtual uint32_t GetFontData(void* hFont,
Dcfx_folderfontinfo.h33 uint32_t GetFontData(void* hFont,
Dcfx_folderfontinfo.cpp337 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_FolderFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h166 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, member
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp328 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/
DGDIFontInstance.cpp352 DWORD len = GetFontData(hdc, stag, 0, NULL, 0); in readFontTable()
357 GetFontData(hdc, stag, 0, result, len); in readFontTable()
/external/skia/src/ports/
DSkFontHost_win.cpp168 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/
DSkFontHost_win.cpp167 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/
Dcpdf_docpagedata.cpp71 DWORD size = ::GetFontData(hDC, 'eman', 0, nullptr, 0); in GetPSNameFromTT()
74 ::GetFontData(hDC, 'eman', 0, buffer, size); in GetPSNameFromTT()