Home
last modified time | relevance | path

Searched refs:ParagraphLayout (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/layoutex/
Dplayout.cpp36 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns, in pl_create()
46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close()
55 return ParagraphLayout::isComplex(chars, count); in pl_isComplex()
61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel()
73 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection()
85 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent()
97 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent()
109 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getLeading()
121 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_reflow()
133 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_nextLine()
[all …]
DParagraphLayout.cpp276 const char ParagraphLayout::fgClassID = 0;
311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, in ParagraphLayout() function in ParagraphLayout
526 ParagraphLayout::~ParagraphLayout() in ~ParagraphLayout()
615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex()
633 le_int32 ParagraphLayout::getAscent() const in getAscent()
636 ((ParagraphLayout *) this)->computeMetrics(); in getAscent()
642 le_int32 ParagraphLayout::getDescent() const in getDescent()
645 ((ParagraphLayout *) this)->computeMetrics(); in getDescent()
651 le_int32 ParagraphLayout::getLeading() const in getLeading()
654 ((ParagraphLayout *) this)->computeMetrics(); in getLeading()
[all …]
DMakefile.in68 OBJECTS = ParagraphLayout.o \
75 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h…
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h51 class U_LAYOUTEX_API ParagraphLayout : public UObject
169 friend class ParagraphLayout; variable
396 ParagraphLayout(const LEUnicode chars[], le_int32 count,
410 ~ParagraphLayout();
579 ParagraphLayout() {}; in ParagraphLayout() function
580 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){}; in ParagraphLayout() function
581 inline ParagraphLayout &operator=(const ParagraphLayout & /*other*/) { return *this; };
648 inline UBiDiLevel ParagraphLayout::getParagraphLevel() in getParagraphLevel()
653 inline UBiDiDirection ParagraphLayout::getTextDirection() in getTextDirection()
658 inline void ParagraphLayout::reflow() in reflow()
[all …]
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph()
95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph()
106 ParagraphLayout *paragraphLayout = NULL; in Paragraph()
115 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph()
143 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph()
171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine()
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow); in addLine()
193 const ParagraphLayout::Line *line; in breakLines()
203 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines()
224 const ParagraphLayout::Line *line = fLines[li]; in draw()
[all …]
Dparagraph.h49 void addLine(const ParagraphLayout::Line *line);
51 ParagraphLayout **fParagraphLayout;
61 const ParagraphLayout::Line **fLines;
/external/icu/icu4c/source/test/letest/
Dletest.cpp756 ParagraphLayout *paragraphLayout; in GlyphToCharTest()
757 const ParagraphLayout::Line *line; in GlyphToCharTest()
886 …paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, sta… in GlyphToCharTest()
897 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt124 ParagraphLayout.h
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1673 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
1855 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
1956 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…