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

  /external/icu4c/samples/layout/
paragraph.h 8 * file name: Paragraph.h
33 class Paragraph
36 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
38 ~Paragraph();
46 static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport);
71 inline le_int32 Paragraph::getLineHeight()
76 inline le_int32 Paragraph::getLineCount()
81 inline le_int32 Paragraph::getAscent()
paragraph.cpp 8 * file name: Paragraph.cpp
23 #include "paragraph.h"
76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status)
160 Paragraph::~Paragraph()
171 void Paragraph::addLine(const ParagraphLayout::Line *line)
181 void Paragraph::breakLines(le_int32 width, le_int32 height)
216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)
252 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupp (…)
    [all...]

Completed in 18 milliseconds