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 8 * paragraphLayout doesn't make much sense without
19 #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 *) paragraph
    [all...]
ParagraphLayout.cpp 9 * paragraphLayout doesn't make much sense without
27 #include "layout/ParagraphLayout.h"
276 const char ParagraphLayout::fgClassID = 0;
311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count,
526 ParagraphLayout::~ParagraphLayout()
615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
633 le_int32 ParagraphLayout::getAscent() const
636 ((ParagraphLayout *) this)->computeMetrics()
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 18 * 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
51 class U_LAYOUTEX_API ParagraphLayout : public UObject
57 * This class represents a single line of text in a <code>ParagraphLayout</code>. They
58 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
59 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
62 * @see ParagraphLayout
63 * @see ParagraphLayout::VisualRun
72 * created by <code>ParagraphLayout</code>. However, it is th
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.h 20 #include "layout/ParagraphLayout.h"
49 void addLine(const ParagraphLayout::Line *line);
51 ParagraphLayout **fParagraphLayout;
61 const ParagraphLayout::Line **fLines;
paragraph.cpp 19 #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);
118 delete paragraphLayout;
123 fParagraphLevel = paragraphLayout->getParagraphLevel();
126 pAscent = paragraphLayout->getAscent()
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp 26 #include "layout/ParagraphLayout.h"
748 * for ParagraphLayout.
756 ParagraphLayout *paragraphLayout;
757 const ParagraphLayout::Line *line;
    [all...]

Completed in 531 milliseconds