Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp42 dwStyle |= FXFONT_SCRIPT; in MapFont()
Dfpf_skiafontmgr.cpp327 if ((dwStyle & FXFONT_SCRIPT) == (pFontDes->m_dwStyle & FXFONT_SCRIPT)) { in CreateFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp172 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in _LinuxGetSimilarValue()
Dfx_ge_fontmap.cpp986 if (flags & FXFONT_SCRIPT) { in FindSubstFont()
/external/pdfium/core/include/fxge/
Dfx_font.h26 #define FXFONT_SCRIPT 0x08 macro