Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp479 uint32_t styleType; in FindSubstFont() local
481 std::tie(hasStyleType, styleType, len) = GetStyleType(family, true); in FindSubstFont()
484 nStyle |= styleType; in FindSubstFont()
504 uint32_t styleType; in FindSubstFont() local
506 std::tie(hasStyleType, styleType, len) = GetStyleType(buf, false); in FindSubstFont()
515 if (FontStyleIsBold(styleType)) { in FindSubstFont()
526 if (FontStyleIsItalic(styleType) && FontStyleIsBold(styleType)) { in FindSubstFont()
528 } else if (FontStyleIsItalic(styleType)) { in FindSubstFont()