Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp74 virtual void DeleteFont(void* hFont) FX_OVERRIDE in DeleteFont() function in FX_FINAL
76 if (m_pInfo->DeleteFont) in DeleteFont()
77 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
152 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
161 pFontInfoExt->DeleteFont = DefaultDeleteFont; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h30 virtual void DeleteFont(void* hFont);
Dfx_android_font.cpp76 void CFX_AndroidFontInfo::DeleteFont(void* hFont) in DeleteFont() function in CFX_AndroidFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h191 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/include/fxge/
Dfx_font.h310 virtual void DeleteFont(void* hFont) = 0;
329 virtual void DeleteFont(void* hFont);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp606 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont()
1194 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1223 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1253 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1510 void CFX_FolderFontInfo::DeleteFont(void* hFont) in DeleteFont() function in CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp32 virtual void DeleteFont(void* hFont);
78 DeleteFont(hFont); in IsOpenTypeFromDiv()
102 DeleteFont(hFont); in IsSupportFontFormDiv()
358 void CWin32FontInfo::DeleteFont(void* hFont) in DeleteFont() function in CWin32FontInfo