Home | History | Annotate | Download | only in letest

Lines Matching refs:paragraphLayout

26 #include "layout/ParagraphLayout.h"
746 * for ParagraphLayout.
753 ParagraphLayout *paragraphLayout;
754 const ParagraphLayout::Line *line;
883 paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, status);
889 paragraphLayout->reflow();
890 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
894 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run);
953 delete paragraphLayout;