Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
Dplayout.cpp38 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns, in pl_create()
48 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close()
57 return ParagraphLayout::isComplex(chars, count); in pl_isComplex()
63 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel()
75 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection()
87 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent()
99 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent()
111 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getLeading()
123 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_reflow()
135 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_nextLine()
[all …]
DParagraphLayout.cpp278 const char ParagraphLayout::fgClassID = 0;
313 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, in ParagraphLayout() function in ParagraphLayout
528 ParagraphLayout::~ParagraphLayout() in ~ParagraphLayout()
617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex()
635 le_int32 ParagraphLayout::getAscent() const in getAscent()
638 ((ParagraphLayout *) this)->computeMetrics(); in getAscent()
644 le_int32 ParagraphLayout::getDescent() const in getDescent()
647 ((ParagraphLayout *) this)->computeMetrics(); in getDescent()
653 le_int32 ParagraphLayout::getLeading() const in getLeading()
656 ((ParagraphLayout *) this)->computeMetrics(); in getLeading()
[all …]
DMakefile.in70 OBJECTS = ParagraphLayout.o \
77 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.cpp100 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph()
101 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph()
112 ParagraphLayout *paragraphLayout = NULL; in Paragraph()
121 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph()
150 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph()
182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine()
185 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow); in addLine()
204 const ParagraphLayout::Line *line; in breakLines()
214 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines()
235 const ParagraphLayout::Line *line = fLines[li]; in draw()
[all …]
Dparagraph.h55 void addLine(const ParagraphLayout::Line *line);
57 ParagraphLayout **fParagraphLayout;
67 const ParagraphLayout::Line **fLines;
/external/icu/icu4c/source/test/letest/
Dletest.cpp758 ParagraphLayout *paragraphLayout; in GlyphToCharTest()
759 const ParagraphLayout::Line *line; in GlyphToCharTest()
888 …paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, sta… in GlyphToCharTest()
899 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt135 ParagraphLayout.h
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3378 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
3560 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
3661 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…