Searched refs:styleType (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 266 const SkStrokeRec::Style styleType = style.getStyle(); in drawShape() local 267 if (this->needsFlushBeforeDraw(styleType == SkStrokeRec::kStrokeAndFill_Style ? 2 : 1)) { in drawShape() 296 if (styleType == SkStrokeRec::kStroke_Style || in drawShape() 297 styleType == SkStrokeRec::kHairline_Style || in drawShape() 298 styleType == SkStrokeRec::kStrokeAndFill_Style) { in drawShape() 303 if (styleType == SkStrokeRec::kFill_Style || in drawShape() 304 styleType == SkStrokeRec::kStrokeAndFill_Style) { in drawShape()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 78 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument 79 switch (styleType) { in matchOneAttribute()
|
D | TextLine.h | 57 void iterateThroughStylesInTextOrder(StyleType styleType, const StyleVisitor& visitor) const;
|
D | TextLine.cpp | 712 void TextLine::iterateThroughStylesInTextOrder(StyleType styleType, in iterateThroughStylesInTextOrder() argument 734 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughStylesInTextOrder()
|
/third_party/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 106 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument 107 switch (styleType) { in matchOneAttribute()
|
D | TextLine.cpp | 265 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles() argument 271 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles() 273 run, runOffset, textRange, styleType, in scanStyles() 756 StyleType styleType, in iterateThroughSingleRunByStyles() argument 775 if (styleType == StyleType::kNone) { in iterateThroughSingleRunByStyles() 815 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughSingleRunByStyles()
|
D | TextLine.h | 84 StyleType styleType, const RunStyleVisitor& visitor) const;
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TextStyle.h | 68 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | float.patch | 170 -function stylizeWithColor(str, styleType) { 171 - var style = inspect.styles[styleType]; 182 -function stylizeNoColor(str, styleType) {
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
|
/third_party/freetype/docs/reference/assets/javascripts/lunr/ |
D | wordcut.js | 6266 function stylizeWithColor(str, styleType) { argument 6267 var style = inspect.styles[styleType]; 6278 function stylizeNoColor(str, styleType) { argument
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 501 function stylizeWithColor(str, styleType) { argument 502 const style = inspect.styles[styleType];
|