Searched refs:TextLine (Results 1 – 5 of 5) sorted by relevance
567 struct TextLine { struct574 static TextLine textLine_[MAX_LINE_COUNT]; argument582 uint16_t& letterIndex, SpannableString* spannableString, TextLine& textLine);621 TextLine preIndexLine_;
12 - [TextLine](#textline):以行为单位的段落文本的载体,由段落类调用[getTextLines()](#gettextlines)接口获取。1067 getTextLines(): Array\<TextLine>1077 | Array\<[TextLine](#textline)> | 文本行载体数组。|1598 ## TextLine section1602 下列API示例中都需先使用[Paragraph](#paragraph)类的[getTextLines()](#gettextlines)接口获取到TextLine对象实例,再通过此实例调用对应方法。1768 下列API示例中都需先使用[TextLine](#textline)类的[getGlyphRuns()](#getglyphruns)接口获取到Run对象实例,再通过此实例调用对应方法。
26 Text::TextLine Text::textLine_[MAX_LINE_COUNT] = {{0}};472 … uint16_t& letterIndex, SpannableString* spannableString, TextLine& textLine) in GetTextLine()
184 "//third_party/skia/modules/skparagraph/src/TextLine.cpp",
12 - [TextLine](#textline): carrier of the paragraph text in lines. It is obtained by calling [getText…13 …t typesetting. It is obtained by calling [getGlyphRuns()](#getglyphruns) in the **TextLine** class.1070 getTextLines(): Array\<TextLine>1080 | Array\<[TextLine](#textline)> | Array of text lines.|1601 ## TextLine section1605 …tTextLines ()](#gettextlines) of the [Paragraph](#paragraph) class to create a **TextLine** object.1771 …he following APIs, you must use [getGlyphRuns()](#getglyphruns) of the [TextLine](#textline) class…