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

/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h14 * file name: Paragraph.h
39 class Paragraph class
42 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
44 ~Paragraph();
52 static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport);
77 inline le_int32 Paragraph::getLineHeight()
82 inline le_int32 Paragraph::getLineCount()
87 inline le_int32 Paragraph::getAscent()
H A Dparagraph.cpp14 * file name: Paragraph.cpp
82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) function in class:Paragraph
167 Paragraph::~Paragraph()
182 void Paragraph::addLine(const ParagraphLayout::Line *line)
192 void Paragraph::breakLines(le_int32 width, le_int32 height)
227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)
263 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);
359 ParagraphComment *Paragraph) {
360 Command->setParagraph(Paragraph);
567 ParagraphComment *Paragraph = Command->getParagraph();
568 if (Paragraph->isWhitespace()) {
67 actOnBlockCommandFinish(BlockCommandComment *Command, ParagraphComment *Paragraph) argument
275 actOnParamCommandFinish(ParamCommandComment *Command, ParagraphComment *Paragraph) argument
358 actOnTParamCommandFinish(TParamCommandComment *Command, ParagraphComment *Paragraph) argument
/external/pdfium/core/fxcrt/
H A Dfx_ucd.h30 FX_BIDICLASS_B = 13, // Paragraph Separator
170 enum class CFX_RTFBreakType { None = 0, Piece, Line, Paragraph, Page }; member in class:CFX_RTFBreakType
/external/clang/include/clang/AST/
H A DComment.h616 /// Paragraph argument.
617 ParagraphComment *Paragraph; member in class:clang::comments::BlockCommandComment
625 Paragraph(nullptr) {
637 Paragraph(nullptr) {
649 return reinterpret_cast<child_iterator>(&Paragraph);
653 return reinterpret_cast<child_iterator>(&Paragraph + 1);
696 return Paragraph;
700 return Paragraph && !Paragraph->isWhitespace();
704 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 382 milliseconds