Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp78 void DeleteFont(void* hFont) override { in DeleteFont() function in CFX_ExternalFontInfo
79 if (m_pInfo->DeleteFont) in DeleteFont()
80 m_pInfo->DeleteFont(m_pInfo, hFont); in DeleteFont()
168 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
178 pFontInfoExt->DeleteFont = DefaultDeleteFont; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h34 virtual void DeleteFont(void* hFont);
Dfx_android_font.cpp75 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont() function in CFX_AndroidFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h224 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp754 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont()
1155 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1187 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1217 m_pFontInfo->DeleteFont(hFont); in FindSubstFont()
1247 m_pFontInfo->DeleteFont(hFont); in FindSubstFontByUnicode()
1277 m_pFontInfo->DeleteFont(hFont); in FindSubstFontByUnicode()
1286 m_pFontInfo->DeleteFont(hFont); in FindSubstFontByUnicode()
1581 void CFX_FolderFontInfo::DeleteFont(void* hFont) {} in DeleteFont() function in CFX_FolderFontInfo
/external/pdfium/core/include/fxge/
Dfx_font.h380 virtual void DeleteFont(void* hFont) = 0;
413 void DeleteFont(void* hFont) override;
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp51 void DeleteFont(void* hFont) override;
97 DeleteFont(hFont); in IsOpenTypeFromDiv()
120 DeleteFont(hFont); in IsSupportFontFormDiv()
405 void CFX_Win32FontInfo::DeleteFont(void* hFont) { in DeleteFont() function in CFX_Win32FontInfo