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