Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.cpp172 … (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 …]
DOneLineShaper.cpp425 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
DRun.h106 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
DParagraphImpl.cpp614 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
812 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
/external/skia/experimental/sktext/src/
DWrapper.cpp14 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
DProcessor.cpp58 …[&](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
DLine.h149 TextRange textRange() const { return fTextRange; } in textRange() function
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp215 … (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/
Dindex.d.ts684 textRange: Range; // first and last character offsets for the line (derived from runs[]) property
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2079 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in onDrawContent()