Searched refs:StyleType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 205 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, in paint() 220 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kShadow, in paint() 240 … TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kDecorations, in paint() 313 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, in prepareRoundRect() 382 StyleType::kForeground, in ensureTextBlobCachePopulated() 416 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles() 1129 StyleType styleType, in shapeEllipsis() 1131 … auto includeGhostSpaces = (styleType == StyleType::kDecorations || styleType == StyleType::kNone); in shapeEllipsis() 1135 if (styleType == StyleType::kDecorations) { in shapeEllipsis() 1157 if (styleType == StyleType::kNone) { in shapeEllipsis() [all …]
|
D | TextLine.h | 99 StyleType styleType, 116 void scanStyles(StyleType style, const RunStyleVisitor& visitor);
|
D | TextStyle.cpp | 124 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute()
|
D | OneLineShaper.cpp | 410 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 65 enum StyleType { enum 194 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 232 line.scanStyles(StyleType::kDecorations, in UNIX_ONLY_TEST() 1053 line.scanStyles(StyleType::kDecorations, in UNIX_ONLY_TEST() 1143 StyleType::kAllAttributes, in UNIX_ONLY_TEST() 1170 StyleType::kAllAttributes, in UNIX_ONLY_TEST() 1217 StyleType::kAllAttributes, in UNIX_ONLY_TEST() 1263 StyleType::kAllAttributes, in UNIX_ONLY_TEST() 2209 StyleType::kDecorations, in UNIX_ONLY_TEST() 2302 StyleType::kForeground, in UNIX_ONLY_TEST() 3722 impl->lines().begin()->scanStyles(StyleType::kLetterSpacing, in UNIX_ONLY_TEST() 3729 impl->lines().begin()->scanStyles(StyleType::kWordSpacing, in UNIX_ONLY_TEST() [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 171010 template<typename StyleType> 171011 void UpdateEffectProperties(StyleType&& aStyleType,
|