Searched refs:FXFONT_NORMAL (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 227 {"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()
|
D | fx_font.h | 38 #define FXFONT_NORMAL (0) macro
|