Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp459 uint32_t styleType; in FindSubstFont() local
461 std::tie(hasStyleType, styleType, len) = GetStyleType(family, true); in FindSubstFont()
464 nStyle |= styleType; in FindSubstFont()
484 uint32_t styleType; in FindSubstFont() local
486 std::tie(hasStyleType, styleType, len) = GetStyleType(buf, false); in FindSubstFont()
495 if (FontStyleIsForceBold(styleType)) { in FindSubstFont()
506 if (FontStyleIsItalic(styleType) && FontStyleIsForceBold(styleType)) { in FindSubstFont()
508 } else if (FontStyleIsItalic(styleType)) { in FindSubstFont()
/external/skia/modules/skparagraph/src/
DTextStyle.cpp101 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument
102 switch (styleType) { in matchOneAttribute()
DTextLine.cpp263 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles() argument
269 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles()
271 run, runOffset, textRange, styleType, in scanStyles()
747 StyleType styleType, in iterateThroughSingleRunByStyles() argument
766 if (styleType == StyleType::kNone) { in iterateThroughSingleRunByStyles()
806 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughSingleRunByStyles()
DTextLine.h81 StyleType styleType, const RunStyleVisitor& visitor) const;
/external/skia/modules/skparagraph/include/
DTextStyle.h155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;