/external/icu4c/layoutex/ |
D | playout.cpp | 44 pl_close(pl_paragraph *paragraph) in pl_close() argument 46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close() 59 pl_getParagraphLevel(pl_paragraph *paragraph) in pl_getParagraphLevel() argument 61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel() 71 pl_getTextDirection(pl_paragraph *paragraph) in pl_getTextDirection() argument 73 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection() 83 pl_getAscent(const pl_paragraph *paragraph) in pl_getAscent() argument 85 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent() 95 pl_getDescent(const pl_paragraph *paragraph) in pl_getDescent() argument 97 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent() [all …]
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 32 Paragraph *paragraph; member 54 if (context->paragraph != NULL) { in InitParagraph() 58 context->paragraph->breakLines(context->width, context->height); in InitParagraph() 64 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 65 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc() 219 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 220 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc() 244 if (context->paragraph != NULL) { in WndProc() 250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc() [all …]
|
D | clayout.c | 31 pf_flow *paragraph; member 55 if (context->paragraph != NULL) { in InitParagraph() 59 pf_breakLines(context->paragraph, context->width, context->height); in InitParagraph() 65 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 66 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph() 150 context->paragraph = pf_factory("Sample.txt", font, guiSupport); in WndProc() 221 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 222 … ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); in WndProc() 246 if (context->paragraph != NULL) { in WndProc() 252 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc() [all …]
|
D | gnomelayout.cpp | 37 Paragraph *paragraph; member 100 if (context->paragraph != NULL) { in openOK() 101 delete context->paragraph; in openOK() 104 context->paragraph = newPara; in openOK() 108 context->paragraph->breakLines(context->width, context->height); in openOK() 205 if (context->paragraph != NULL) { in eventConfigure() 210 context->paragraph->breakLines(context->width, context->height); in eventConfigure() 219 if (context->paragraph != NULL) { in eventExpose() 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() [all …]
|
D | cgnomelayout.c | 25 pf_flow *paragraph; member 92 if (context->paragraph != NULL) { in openOK() 93 pf_close(context->paragraph); in openOK() 96 context->paragraph = newPara; in openOK() 100 pf_breakLines(context->paragraph, context->width, context->height); in openOK() 197 if (context->paragraph != NULL) { in eventConfigure() 202 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure() 211 if (context->paragraph != NULL) { in eventExpose() 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() [all …]
|
/external/icu4c/layoutex/layout/ |
D | playout.h | 116 pl_close(pl_paragraph *paragraph); 147 pl_getParagraphLevel(pl_paragraph *paragraph); 161 pl_getTextDirection(pl_paragraph *paragraph); 179 pl_getAscent(const pl_paragraph *paragraph); 192 pl_getDescent(const pl_paragraph *paragraph); 205 pl_getLeading(const pl_paragraph *paragraph); 215 pl_reflow(pl_paragraph *paragraph); 236 pl_nextLine(pl_paragraph *paragraph, float width);
|
/external/webkit/LayoutTests/fast/dom/beforeload/resources/ |
D | print.js | 3 var paragraph = document.createElement("div"); 4 paragraph.appendChild(document.createTextNode(message)); 5 paragraph.style.fontFamily = "monospace"; 7 paragraph.style.color = color; 8 document.getElementById("console").appendChild(paragraph);
|
/external/clang/utils/ |
D | FindSpecRefs | 687 paragraph = int(tail[1:]) 689 paragraph = None 693 paragraph = None 696 paragraph = int(p) 698 return SpecIndex(indices, paragraph) 700 def __init__(self, indices, paragraph=None): argument 703 self.paragraph = paragraph 707 if self.paragraph is not None: 708 s += '.p%d'%(self.paragraph,) 712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph) [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 418 TextCheckingParagraph paragraph(m_range); in findFirstBadGrammar() local 422 while (startOffset < paragraph.checkingEnd()) { in findFirstBadGrammar() 426 …m_client->textChecker()->checkGrammarOfString(paragraph.textCharacters() + startOffset, paragraph.… in findFirstBadGrammar() 438 …etails, badGrammarPhraseLocation, badGrammarPhraseLength, paragraph.checkingStart(), paragraph.che… in findFirstBadGrammar() 447 outGrammarPhraseOffset = badGrammarPhraseLocation - paragraph.checkingStart(); in findFirstBadGrammar() 448 … firstBadGrammarPhrase = paragraph.textSubstring(badGrammarPhraseLocation, badGrammarPhraseLength); in findFirstBadGrammar() 522 TextCheckingParagraph paragraph(m_range); in guessesForMisspelledOrUngrammaticalRange() local 523 if (paragraph.isEmpty()) in guessesForMisspelledOrUngrammaticalRange() 528 …m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), … in guessesForMisspelledOrUngrammaticalRange() 532 …if (result->type == TextCheckingTypeSpelling && paragraph.checkingRangeMatches(result->location, r… in guessesForMisspelledOrUngrammaticalRange() [all …]
|
/external/markdown/tests/misc/ |
D | multi-paragraph-block-quote.txt | 1 > This is line one of paragraph one 2 > This is line two of paragraph one 4 > This is line one of paragraph two
|
D | para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule. 3 Followed by another paragraph.
|
D | lazy-block-quote.txt | 4 > Line one of paragraph two. 5 Line two of paragraph two.
|
D | blockquote-hr.txt | 1 This is a paragraph. 15 > A new paragraph.
|
D | nested-lists.txt | 3 paragraph 2
|
D | lists5.txt | 4 A paragraph
|
/external/webkit/Tools/Scripts/ |
D | add-include | 128 my $paragraph = ""; 131 $paragraph .= "#include $include\n"; 134 return $paragraph;
|
/external/iproute2/doc/ |
D | ip-cref.tex | 228 \paragraph{Object:} A \verb|link| is a network device and the corresponding 231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|). 235 \paragraph{Abbreviations:} \verb|set|, \verb|s|. 237 \paragraph{Arguments:} 310 \paragraph{Warning:} If multiple parameter changes are requested, 316 \paragraph{Examples:} 332 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|, 335 \paragraph{Arguments:} 349 \paragraph{Output format:} 482 \paragraph{Statistics:} With the \verb|-statistics| option, \verb|ip| also [all …]
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 37 A paragraph is simply one or more consecutive lines of text, separated 61 regular paragraph. 70 > This is the second paragraph in the blockquote. 83 regular paragraph.</p> 93 <p>This is the second paragraph in the blockquote.</p> 168 list item text. You can create multi-paragraph list items by indenting 265 In a regular paragraph, you can create code span by wrapping text in 292 you've got to put paragraph tags in your blockquotes: 301 you've got to put paragraph tags in your blockquotes:</p>
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testatk.c | 260 AtkObject* paragraph = atk_object_ref_accessible_child(object, 1); in testWebkitAtkCaretOffsets() local 261 g_assert(ATK_IS_TEXT(paragraph)); in testWebkitAtkCaretOffsets() 262 text = atk_text_get_text(ATK_TEXT(paragraph), 0, -1); in testWebkitAtkCaretOffsets() 267 result = atk_text_set_caret_offset(ATK_TEXT(paragraph), 5); in testWebkitAtkCaretOffsets() 269 offset = atk_text_get_caret_offset(ATK_TEXT(paragraph)); in testWebkitAtkCaretOffsets() 272 result = atk_text_set_caret_offset(ATK_TEXT(paragraph), 20); in testWebkitAtkCaretOffsets() 274 offset = atk_text_get_caret_offset(ATK_TEXT(paragraph)); in testWebkitAtkCaretOffsets() 277 result = atk_text_set_caret_offset(ATK_TEXT(paragraph), 30); in testWebkitAtkCaretOffsets() 279 offset = atk_text_get_caret_offset(ATK_TEXT(paragraph)); in testWebkitAtkCaretOffsets() 327 g_object_unref(paragraph); in testWebkitAtkCaretOffsets() [all …]
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParser.cpp | 330 RefPtr<Element> paragraph = document->createElement(pTag, false); in insertErrorMessageBlock() local 331 paragraph->setAttribute(styleAttr, "white-space: normal"); in insertErrorMessageBlock() 332 …paragraph->appendChild(document->createTextNode("This document was created as the result of an XSL… in insertErrorMessageBlock() 333 reportElement->appendChild(paragraph.release(), ec); in insertErrorMessageBlock()
|
/external/markdown/docs/extensions/ |
D | footnotes.txt | 33 [^1]: The first paragraph of the definition. 42 A final paragraph.
|
/external/icu4c/test/letest/ |
D | cletest.c | 517 pl_paragraph *paragraph; in GlyphToCharTest() local 650 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status); in GlyphToCharTest() 659 pl_reflow(paragraph); in GlyphToCharTest() 660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest() 724 pl_close(paragraph); in GlyphToCharTest()
|
/external/webkit/LayoutTests/fast/dom/NodeList/ |
D | 5725058-crash-scenario-2-expected.txt | 3 paragraph b
|