Home
last modified time | relevance | path

Searched refs:FXFONT_FF_SCRIPT (Results 1 – 5 of 5) 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.cpp41 if (pitch_family & FXFONT_FF_SCRIPT) { in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp172 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in _LinuxGetSimilarValue()
Dfx_ge_fontmap.cpp987 PitchFamily |= FXFONT_FF_SCRIPT; in FindSubstFont()
/external/pdfium/core/include/fxge/
Dfx_font.h48 #define FXFONT_FF_SCRIPT (4<<4) macro