Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DDevice.cpp266 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/
DTextStyle.cpp78 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument
79 switch (styleType) { in matchOneAttribute()
DTextLine.h57 void iterateThroughStylesInTextOrder(StyleType styleType, const StyleVisitor& visitor) const;
DTextLine.cpp712 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/
DTextStyle.cpp106 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() argument
107 switch (styleType) { in matchOneAttribute()
DTextLine.cpp265 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()
DTextLine.h84 StyleType styleType, const RunStyleVisitor& visitor) const;
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h68 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
/third_party/node/deps/npm/node_modules/core-util-is/
Dfloat.patch170 -function stylizeWithColor(str, styleType) {
171 - var style = inspect.styles[styleType];
182 -function stylizeNoColor(str, styleType) {
/third_party/skia/modules/skparagraph/include/
DTextStyle.h155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js6266 function stylizeWithColor(str, styleType) { argument
6267 var style = inspect.styles[styleType];
6278 function stylizeNoColor(str, styleType) { argument
/third_party/node/lib/internal/util/
Dinspect.js501 function stylizeWithColor(str, styleType) { argument
502 const style = inspect.styles[styleType];