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.cpp41 dwStyle |= FXFONT_SCRIPT; in MapFont()
Dfpf_skiafontmgr.cpp307 if ((dwStyle & FXFONT_SCRIPT) == (pFontDes->m_dwStyle & FXFONT_SCRIPT)) { in CreateFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp404 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in GetSimilarValue()
944 if (flags & FXFONT_SCRIPT) { in FindSubstFont()
1233 if (flags & FXFONT_SCRIPT) { in FindSubstFontByUnicode()
/external/pdfium/core/include/fxge/
Dfx_font.h32 #define FXFONT_SCRIPT 0x08 macro
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp211 dwFlags |= FXFONT_SCRIPT; in LoadFont()