Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp45 const struct AltFontName { struct
180 reinterpret_cast<const AltFontName*>(element)->m_pName); in CompareString()
812 AltFontName* found = static_cast<AltFontName*>( in PDF_GetStandardFontName()
814 sizeof(AltFontName), CompareString)); in PDF_GetStandardFontName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp49 struct AltFontName { struct
54 const AltFontName g_AltFontNames[] = {
790 [](const AltFontName& element, const char* name) { in GetStandardFontName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp49 struct AltFontName { struct
54 const AltFontName g_AltFontNames[] = {
788 [](const AltFontName& element, const char* name) { in GetStandardFontName()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/ge/
H A Dfx_ge_fontmap.cpp74 const struct AltFontName { struct
229 return FXSYS_stricmp((const FX_CHAR*)key, ((AltFontName*)element)->m_pName); in CompareString()
1656 AltFontName* found = static_cast<AltFontName*>( in PDF_GetStandardFontName()
1658 sizeof(AltFontName), CompareString)); in PDF_GetStandardFontName()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.cpp8994 enum DataType { MainFontName=0, AltFontName=1, Panose=2}; enumerator
9209 currentState->iCurrentInputData = SFontTableState::AltFontName; in ReadFontTable()
9318 sFontNamesAndPanose[SFontTableState::AltFontName].length() ? in RegisterFont()
9319 sFontNamesAndPanose[SFontTableState::AltFontName].utf8_str() : NULL); in RegisterFont()