Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp227 {"Reg", 3, FXFONT_NORMAL},
228 {"Regular", 7, FXFONT_NORMAL},
235 return std::make_tuple(false, FXFONT_NORMAL, 0); in GetStyleType()
250 return std::make_tuple(false, FXFONT_NORMAL, 0); in GetStyleType()
455 uint32_t nStyle = FXFONT_NORMAL; in FindSubstFont()
Dfx_font.h38 #define FXFONT_NORMAL (0) macro