| /third_party/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 174 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 177 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint() 187 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 190 …[textCanvas, x, y, &bounds, this](TextRange textRange, const TextStyle& style, const ClipContext& … in paint() 210 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() 213 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint() 229 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated() 236 [this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in ensureTextBlobCachePopulated() 271 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles() 274 [visitor](TextRange textRange, const TextStyle& style, const ClipContext& context) { in scanStyles() [all …]
|
| D | OneLineShaper.cpp | 427 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles() 570 TextRange textRange(start, end); in iterateThroughShapingRegions() local 631 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape() 751 TextRange textRange(normalizeTextRange(glyphs)); in clusteredText() local
|
| D | Run.h | 108 TextRange textRange() const { return fTextRange; } in textRange() function 283 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() 314 TextRange textRange() const { return fTextRange; } in textRange() function
|
| D | ParagraphImpl.cpp | 615 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 816 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
|
| /third_party/flutter/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 104 [this, textCanvas](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint() 112 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint() 119 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint() 126 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint() 168 style, [this, visitor](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in scanStyles() 185 SkScalar TextLine::paintText(SkCanvas* canvas, TextRange textRange, const TextStyle& style, in paintText() 211 SkScalar TextLine::paintBackground(SkCanvas* canvas, TextRange textRange, in paintBackground() 223 SkScalar TextLine::paintShadow(SkCanvas* canvas, TextRange textRange, const TextStyle& style, in paintShadow() argument 259 SkScalar TextLine::paintDecorations(SkCanvas* canvas, TextRange textRange, in paintDecorations() 530 …TextRange textRange, Run* run, size_t& pos, size_t& size, bool includeGhostSpaces, bool& clippingN… in measureTextInsideOneRun() [all …]
|
| D | Run.h | 105 TextRange textRange() { return fTextRange; } in textRange() function 221 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() 251 TextRange textRange() const { return fTextRange; } in textRange() function
|
| D | FontResolver.cpp | 40 void FontResolver::findAllFontsForStyledBlock(const TextStyle& style, TextRange textRange) { in findAllFontsForStyledBlock()
|
| D | ParagraphImpl.cpp | 491 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks() 820 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/typescript/src/server/ |
| D | session.ts | 2110 let textRange: TextRange | undefined; variable 2365 const textRange = this.getRange(args, scriptInfo); constant 2381 const textRange = this.getRange(args, scriptInfo); constant 2397 const textRange = this.getRange(args, scriptInfo); constant 2413 const textRange = this.getRange(args, scriptInfo); constant
|
| /third_party/skia/modules/skparagraph/tests/ |
| D | SkParagraphTest.cpp | 228 … (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 1010 …[reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& conte… in UNIX_ONLY_TEST() 1100 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 1127 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 1173 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 1219 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 2159 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 2252 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 3672 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() 3679 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST() [all …]
|
| /third_party/typescript/src/services/formatting/ |
| D | formatting.ts | 131 const textRange: TextRange = { 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/flutter/skia/tests/ |
| D | SkParagraphTest.cpp | 1057 [&index, reporter](TextRange textRange, TextStyle style, SkScalar) { in DEF_TEST()
|
| /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 | typescriptServices.js | 133545 var textRange = { variable 150702 function getLinesForRange(sourceFile, textRange) { argument 150709 function toggleLineComment(fileName, textRange, insertComment) { argument 150766 function toggleMultilineComment(fileName, textRange, insertComment, isInsideJsx) { argument 150874 function commentSelection(fileName, textRange) { argument 150882 function uncommentSelection(fileName, textRange) { argument 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { argument 152520 … LanguageServiceShimObject.prototype.toggleMultilineComment = function (fileName, textRange) { argument 152524 LanguageServiceShimObject.prototype.commentSelection = function (fileName, textRange) { argument 152528 LanguageServiceShimObject.prototype.uncommentSelection = function (fileName, textRange) { argument
|
| D | typescript.js | 133545 var textRange = { variable 150702 function getLinesForRange(sourceFile, textRange) { argument 150709 function toggleLineComment(fileName, textRange, insertComment) { argument 150766 function toggleMultilineComment(fileName, textRange, insertComment, isInsideJsx) { argument 150874 function commentSelection(fileName, textRange) { argument 150882 function uncommentSelection(fileName, textRange) { argument 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { argument 152520 … LanguageServiceShimObject.prototype.toggleMultilineComment = function (fileName, textRange) { argument 152524 LanguageServiceShimObject.prototype.commentSelection = function (fileName, textRange) { argument 152528 LanguageServiceShimObject.prototype.uncommentSelection = function (fileName, textRange) { argument
|
| D | tsserverlibrary.js | 133545 var textRange = { variable 150702 function getLinesForRange(sourceFile, textRange) { argument 150709 function toggleLineComment(fileName, textRange, insertComment) { argument 150766 function toggleMultilineComment(fileName, textRange, insertComment, isInsideJsx) { argument 150874 function commentSelection(fileName, textRange) { argument 150882 function uncommentSelection(fileName, textRange) { argument 152516 LanguageServiceShimObject.prototype.toggleLineComment = function (fileName, textRange) { argument 152520 … LanguageServiceShimObject.prototype.toggleMultilineComment = function (fileName, textRange) { argument 152524 LanguageServiceShimObject.prototype.commentSelection = function (fileName, textRange) { argument 152528 LanguageServiceShimObject.prototype.uncommentSelection = function (fileName, textRange) { argument
|