Home
last modified time | relevance | path

Searched refs:Paragraph (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DMarkupTests.cpp21 return Paragraph().appendText(Text.str()).asMarkdown(); in escape()
109 Paragraph P = Paragraph(); in TEST()
114 P = Paragraph(); in TEST()
121 P = Paragraph(); in TEST()
124 P = Paragraph(); in TEST()
127 P = Paragraph(); in TEST()
154 TEST(Paragraph, Chunks) { in TEST() argument
155 Paragraph P = Paragraph(); in TEST()
165 TEST(Paragraph, SeparationOfChunks) { in TEST() argument
169 Paragraph P; in TEST()
[all …]
/external/icu/icu4c/source/samples/layout/
Dparagraph.h39 class Paragraph
42Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &stat…
44 ~Paragraph();
52 …static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *g…
77 inline le_int32 Paragraph::getLineHeight() in getLineHeight()
82 inline le_int32 Paragraph::getLineCount() in getLineCount()
87 inline le_int32 Paragraph::getAscent() in getAscent()
Dparagraph.cpp82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorC… in Paragraph() function in Paragraph
167 Paragraph::~Paragraph() in ~Paragraph()
182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine()
192 void Paragraph::breakLines(le_int32 width, le_int32 height) in breakLines()
227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw()
263 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport… in paragraphFactory()
268 Paragraph *result = NULL; in paragraphFactory()
278 result = new Paragraph(text, charCount, &fontRuns, status); in paragraphFactory()
Dgnomelayout.cpp43 Paragraph *paragraph;
96 Paragraph *newPara; in openOK()
100 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport); in openOK()
242 context->paragraph = Paragraph::paragraphFactory(fileName, font, guiSupport); in newSample()
Dlayout.cpp38 Paragraph *paragraph;
154 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc()
301 Paragraph *newParagraph = Paragraph::paragraphFactory(szFileName, font, guiSupport); in WndProc()
/external/llvm-project/clang-tools-extra/clangd/support/
DMarkup.h43 class Paragraph : public Block {
50 Paragraph &appendText(llvm::StringRef Text);
54 Paragraph &appendCode(llvm::StringRef Code, bool Preserve = false);
58 Paragraph &appendSpace();
105 Paragraph &addParagraph();
113 Paragraph &addHeading(size_t Level);
DMarkup.cpp318 class Heading : public Paragraph {
323 Paragraph::renderMarkdown(OS); in renderMarkdown()
346 void Paragraph::renderMarkdown(llvm::raw_ostream &OS) const { in renderMarkdown()
369 std::unique_ptr<Block> Paragraph::clone() const { in clone()
370 return std::make_unique<Paragraph>(*this); in clone()
384 void Paragraph::renderPlainText(llvm::raw_ostream &OS) const { in renderPlainText()
416 Paragraph &Paragraph::appendSpace() { in appendSpace()
422 Paragraph &Paragraph::appendText(llvm::StringRef Text) { in appendText()
435 Paragraph &Paragraph::appendCode(llvm::StringRef Code, bool Preserve) { in appendCode()
472 Paragraph &Document::addParagraph() { in addParagraph()
[all …]
/external/markdown/tests/misc/
Dblockquote-below-paragraph.txt1 Paragraph
5 Paragraph
9 Paragraph one
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp278 Float32Array GetRectsForRange(para::Paragraph& self, in GetRectsForRange()
287 Float32Array GetRectsForPlaceholders(para::Paragraph& self) { in GetRectsForPlaceholders()
292 JSArray GetLineMetrics(para::Paragraph& self) { in GetLineMetrics()
318 JSArray GetShapedLines(para::Paragraph& self) { in GetShapedLines()
340 self.visit([&](int lineNumber, const para::Paragraph::VisitorInfo* info) { in GetShapedLines()
413 EMSCRIPTEN_BINDINGS(Paragraph) { in EMSCRIPTEN_BINDINGS() argument
415 class_<para::Paragraph>("Paragraph") in EMSCRIPTEN_BINDINGS()
416 .function("didExceedMaxLines", &para::Paragraph::didExceedMaxLines) in EMSCRIPTEN_BINDINGS()
417 .function("getAlphabeticBaseline", &para::Paragraph::getAlphabeticBaseline) in EMSCRIPTEN_BINDINGS()
418 .function("getGlyphPositionAtCoordinate", &para::Paragraph::getGlyphPositionAtCoordinate) in EMSCRIPTEN_BINDINGS()
[all …]
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak_unittest.cpp49 EXPECT_EQ(CFX_BreakType::Paragraph, rtf_break->AppendChar(L'\n')); in TEST_F()
62 rtf_break->EndBreak(CFX_BreakType::Paragraph); in TEST_F()
72 EXPECT_EQ(CFX_BreakType::Paragraph, in TEST_F()
74 EXPECT_EQ(CFX_BreakType::Paragraph, rtf_break->AppendChar(L'\n')); in TEST_F()
/external/markdown/tests/markdown-test/
Dinline-html-comments.txt1 Paragraph one.
9 Paragraph two.
/external/markdown/MarkdownTest/Tests_2007/
DInline HTML comments.text1 Paragraph one.
9 Paragraph two.
/external/markdown/tests/safe_mode/
Dinline-html-comments.txt1 Paragraph one.
9 Paragraph two.
/external/markdown/MarkdownTest/Tests_2004/
DInline HTML comments.text1 Paragraph one.
9 Paragraph two.
/external/skia/modules/skparagraph/include/
DParagraph.h15 class Paragraph {
18 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts);
20 virtual ~Paragraph() = default;
/external/dokka/core/testdata/format/
DjavadocHtml.md9 Paragraph
21 | [&lt;init&gt;](-init-.md) | `C()`<br>**Bold** **Strong** *Italic* *Emphasized* <br>Paragraph ~~St…
/external/llvm-project/clang/lib/AST/
DCommentParser.cpp340 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand() local
342 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand()
345 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand()
348 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
380 ParagraphComment *Paragraph; in parseBlockCommand() local
382 Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()
387 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
391 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand()
394 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand()
397 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
/external/clang/lib/AST/
DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand() local
343 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand()
346 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand()
349 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
381 ParagraphComment *Paragraph; in parseBlockCommand() local
383 Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()
388 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
392 S.actOnParamCommandFinish(PC, Paragraph); in parseBlockCommand()
395 S.actOnTParamCommandFinish(TPC, Paragraph); in parseBlockCommand()
398 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp37 std::unique_ptr<skia::textlayout::Paragraph> fPara;
96 void drawFromVisitor(SkCanvas* canvas, skia::textlayout::Paragraph* para) const { in drawFromVisitor()
103 para->visit([&](int, const skia::textlayout::Paragraph::VisitorInfo* info) { in drawFromVisitor()
/external/llvm-project/clang/include/clang/AST/
DComment.h611 ParagraphComment *Paragraph; variable
619 Paragraph(nullptr) { in BlockCommandComment()
631 Paragraph(nullptr) { in BlockCommandComment()
643 return reinterpret_cast<child_iterator>(&Paragraph); in child_begin()
647 return reinterpret_cast<child_iterator>(&Paragraph + 1); in child_end()
690 return Paragraph; in getParagraph()
694 return Paragraph && !Paragraph->isWhitespace(); in hasNonWhitespaceParagraph()
698 Paragraph = PC; in setParagraph()
DCommentSema.h98 ParagraphComment *Paragraph);
116 ParagraphComment *Paragraph);
129 ParagraphComment *Paragraph);
/external/clang/include/clang/AST/
DComment.h617 ParagraphComment *Paragraph; variable
625 Paragraph(nullptr) { in BlockCommandComment()
637 Paragraph(nullptr) { in BlockCommandComment()
649 return reinterpret_cast<child_iterator>(&Paragraph); in child_begin()
653 return reinterpret_cast<child_iterator>(&Paragraph + 1); in child_end()
696 return Paragraph; in getParagraph()
700 return Paragraph && !Paragraph->isWhitespace(); in hasNonWhitespaceParagraph()
704 Paragraph = PC; in setParagraph()
DCommentSema.h99 ParagraphComment *Paragraph);
117 ParagraphComment *Paragraph);
130 ParagraphComment *Paragraph);
/external/pdfium/xfa/fde/
Dcfde_textout.cpp225 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in CalcLogicSize()
261 if (dwBreakStatus == CFX_BreakType::Paragraph) in RetrieveLineWidth()
342 (m_Styles.line_wrap_ || dwBreakStatus == CFX_BreakType::Paragraph || in LoadText()
356 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in LoadText()
414 dwBreakStatus == CFX_BreakType::Paragraph; in RetrievePieces()
477 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in ReloadLinePiece()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-raw-string-literal.rst14 const char *const Paragraph{"Line one.\nLine two.\nLine three.\n"};
27 const char *const Paragraph{"Line one.\nLine two.\nLine three.\n"};

1234