Searched defs:ParagraphLayout (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp29 #include "layout/ParagraphLayout.h"
278 const char ParagraphLayout::fgClassID = 0;
313 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, function in class:ParagraphLayout
528 ParagraphLayout::~ParagraphLayout()
617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
635 le_int32 ParagraphLayout::getAscent() const
638 ((ParagraphLayout *) this)->computeMetrics();
644 le_int32 ParagraphLayout
[all...]
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h20 * 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 class in inherits: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</cod
581 ParagraphLayout() {}; function in class:ParagraphLayout
582 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){}; function in class:ParagraphLayout
[all...]

Completed in 94 milliseconds