Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp354 bool IsSupportFontFormDiv(const LOGFONTA* plf);
402 bool CFX_Win32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) { in IsSupportFontFormDiv() function in __anon82f3ec110111::CFX_Win32FontInfo
436 if (!(FontType & DEVICE_FONTTYPE) || !IsSupportFontFormDiv(plf)) in AddInstalledFont()