Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp188 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
191 …[painter, x, y, run, this](TextRange textRange, const TextStyle& style, const ClipContext& context… in paint()
203 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
207 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
223 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
227 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
296 … [this](const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in prepareRoundRect()
299 [run, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in prepareRoundRect()
368 [this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in ensureTextBlobCachePopulated()
406 const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in scanStyles()
[all …]
DOneLineShaper.cpp362 BlockRange OneLineShaper::generateBlockRange(const Block& block, const TextRange& textRange) in generateBlockRange()
374 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles()
547 TextRange textRange(start, end); in iterateThroughShapingRegions() local
615 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape()
749 TextRange textRange(normalizeTextRange(glyphs)); in clusteredText() local
DRun.h116 TextRange textRange() const { return fTextRange; } in textRange() function
320 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster()
354 TextRange textRange() const { return fTextRange; } in textRange() function
DParagraphImpl.cpp123 void ParagraphImpl::addUnresolvedCodepoints(TextRange textRange) { in addUnresolvedCodepoints()
774 auto textRange = TextRange(0, this->text().size()); in breakShapedTextIntoLines() local
910 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
1111 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
/third_party/skia/experimental/sktext/src/
DLine.h94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch()
155 TextRange textRange() const { return fTextRange; } in textRange() function
DVisualRun.h14 …VisualRun(TextRange textRange, GlyphIndex trailingSpacesStart, const SkFont& font, SkScalar lineBa… in VisualRun()
DText.cpp100 bool FontResolvedText::resolveChain(UnicodeText* unicodeText, TextRange textRange, const FontChain&… in resolveChain()
553 SkSpan<TextIndex> WrappedText::limitBlocks(TextRange textRange, SkSpan<TextIndex> blocks) { in limitBlocks()
873 TextRange textRange = EMPTY_RANGE; in glyphsToText() local
DPaint.cpp90 DecoratedBlock Paint::findDecoratedBlock(TextRange textRange) { in findDecoratedBlock()
/third_party/skia/experimental/sktext/include/
DInterface.h75TextRange textRange, // Currently we make sure that the run edges are the grapheme cluster … in onGlyphRun()
DTypes.h216 TextRange textRange; member
DText.h58 void forEachGrapheme(TextRange textRange, Callback&& callback) { in forEachGrapheme()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp155 TextRange textRange = position.fTextRange; in deleteElement() local
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp234 … (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1054 …[reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& conte… in UNIX_ONLY_TEST()
1144 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1171 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1218 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1264 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
2210 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
2303 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
3723 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
3730 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
[all …]
/third_party/typescript/src/server/
Dsession.ts2478 let textRange: TextRange | undefined; variable
2774 const textRange = this.getRange(args, scriptInfo); constant
2790 const textRange = this.getRange(args, scriptInfo); constant
2806 const textRange = this.getRange(args, scriptInfo); constant
2822 const textRange = this.getRange(args, scriptInfo); constant
/third_party/typescript/src/services/formatting/
Dformatting.ts131 const textRange: TextRange = { constant
/third_party/typescript/src/compiler/
Demitter.ts4273 const textRange: TextRange = { pos: -1, end: -1 }; constant
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts679 textRange: Range; // first and last character offsets for the line (derived from runs[]) property
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2083 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in onDrawContent()
/third_party/typescript/lib/
DtypingsInstaller.js118545 var textRange = { pos: -1, end: -1 }; variable
Dtsc.js98203 var textRange = { pos: -1, end: -1 }; variable