Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.h29 struct StyleBlock { struct
30 StyleBlock() : fRange(EMPTY_RANGE), fStyle() { } in StyleBlock() function
31 StyleBlock(size_t start, size_t end, const TStyle& style) : fRange(start, end), fStyle(style) {} in StyleBlock() argument
32 StyleBlock(TextRange textRange, const TStyle& style) : fRange(textRange), fStyle(style) {} in StyleBlock() function
33 void add(TextRange tail) { in add()
37 TextRange fRange;
38 TStyle fStyle;