Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp300 if ((dwStyle & FXFONT_FIXED_PITCH) == in CreateFont()
301 (pFontDes->m_dwStyle & FXFONT_FIXED_PITCH)) { in CreateFont()
509 pFontDesc->m_dwStyle |= FXFONT_FIXED_PITCH; in ReportFace()
Dfx_android_font.cpp38 dwStyle |= FXFONT_FIXED_PITCH; in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp407 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) { in GetSimilarValue()
947 if (flags & FXFONT_FIXED_PITCH) { in FindSubstFont()
1236 if (flags & FXFONT_FIXED_PITCH) { in FindSubstFontByUnicode()
/external/pdfium/core/include/fxge/
Dfx_font.h29 #define FXFONT_FIXED_PITCH 0x01 macro
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp202 dwFlags |= FXFONT_FIXED_PITCH; in LoadFont()