| /external/skia/modules/skparagraph/src/ | 
| D | TextLine.cpp | 183 …        (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 …]
 
 | 
| D | OneLineShaper.cpp | 358 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
 
 | 
| D | Run.h | 108     TextRange textRange() const { return fTextRange; }  in textRange()  function289     Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { }  in Cluster()
 322     TextRange textRange() const { return fTextRange; }  in textRange()  function
 
 | 
| D | ParagraphImpl.cpp | 551         auto textRange = TextRange(0, this->text().size());  in breakShapedTextIntoLines()  local681 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) {  in findAllBlocks()
 882 SkSpan<const char> ParagraphImpl::text(TextRange textRange) {  in text()
 
 | 
| /external/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 | 83 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
 
 | 
| D | Paint.cpp | 90     DecoratedBlock Paint::findDecoratedBlock(TextRange textRange) {  in findDecoratedBlock()
 | 
| /external/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 | 207     TextRange textRange;  member
 | 
| D | Text.h | 58     void forEachGrapheme(TextRange textRange, Callback&& callback) {  in forEachGrapheme()
 | 
| /external/skia/experimental/sktext/editor/ | 
| D | Editor.cpp | 155     TextRange textRange = position.fTextRange;  in deleteElement()  local
 | 
| /external/skia/modules/skparagraph/tests/ | 
| D | SkParagraphTest.cpp | 413 …              (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/ | 
| D | slides.v1.json | 665         "textRange": {  object1212         "textRange": {  object
 1261         "textRange": {  object
 4247         "textRange": {  object
 4464         "textRange": {  object
 
 | 
| /external/skia/modules/canvaskit/npm_build/types/ | 
| D | index.d.ts | 758     textRange: Range;   // first and last character offsets for the line (derived from runs[])  property
 | 
| /external/skia/modules/skparagraph/slides/ | 
| D | ParagraphSlide.cpp | 1907                     [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) {  in draw()
 |