Home
last modified time | relevance | path

Searched refs:paragraph (Results 1 – 25 of 146) sorted by relevance

123456

/external/icu4c/layoutex/
Dplayout.cpp44 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/
Dlayout.cpp32 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 …]
Dclayout.c31 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 …]
Dgnomelayout.cpp37 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 …]
Dcgnomelayout.c25 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/
Dplayout.h116 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/
Dprint.js3 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/
DFindSpecRefs687 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/
DTextCheckingHelper.cpp418 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/
Dmulti-paragraph-block-quote.txt1 > This is line one of paragraph one
2 > This is line two of paragraph one
4 > This is line one of paragraph two
Dpara-with-hr.txt1 Here is a paragraph, followed by a horizontal rule.
3 Followed by another paragraph.
Dlazy-block-quote.txt4 > Line one of paragraph two.
5 Line two of paragraph two.
Dblockquote-hr.txt1 This is a paragraph.
15 > A new paragraph.
Dnested-lists.txt3 paragraph 2
Dlists5.txt4 A paragraph
/external/webkit/Tools/Scripts/
Dadd-include128 my $paragraph = "";
131 $paragraph .= "#include $include\n";
134 return $paragraph;
/external/iproute2/doc/
Dip-cref.tex228 \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/
DMarkdown Documentation - Basics.text37 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/
Dmarkdown-documentation-basics.txt37 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/
DMarkdown Documentation - Basics.text37 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/
Dtestatk.c260 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/
DXMLDocumentParser.cpp330 RefPtr<Element> paragraph = document->createElement(pTag, false); in insertErrorMessageBlock() local
331 paragraph->setAttribute(styleAttr, "white-space: normal"); in insertErrorMessageBlock()
332paragraph->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/
Dfootnotes.txt33 [^1]: The first paragraph of the definition.
42 A final paragraph.
/external/icu4c/test/letest/
Dcletest.c517 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/
D5725058-crash-scenario-2-expected.txt3 paragraph b

123456