Searched defs:Paragraph (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.h8 * file name: Paragraph.h
33 class Paragraph class
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()
H A Dparagraph.cpp8 * file name: Paragraph.cpp
76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) function in class:Paragraph
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
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h8 * file name: Paragraph.h
33 class Paragraph class
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()
H A Dparagraph.cpp8 * file name: Paragraph.cpp
76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) function in class:Paragraph
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
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp165 ParagraphComment *&Paragraph) {
176 Paragraph = BCC->getParagraph();
190 ParagraphComment *&Paragraph) {
224 Paragraph = PCC->getParagraph();
236 ParagraphComment *&Paragraph) {
258 Paragraph = TPCC->getParagraph();
160 HasBlockCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, BlockCommandComment *&BCC, StringRef Name, ParagraphComment *&Paragraph) argument
181 HasParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, ParamCommandComment *&PCC, StringRef CommandName, ParamCommandComment::PassDirection Direction, bool IsDirectionExplicit, StringRef ParamName, ParagraphComment *&Paragraph) argument
229 HasTParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, TParamCommandComment *&TPCC, StringRef CommandName, StringRef ParamName, ParagraphComment *&Paragraph) argument
/external/clang/lib/AST/
H A DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); local
343 S.actOnParamCommandFinish(PC, Paragraph);
346 S.actOnTParamCommandFinish(TPC, Paragraph);
349 S.actOnBlockCommandFinish(BC, Paragraph);
381 ParagraphComment *Paragraph; local
383 Paragraph = S.actOnParagraphComment(None);
388 Paragraph = cast<ParagraphComment>(Block);
392 S.actOnParamCommandFinish(PC, Paragraph);
395 S.actOnTParamCommandFinish(TPC, Paragraph);
398 S.actOnBlockCommandFinish(BC, Paragraph);
[all...]
H A DCommentSema.cpp68 ParagraphComment *Paragraph) {
69 Command->setParagraph(Paragraph);
276 ParagraphComment *Paragraph) {
277 Command->setParagraph(Paragraph);
361 ParagraphComment *Paragraph) {
362 Command->setParagraph(Paragraph);
569 ParagraphComment *Paragraph = Command->getParagraph();
570 if (Paragraph->isWhitespace()) {
67 actOnBlockCommandFinish(BlockCommandComment *Command, ParagraphComment *Paragraph) argument
275 actOnParamCommandFinish(ParamCommandComment *Command, ParagraphComment *Paragraph) argument
360 actOnTParamCommandFinish(TParamCommandComment *Command, ParagraphComment *Paragraph) argument
/external/clang/include/clang/AST/
H A DComment.h614 /// Paragraph argument.
615 ParagraphComment *Paragraph; member in class:clang::comments::BlockCommandComment
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();
702 Paragraph
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1078 milliseconds