HomeSort by relevance Sort by last modified time
    Searched refs:Paragraph (Results 1 - 6 of 6) 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...]
gnomelayout.cpp 24 #include "paragraph.h"
37 Paragraph *paragraph; member in struct:Context
90 Paragraph *newPara;
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
205 if (context->paragraph != NULL)
    [all...]
layout.cpp 17 #include "paragraph.h"
32 Paragraph *paragraph; member in struct:Context
54 if (context->paragraph != NULL) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
219 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 40 %the terms of Paragraph 1 above, provided that you also do the following:
61 %of it, under Paragraph 2) in object code or executable form under the terms
318 % @br forces paragraph break
    [all...]

Completed in 128 milliseconds