Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h24 #define FXFONT_FF_SCRIPT (4 << 4) macro
/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp40 if (pitch_family & FXFONT_FF_SCRIPT) { in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp404 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in GetSimilarValue()
945 PitchFamily |= FXFONT_FF_SCRIPT; in FindSubstFont()
1234 PitchFamily |= FXFONT_FF_SCRIPT; in FindSubstFontByUnicode()
/external/pdfium/core/include/fxge/
Dfx_font.h57 #define FXFONT_FF_SCRIPT (4 << 4) macro