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

  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.h 38 void DeleteFont(void* hFont) override;
cfx_androidfontinfo.cpp 81 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 46 virtual void DeleteFont(void* hFont) = 0;
cfx_folderfontinfo.h 43 void DeleteFont(void* hFont) override;
cfx_fontmapper.cpp 336 m_pFontInfo->DeleteFont(hFont);
667 m_pFontInfo->DeleteFont(hFont);
676 m_pFontInfo->DeleteFont(hFont);
695 m_pFontInfo->DeleteFont(hFont);
718 m_pFontInfo->DeleteFont(hFont);
729 m_pFontInfo->DeleteFont(hFont);
cfx_folderfontinfo.cpp 374 void CFX_FolderFontInfo::DeleteFont(void* hFont) {}
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 99 void DeleteFont(void* hFont) override {
100 if (m_pInfo->DeleteFont)
101 m_pInfo->DeleteFont(m_pInfo, hFont);
194 pDefault->m_pFontInfo->DeleteFont(hFont);
205 pFontInfoExt->DeleteFont = DefaultDeleteFont;
  /external/pdfium/public/
fpdf_sysfontinfo.h 210 * Method: DeleteFont
222 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 351 void DeleteFont(void* hFont) override;
398 DeleteFont(hFont);
421 DeleteFont(hFont);
642 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 308 milliseconds