Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp119 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute()
DTextLine.cpp398 void TextLine::scanStyles(StyleType styleType, const RunStyleVisitor& visitor) { in scanStyles()
1065 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.js560 function stylizeWithColor(str, styleType) { argument