| /third_party/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 188 (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 …]
|
| D | OneLineShaper.cpp | 362 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
|
| D | Run.h | 116 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
|
| D | ParagraphImpl.cpp | 123 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/ |
| D | Line.h | 94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch() 155 TextRange textRange() const { return fTextRange; } in textRange() function
|
| D | VisualRun.h | 14 …VisualRun(TextRange textRange, GlyphIndex trailingSpacesStart, const SkFont& font, SkScalar lineBa… in VisualRun()
|
| D | Text.cpp | 100 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
|
| D | Paint.cpp | 90 DecoratedBlock Paint::findDecoratedBlock(TextRange textRange) { in findDecoratedBlock()
|
| /third_party/skia/experimental/sktext/include/ |
| D | Interface.h | 75 …TextRange textRange, // Currently we make sure that the run edges are the grapheme cluster … in onGlyphRun()
|
| D | Types.h | 216 TextRange textRange; member
|
| D | Text.h | 58 void forEachGrapheme(TextRange textRange, Callback&& callback) { in forEachGrapheme()
|
| /third_party/skia/experimental/sktext/editor/ |
| D | Editor.cpp | 155 TextRange textRange = position.fTextRange; in deleteElement() local
|
| /third_party/skia/modules/skparagraph/tests/ |
| D | SkParagraphTest.cpp | 234 … (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/ |
| D | session.ts | 2478 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/ |
| D | formatting.ts | 131 const textRange: TextRange = { constant
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 4273 const textRange: TextRange = { pos: -1, end: -1 }; constant
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 679 textRange: Range; // first and last character offsets for the line (derived from runs[]) property
|
| /third_party/skia/modules/skparagraph/samples/ |
| D | SampleParagraph.cpp | 2083 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in onDrawContent()
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 118545 var textRange = { pos: -1, end: -1 }; variable
|
| D | tsc.js | 98203 var textRange = { pos: -1, end: -1 }; variable
|