Searched refs:styleType (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 459 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/ |
D | TextStyle.cpp | 101 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument 102 switch (styleType) { in matchOneAttribute()
|
D | TextLine.cpp | 263 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()
|
D | TextLine.h | 81 StyleType styleType, const RunStyleVisitor& visitor) const;
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
|