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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/clang/lib/AST/
CommentParser.cpp 341 ParagraphComment *Paragraph = S.actOnParagraphComment(None);
343 S.actOnParamCommandFinish(PC, Paragraph);
346 S.actOnTParamCommandFinish(TPC, Paragraph);
349 S.actOnBlockCommandFinish(BC, Paragraph);
369 // If there's a block command ahead, we will attach an empty paragraph to
381 ParagraphComment *Paragraph;
383 Paragraph = S.actOnParagraphComment(None);
387 // paragraph.
388 Paragraph = cast<ParagraphComment>(Block);
392 S.actOnParamCommandFinish(PC, Paragraph);
    [all...]
  /external/clang/include/clang/AST/
Comment.h 549 /// A single paragraph that contains inline content.
598 /// arguments depends on command name) and a paragraph as an argument
614 /// Paragraph argument.
615 ParagraphComment *Paragraph;
623 Paragraph(nullptr) {
635 Paragraph(nullptr) {
647 return reinterpret_cast<child_iterator>(&Paragraph);
651 return reinterpret_cast<child_iterator>(&Paragraph + 1);
694 return Paragraph;
698 return Paragraph && !Paragraph->isWhitespace()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 152 milliseconds