Lines Matching refs:ParagraphLayout
276 const char ParagraphLayout::fgClassID = 0;
311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, in ParagraphLayout() function in ParagraphLayout
526 ParagraphLayout::~ParagraphLayout() in ~ParagraphLayout()
615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex()
633 le_int32 ParagraphLayout::getAscent() const in getAscent()
636 ((ParagraphLayout *) this)->computeMetrics(); in getAscent()
642 le_int32 ParagraphLayout::getDescent() const in getDescent()
645 ((ParagraphLayout *) this)->computeMetrics(); in getDescent()
651 le_int32 ParagraphLayout::getLeading() const in getLeading()
654 ((ParagraphLayout *) this)->computeMetrics(); in getLeading()
660 le_bool ParagraphLayout::isDone() const in isDone()
665 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine()
707 void ParagraphLayout::computeLevels(UBiDiLevel paragraphLevel) in computeLevels()
750 void ParagraphLayout::computeScripts() in computeScripts()
768 void ParagraphLayout::computeLocales() in computeLocales()
779 void ParagraphLayout::computeSubFonts(const FontRuns *fontRuns, LEErrorCode &status) in computeSubFonts()
824 void ParagraphLayout::computeMetrics() in computeMetrics()
943 le_int32 ParagraphLayout::getLanguageCode(const Locale *locale) in getLanguageCode()
967 le_int32 ParagraphLayout::getLanguageCode(const Locale *locale) in getLanguageCode()
973 le_bool ParagraphLayout::isComplex(UScriptCode script) in isComplex()
982 le_int32 ParagraphLayout::previousBreak(le_int32 charIndex) in previousBreak()
1009 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns() in computeVisualRuns()
1050 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_i… in appendRun()
1135 le_int32 ParagraphLayout::getCharRun(le_int32 charIndex) in getCharRun()
1155 const char ParagraphLayout::Line::fgClassID = 0;
1160 ParagraphLayout::Line::~Line() in ~Line()
1171 le_int32 ParagraphLayout::Line::getAscent() const in getAscent()
1174 ((ParagraphLayout::Line *)this)->computeMetrics(); in getAscent()
1180 le_int32 ParagraphLayout::Line::getDescent() const in getDescent()
1183 ((ParagraphLayout::Line *)this)->computeMetrics(); in getDescent()
1189 le_int32 ParagraphLayout::Line::getLeading() const in getLeading()
1192 ((ParagraphLayout::Line *)this)->computeMetrics(); in getLeading()
1198 le_int32 ParagraphLayout::Line::getWidth() const in getWidth()
1212 const ParagraphLayout::VisualRun *ParagraphLayout::Line::getVisualRun(le_int32 runIndex) const in getVisualRun()
1221 void ParagraphLayout::Line::append(const LEFontInstance *font, UBiDiDirection direction, le_int32 g… in append()
1227 fRuns = LE_NEW_ARRAY(ParagraphLayout::VisualRun *, fRunCapacity); in append()
1230 fRuns = (ParagraphLayout::VisualRun **) LE_GROW_ARRAY(fRuns, fRunCapacity); in append()
1234 …fRuns[fRunCount++] = new ParagraphLayout::VisualRun(font, direction, glyphCount, glyphs, positions… in append()
1237 void ParagraphLayout::Line::computeMetrics() in computeMetrics()
1267 const char ParagraphLayout::VisualRun::fgClassID = 0;
1269 ParagraphLayout::VisualRun::~VisualRun() in ~VisualRun()