HomeSort by relevance Sort by last modified time
    Searched refs:GetFontData (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/src/fxge/android/
fx_android_font.h 26 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
fx_android_font.cpp 53 FX_DWORD CFX_AndroidFontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size)
58 return ((IFPF_Font*)hFont)->GetFontData(table, buffer, size);
fpf_skiafont.h 47 virtual FX_DWORD GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize);
fpf_skiafont.cpp 159 FX_DWORD CFPF_SkiaFont::GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize)
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 46 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) FX_OVERRIDE
48 if (m_pInfo->GetFontData)
49 return m_pInfo->GetFontData(m_pInfo, hFont, table, buffer, size);
131 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
166 pFontInfoExt->GetFontData = DefaultGetFontData;
  /external/pdfium/core/include/fxge/
fpf.h 47 virtual FX_DWORD GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize) = 0;
fx_font.h 303 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size) = 0;
328 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
  /external/pdfium/public/
fpdf_sysfontinfo.h 123 * Method: GetFontData
142 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, void* hFont,
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 564 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0);
567 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size);
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 346 DWORD len = GetFontData(hdc, stag, 0, NULL, 0);
351 GetFontData(hdc, stag, 0, result, len);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 31 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));
362 FX_DWORD CWin32FontInfo::GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size)
366 size = ::GetFontData(m_hDC, table, 0, buffer, size);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 161 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 233 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0);
236 ::GetFontData(hDC, 'eman', 0, buffer, size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 730 milliseconds