Home
last modified time | relevance | path

Searched defs:styleType (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp78 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute()
DTextLine.cpp712 void TextLine::iterateThroughStylesInTextOrder(StyleType styleType, in iterateThroughStylesInTextOrder()
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp106 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute()
DTextLine.cpp265 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles()
756 StyleType styleType, in iterateThroughSingleRunByStyles()
/third_party/skia/experimental/graphite/src/
DDevice.cpp266 const SkStrokeRec::Style styleType = style.getStyle(); in drawShape() local
/third_party/node/lib/internal/util/
Dinspect.js501 function stylizeWithColor(str, styleType) { argument