/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 48 FX_DWORD GetFontData(void* hFont, in GetFontData() function in CFX_ExternalFontInfo 52 if (m_pInfo->GetFontData) in GetFontData() 53 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size); in GetFontData() 142 ->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size); in DefaultGetFontData() 183 pFontInfoExt->GetFontData = DefaultGetFontData; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.cpp | 52 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_AndroidFontInfo 59 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size); in GetFontData()
|
D | fx_android_font.h | 27 virtual FX_DWORD GetFontData(void* hFont,
|
D | fpf_skiafont.h | 38 FX_DWORD GetFontData(FX_DWORD dwTable,
|
D | fpf_skiafont.cpp | 166 FX_DWORD CFPF_SkiaFont::GetFontData(FX_DWORD dwTable, in GetFontData() function in CFPF_SkiaFont
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 710 FX_DWORD size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0); in GetPSNameFromTT() 717 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size); in GetPSNameFromTT() 1152 FX_DWORD ttc_size = m_pFontInfo->GetFontData(hFont, kTableTTCF, nullptr, 0); in FindSubstFont() 1153 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); in FindSubstFont() 1161 m_pFontInfo->GetFontData(hFont, kTableTTCF, temp, 1024); in FindSubstFont() 1171 m_pFontInfo->GetFontData(hFont, kTableTTCF, pFontData, ttc_size); in FindSubstFont() 1180 m_pFontInfo->GetFontData(hFont, 0, pFontData, font_size); in FindSubstFont() 1244 FX_DWORD ttc_size = m_pFontInfo->GetFontData(hFont, 0x74746366, NULL, 0); in FindSubstFontByUnicode() 1245 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0); in FindSubstFontByUnicode() 1253 m_pFontInfo->GetFontData(hFont, 0x74746366, temp, 1024); in FindSubstFontByUnicode() [all …]
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 167 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 112 uint8_t* GetFontData() const { return m_pFontData; } in GetFontData() function 373 virtual FX_DWORD GetFontData(void* hFont, 409 FX_DWORD GetFontData(void* hFont,
|
D | fpf.h | 48 virtual FX_DWORD GetFontData(FX_DWORD dwTable,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 45 FX_DWORD GetFontData(void* hFont, 83 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); in IsOpenTypeFromDiv() 86 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(FX_DWORD)); in IsOpenTypeFromDiv() 103 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); in IsSupportFontFormDiv() 106 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(FX_DWORD)); in IsSupportFontFormDiv() 408 FX_DWORD CFX_Win32FontInfo::GetFontData(void* hFont, in GetFontData() function in CFX_Win32FontInfo 414 size = ::GetFontData(m_hDC, table, 0, buffer, size); in GetFontData()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 346 DWORD len = GetFontData(hdc, stag, 0, NULL, 0); in readFontTable() 351 GetFontData(hdc, stag, 0, result, len); in readFontTable()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 72 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in _CGDrawGlyphRun()
|
D | fx_quartz_device.cpp | 758 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in CG_DrawGlypRun()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 163 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) { in calculateGlyphCount() 1967 DWORD bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1970 bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() 1974 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) { in onOpenStream() 2269 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() 2272 bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 226 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0); in _FPDF_GetPSNameFromTT() 229 ::GetFontData(hDC, 'eman', 0, buffer, size); in _FPDF_GetPSNameFromTT()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 1050 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()
|