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.cpp118 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument
119 switch (styleType) { in matchOneAttribute()
DTextLine.cpp279 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles() argument
285 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles()
287 run, runOffset, textRange, styleType, in scanStyles()
778 StyleType styleType, in iterateThroughSingleRunByStyles() argument
822 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughSingleRunByStyles()
DTextLine.h69 StyleType styleType, const RunStyleVisitor& visitor) const;
/external/skia/modules/skparagraph/include/
DTextStyle.h158 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;