/external/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 172 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 175 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint() 185 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 188 …[textCanvas, x, y, &bounds, this](TextRange textRange, const TextStyle& style, const ClipContext& … in paint() 208 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 211 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint() 227 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated() 234 [this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in ensureTextBlobCachePopulated() 269 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles() 272 [visitor](TextRange textRange, const TextStyle& style, const ClipContext& context) { in scanStyles() [all …]
|
D | OneLineShaper.cpp | 425 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles() 563 TextRange textRange(start, end); in iterateThroughShapingRegions() local 623 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape() 742 TextRange textRange(normalizeTextRange(glyphs)); in clusteredText() local
|
D | Run.h | 106 TextRange textRange() const { return fTextRange; } in textRange() function 280 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() 310 TextRange textRange() const { return fTextRange; } in textRange() function
|
D | ParagraphImpl.cpp | 614 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 812 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
|
/external/skia/experimental/sktext/src/ |
D | Wrapper.cpp | 14 GlyphRange Wrapper::glyphRange(const TextRun* run, const TextRange& textRange) { in glyphRange() 29 TextRange Wrapper::textRange(const TextRun* run, const GlyphRange& glyphRange) { in textRange() function in skia::text::Wrapper 30 Range textRange = EMPTY_RANGE; in textRange() local
|
D | Processor.cpp | 58 …[&](SkSize offset, SkScalar baseline, const TextRun* run, TextRange textRange, GlyphRange glyphRan… in decorate() 92 TextRange textRange(0, str.size()); in drawText() local 218 Range textRange(run.fUtf8Range.begin(), run.fUtf8Range.end()); in iterateByVisualOrder() local 263 TextRange textRange(run.fClusters[startGlyph], run.fClusters[endGlyph]); in iterateByVisualOrder() local
|
D | Line.h | 149 TextRange textRange() const { return fTextRange; } in textRange() function
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 215 … (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 997 …[reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& conte… in DEF_TEST() 1087 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 1114 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 1160 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 1206 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 2146 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 2239 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 3659 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() 3666 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() [all …]
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 684 textRange: Range; // first and last character offsets for the line (derived from runs[]) property
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 2079 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in onDrawContent()
|