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

  /external/icu4c/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,
523 ParagraphLayout::~ParagraphLayout()
612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
630 le_int32 ParagraphLayout::getAscent() const
633 ((ParagraphLayout *) this)->computeMetrics()
    [all...]
  /external/icu4c/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
44 class U_LAYOUTEX_API ParagraphLayout : public 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</code>. However, it is th
    [all...]
  /external/icu4c/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);
122 fParagraphLevel = paragraphLayout->getParagraphLevel();
125 pAscent = paragraphLayout->getAscent();
126 pDescent = paragraphLayout->getDescent()
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp 26 #include "layout/ParagraphLayout.h"
746 * for ParagraphLayout.
753 ParagraphLayout *paragraphLayout;
754 const ParagraphLayout::Line *line;
    [all...]
  /external/icu4c/test/letest/
letest.cpp 26 #include "layout/ParagraphLayout.h"
746 * for ParagraphLayout.
753 ParagraphLayout *paragraphLayout;
754 const ParagraphLayout::Line *line;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 230 milliseconds