Home
last modified time | relevance | path

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

12

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp174 … (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 …]
DOneLineShaper.cpp427 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
DRun.h108 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
DParagraphImpl.cpp615 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
816 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp104 [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()
530TextRange textRange, Run* run, size_t& pos, size_t& size, bool includeGhostSpaces, bool& clippingN… in measureTextInsideOneRun()
[all …]
DRun.h105 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
DFontResolver.cpp40 void FontResolver::findAllFontsForStyledBlock(const TextStyle& style, TextRange textRange) { in findAllFontsForStyledBlock()
DParagraphImpl.cpp491 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
820 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/typescript/src/server/
Dsession.ts2110 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/
DSkParagraphTest.cpp228 … (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/
Dformatting.ts131 const textRange: TextRange = { 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/flutter/skia/tests/
DSkParagraphTest.cpp1057 [&index, reporter](TextRange textRange, TextStyle style, SkScalar) { in DEF_TEST()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2083 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in onDrawContent()
/third_party/typescript/lib/
DtypescriptServices.js133545 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
Dtypescript.js133545 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
Dtsserverlibrary.js133545 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

12