/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 69 uint32_t GetFontData(void* hFont, in GetFontData() function in CFX_ExternalFontInfo 73 if (!m_pInfo->GetFontData) in GetFontData() 75 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size); in GetFontData() 165 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size); in DefaultGetFontData() 210 pFontInfoExt->GetFontData = DefaultGetFontData; in FPDF_GetDefaultSystemFontInfo()
|
D | fpdfedit_embeddertest.cpp | 723 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 752 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 782 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 823 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 876 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 953 const uint8_t* data = CIDfont.GetFontData(); in TEST_F()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 301 uint32_t size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0); in GetPSNameFromTT() 308 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size); in GetPSNameFromTT() 664 uint32_t ttc_size = m_pFontInfo->GetFontData(hFont, kTableTTCF, nullptr, 0); in FindSubstFont() 665 uint32_t font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); in FindSubstFont() 715 uint32_t ttc_size = m_pFontInfo->GetFontData(hFont, 0x74746366, nullptr, 0); in FindSubstFontByUnicode() 716 uint32_t font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); in FindSubstFontByUnicode() 755 m_pFontInfo->GetFontData(hFont, tableTTCF, buffer, FX_ArraySize(buffer)); in GetCachedTTCFace() 765 m_pFontInfo->GetFontData(hFont, tableTTCF, pFontData, ttc_size); in GetCachedTTCFace() 782 m_pFontInfo->GetFontData(hFont, 0, pFontData, font_size); in GetCachedFace()
|
D | ifx_systemfontinfo.h | 39 virtual uint32_t GetFontData(void* hFont,
|
D | cfx_folderfontinfo.h | 39 uint32_t GetFontData(void* hFont,
|
D | cfx_font.h | 84 uint8_t* GetFontData() const { return m_pFontData; } in GetFontData() function
|
D | cfx_facecache.cpp | 319 new SkMemoryStream(pFont->GetFontData(), pFont->GetSize())); in GetDeviceCache() 325 pFont->GetFontData(), pFont->GetSize())); in GetDeviceCache()
|
D | cfx_folderfontinfo.cpp | 334 uint32_t CFX_FolderFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_FolderFontInfo
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_AndroidFontInfo 62 return static_cast<CFPF_SkiaFont*>(hFont)->GetFontData(table, buffer, size); in GetFontData()
|
D | cfx_androidfontinfo.h | 32 uint32_t GetFontData(void* hFont,
|
D | cfpf_skiafont.h | 37 uint32_t GetFontData(uint32_t dwTable, uint8_t* pBuffer, uint32_t dwSize);
|
D | cfpf_skiafont.cpp | 170 uint32_t CFPF_SkiaFont::GetFontData(uint32_t dwTable, in GetFontData() function in CFPF_SkiaFont
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 165 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 345 uint32_t GetFontData(void* hFont, 384 uint32_t font_size = GetFontData(hFont, 0, nullptr, 0); in IsOpenTypeFromDiv() 387 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(uint32_t)); in IsOpenTypeFromDiv() 405 uint32_t font_size = GetFontData(hFont, 0, nullptr, 0); in IsSupportFontFormDiv() 408 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(uint32_t)); in IsSupportFontFormDiv() 646 uint32_t CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData() function in __anon82f3ec110111::CFX_Win32FontInfo 652 size = ::GetFontData(m_hDC, table, 0, 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/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 56 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in CGDrawGlyphRun()
|
/external/skia/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() 2178 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() 2181 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData()
|
/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/font/ |
D | cpdf_type1font.cpp | 125 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 222 DWORD size = ::GetFontData(hDC, 'eman', 0, nullptr, 0); in FPDF_GetPSNameFromTT() 225 ::GetFontData(hDC, 'eman', 0, buffer, size); in FPDF_GetPSNameFromTT()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 680 uint32_t dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, nullptr, 0); in CreateFontStream() 685 dwFileSize = pSystemFontInfo->GetFontData(hFont, 0, pBuffer, dwFileSize); in CreateFontStream()
|
/external/syzkaller/executor/ |
D | syscalls.h | 12857 {"GetFontData", 0, (syscall_t)GetFontData},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 989 GetFontData(hdc ptr[inout, intptr], dwTable int32, dwOffset int32, pvBuffer ptr[inout, array[int8]]…
|