Searched refs:ParagraphLayout (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/layoutex/
H A Dplayout.cpp19 #include "layout/ParagraphLayout.h"
36 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns,
46 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
55 return ParagraphLayout::isComplex(chars, count);
61 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
73 ParagraphLayout *pl = (ParagraphLayout *) paragrap
[all...]
H A DParagraphLayout.cpp27 #include "layout/ParagraphLayout.h"
276 const char ParagraphLayout::fgClassID = 0;
311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, function in class:ParagraphLayout
523 ParagraphLayout::~ParagraphLayout()
612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
630 le_int32 ParagraphLayout::getAscent() const
633 ((ParagraphLayout *) this)->computeMetrics();
639 le_int32 ParagraphLayout
[all...]
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h18 * ParagraphLayout doesn't make much sense without
35 * ParagraphLayout.
37 * The <code>ParagraphLayout</code> object will analyze the text into runs of text in the
44 class U_LAYOUTEX_API ParagraphLayout : public UObject class in inherits:UObject
50 * This class represents a single line of text in a <code>ParagraphLayout</code>. They
51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
52 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
55 * @see ParagraphLayout
56 * @see ParagraphLayout::VisualRun
65 * created by <code>ParagraphLayout</cod
572 ParagraphLayout() {}; function in class:ParagraphLayout
573 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){}; function in class:ParagraphLayout
[all...]
/external/icu4c/samples/layout/
H A Dparagraph.h20 #include "layout/ParagraphLayout.h"
49 void addLine(const ParagraphLayout::Line *line);
51 ParagraphLayout **fParagraphLayout;
61 const ParagraphLayout::Line **fLines;
H A Dparagraph.cpp19 #include "layout/ParagraphLayout.h"
94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax);
106 ParagraphLayout *paragraphLayout = NULL;
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
143 fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraphGrow);
171 void Paragraph::addLine(const ParagraphLayout::Line *line)
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow);
193 const ParagraphLayout::Line *line;
203 ParagraphLayout *paragraphLayou
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.cpp26 #include "layout/ParagraphLayout.h"
746 * for ParagraphLayout.
753 ParagraphLayout *paragraphLayout;
754 const ParagraphLayout::Line *line;
883 paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, status);
894 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run);
/external/icu4c/test/letest/
H A Dletest.cpp26 #include "layout/ParagraphLayout.h"
746 * for ParagraphLayout.
753 ParagraphLayout *paragraphLayout;
754 const ParagraphLayout::Line *line;
883 paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, status);
894 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2065 #define ParagraphLayout U_ICU_ENTRY_POINT_RENAME(ParagraphLayout) macro

Completed in 141 milliseconds