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

  /external/pdfium/core/src/fxge/android/
fx_android_font.h 34 virtual void DeleteFont(void* hFont);
fx_android_font.cpp 75 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 78 void DeleteFont(void* hFont) override {
79 if (m_pInfo->DeleteFont)
80 m_pInfo->DeleteFont(m_pInfo, hFont);
168 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont);
178 pFontInfoExt->DeleteFont = DefaultDeleteFont;
  /external/pdfium/public/
fpdf_sysfontinfo.h 212 * Method: DeleteFont
224 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 754 m_pFontInfo->DeleteFont(hFont);
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 380 virtual void DeleteFont(void* hFont) = 0;
413 void DeleteFont(void* hFont) override;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 51 void DeleteFont(void* hFont) override;
97 DeleteFont(hFont);
120 DeleteFont(hFont);
405 void CFX_Win32FontInfo::DeleteFont(void* hFont) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 44 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
    [all...]
windowsx.h 41 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
    [all...]

Completed in 186 milliseconds