Home
last modified time | relevance | path

Searched defs:DeleteFont (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp82 void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} in DeleteFont() function in CFX_AndroidFontInfo
/aosp_15_r20/external/pdfium/testing/
H A Dtest_fonts.cpp82 void DeleteFont(void* hFont) override { in DeleteFont() function in __anon9764f7c20111::SystemFontInfoWrapper
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_sysfontinfo.h226 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp140 void DeleteFont(void* hFont) override { in DeleteFont() function in CFX_ExternalFontInfo
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp410 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont() function in CFX_FolderFontInfo
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcwin32_platform.cpp416 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont() function in __anon2897d8390111::CFX_Win32FontInfo
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindowsx.h41 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont)) macro