HomeSort by relevance Sort by last modified time
    Searched refs:ParagraphLayout (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/layoutex/
playout.cpp 10 * paragraphLayout doesn't make much sense without
21 #include "layout/ParagraphLayout.h"
38 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns,
48 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
57 return ParagraphLayout::isComplex(chars, count);
63 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
75 ParagraphLayout *pl = (ParagraphLayout *) paragraph
    [all...]
ParagraphLayout.cpp 11 * paragraphLayout doesn't make much sense without
29 #include "layout/ParagraphLayout.h"
278 const char ParagraphLayout::fgClassID = 0;
313 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count,
528 ParagraphLayout::~ParagraphLayout()
617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
635 le_int32 ParagraphLayout::getAscent() const
638 ((ParagraphLayout *) this)->computeMetrics()
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 20 * ParagraphLayout doesn't make much sense without
37 * ParagraphLayout.
39 * The <code>ParagraphLayout</code> object will analyze the text into runs of text in the
53 class U_LAYOUTEX_API ParagraphLayout : public UObject
59 * This class represents a single line of text in a <code>ParagraphLayout</code>. They
60 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
61 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
64 * @see ParagraphLayout
65 * @see ParagraphLayout::VisualRun
74 * created by <code>ParagraphLayout</code>. However, it is th
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.h 26 #include "layout/ParagraphLayout.h"
55 void addLine(const ParagraphLayout::Line *line);
57 ParagraphLayout **fParagraphLayout;
67 const ParagraphLayout::Line **fLines;
paragraph.cpp 25 #include "layout/ParagraphLayout.h"
100 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
101 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax);
112 ParagraphLayout *paragraphLayout = NULL;
121 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
124 delete paragraphLayout;
129 fParagraphLevel = paragraphLayout->getParagraphLevel();
132 pAscent = paragraphLayout->getAscent()
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp 28 #include "layout/ParagraphLayout.h"
750 * for ParagraphLayout.
758 ParagraphLayout *paragraphLayout;
759 const ParagraphLayout::Line *line;
    [all...]

Completed in 288 milliseconds