Lines Matching refs:ParagraphLayout

51 class U_LAYOUTEX_API ParagraphLayout : public UObject
169 friend class ParagraphLayout; variable
396 ParagraphLayout(const LEUnicode chars[], le_int32 count,
410 ~ParagraphLayout();
579 ParagraphLayout() {}; in ParagraphLayout() function
580 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){}; in ParagraphLayout() function
581 inline ParagraphLayout &operator=(const ParagraphLayout & /*other*/) { return *this; };
648 inline UBiDiLevel ParagraphLayout::getParagraphLevel() in getParagraphLevel()
653 inline UBiDiDirection ParagraphLayout::getTextDirection() in getTextDirection()
658 inline void ParagraphLayout::reflow() in reflow()
663 inline ParagraphLayout::Line::Line() in Line()
669 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line()
675 inline le_int32 ParagraphLayout::Line::countRuns() const in countRuns()
680 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const in getFont()
685 inline UBiDiDirection ParagraphLayout::VisualRun::getDirection() const in getDirection()
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount()
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs()
700 inline const float *ParagraphLayout::VisualRun::getPositions() const in getPositions()
705 inline const le_int32 *ParagraphLayout::VisualRun::getGlyphToCharMap() const in getGlyphToCharMap()
710 inline le_int32 ParagraphLayout::VisualRun::getAscent() const in getAscent()
715 inline le_int32 ParagraphLayout::VisualRun::getDescent() const in getDescent()
720 inline le_int32 ParagraphLayout::VisualRun::getLeading() const in getLeading()
725 inline ParagraphLayout::VisualRun::VisualRun() in VisualRun()
731 inline ParagraphLayout::VisualRun::VisualRun(const VisualRun &/*other*/) in VisualRun()
737 inline ParagraphLayout::VisualRun::VisualRun(const LEFontInstance *font, UBiDiDirection direction, … in VisualRun()