Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.cpp183 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
186 … [painter, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
196 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
200 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
216 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
220 (TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
281 [this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in ensureTextBlobCachePopulated()
319 const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in scanStyles()
341 void TextLine::buildTextBlob(TextRange textRange, const TextStyle& style, const ClipContext& contex… in buildTextBlob()
392 TextRange textRange, in paintBackground()
[all …]
DOneLineShaper.cpp358 void OneLineShaper::iterateThroughFontStyles(TextRange textRange, in iterateThroughFontStyles()
526 TextRange textRange(start, end); in iterateThroughShapingRegions() local
594 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape()
728 TextRange textRange(normalizeTextRange(glyphs)); in clusteredText() local
DRun.h108 TextRange textRange() const { return fTextRange; } in textRange() function
289 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster()
322 TextRange textRange() const { return fTextRange; } in textRange() function
DParagraphImpl.cpp551 auto textRange = TextRange(0, this->text().size()); in breakShapedTextIntoLines() local
681 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in findAllBlocks()
882 SkSpan<const char> ParagraphImpl::text(TextRange textRange) { in text()
/external/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.cpp83 bool FontResolvedText::resolveChain(UnicodeText* unicodeText, TextRange textRange, const FontChain&… in resolveChain()
533 SkSpan<TextIndex> WrappedText::limitBlocks(TextRange textRange, SkSpan<TextIndex> blocks) { in limitBlocks()
854 TextRange textRange = EMPTY_RANGE; in glyphsToText() local
DPaint.cpp90 DecoratedBlock Paint::findDecoratedBlock(TextRange textRange) { in findDecoratedBlock()
/external/skia/experimental/sktext/include/
DInterface.h75TextRange textRange, // Currently we make sure that the run edges are the grapheme cluster … in onGlyphRun()
DTypes.h207 TextRange textRange; member
DText.h58 void forEachGrapheme(TextRange textRange, Callback&& callback) { in forEachGrapheme()
/external/skia/experimental/sktext/editor/
DEditor.cpp155 TextRange textRange = position.fTextRange; in deleteElement() local
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp413 … (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1195 …[reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& conte… in UNIX_ONLY_TEST()
1285 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1312 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1358 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1404 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
2350 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
2443 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
3863 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
3870 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dslides.v1.json665 "textRange": { object
1212 "textRange": { object
1261 "textRange": { object
4247 "textRange": { object
4464 "textRange": { object
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts758 textRange: Range; // first and last character offsets for the line (derived from runs[]) property
/external/skia/modules/skparagraph/slides/
DParagraphSlide.cpp1907 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in draw()