Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DParagraphImpl.h52 struct StyleBlock { struct
53 StyleBlock() : fRange(EMPTY_RANGE), fStyle() { } in StyleBlock() argument
54 StyleBlock(size_t start, size_t end, const TStyle& style) : fRange(start, end), fStyle(style) {} in StyleBlock() function
55 StyleBlock(TextRange textRange, const TStyle& style) : fRange(textRange), fStyle(style) {} in StyleBlock() argument
56 void add(TextRange tail) { in add()
60 TextRange fRange;
61 TStyle fStyle;