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

  /external/icu/icu4c/source/layoutex/
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...]

Completed in 54 milliseconds