Home
last modified time | relevance | path

Searched refs:FXFONT_NORMAL (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp217 {"Reg", 3, FXFONT_NORMAL},
218 {"Regular", 7, FXFONT_NORMAL},
225 return std::make_tuple(false, FXFONT_NORMAL, 0); in GetStyleType()
240 return std::make_tuple(false, FXFONT_NORMAL, 0); in GetStyleType()
435 uint32_t nStyle = FXFONT_NORMAL; in FindSubstFont()
561 if (nStyle == FXFONT_NORMAL) in FindSubstFont()
Dfx_font.h29 #define FXFONT_NORMAL (0) macro