Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp478 bool hasStyleType; in FindSubstFont() local
481 std::tie(hasStyleType, styleType, len) = GetStyleType(family, true); in FindSubstFont()
482 if (hasStyleType) { in FindSubstFont()
503 bool hasStyleType; in FindSubstFont() local
506 std::tie(hasStyleType, styleType, len) = GetStyleType(buf, false); in FindSubstFont()
507 if ((i && !bStyleAvail) || (!i && !hasStyleType)) { in FindSubstFont()
512 if (hasStyleType) in FindSubstFont()