Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp227 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
230 …[painter, x, y, run, this](TextRange textRange, const TextStyle& style, const ClipContext& context… in paint()
246 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
250 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
271 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
275 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
290 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
294 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
370 … [this](const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in prepareRoundRect()
373 [run, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in prepareRoundRect()
[all …]
DOneLineShaper.cpp473 BlockRange OneLineShaper::generateBlockRange(const Block& block, const TextRange& textRange) in generateBlockRange()
485 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles()
685 TextRange textRange(start, end); local
757 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de…
927 TextRange textRange(normalizeTextRange(glyphs)); local
DRun.h139 TextRange textRange() const { return fTextRange; } in textRange() function
414 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster()
452 TextRange textRange() const { return fTextRange; } in textRange() function
DParagraphImpl.cpp169 size_t textRange = 0; in GetLineFontMetrics() local
206 void ParagraphImpl::addUnresolvedCodepoints(TextRange textRange) { in GetLineFontMetrics()
1075 auto textRange = TextRange(0, this->text().size()); in GetLineFontMetrics() local
1239 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in GetLineFontMetrics()
1492 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in GetLineFontMetrics()
/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.ts4299 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.js118819 var textRange = { pos: -1, end: -1 }; variable
Dtsc.js98453 var textRange = { pos: -1, end: -1 }; variable