HomeSort by relevance Sort by last modified time
    Searched full:paragraph (Results 26 - 50 of 4419) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
blockquote-hr.txt 1 This is a paragraph.
15 > A new paragraph.
lists5.txt 4 A paragraph
  /external/markdown/tests/safe_mode/
inline-html-comments.txt 0 Paragraph one.
9 Paragraph two.
inline-html-comments.html 1 <p>Paragraph one.</p>
6 <p>Paragraph two.</p>
  /external/chromium_org/content/test/data/accessibility/
p-expected-android.txt 3 android.view.View clickable name='Paragraph'
span.html 8 This paragraph has one <span>word</span> in a span.
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/resources/
editable-compositing-subframe.html 8 The caret should blink correctly when editing this paragraph.
  /external/icu4c/samples/layout/
gnomelayout.cpp 24 #include "paragraph.h"
37 Paragraph *paragraph; member in struct:Context
90 Paragraph *newPara;
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
205 if (context->paragraph != NULL)
    [all...]
layout.cpp 17 #include "paragraph.h"
32 Paragraph *paragraph; member in struct:Context
54 if (context->paragraph != NULL) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
219 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 66 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item'
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
empty-link-target.html 4 var paragraph = document.createElement("p");
5 paragraph.appendChild(document.createTextNode(message));
6 document.getElementById("console").appendChild(paragraph);
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
liveconnect-security-exception-popup.html 11 var paragraph = document.createElement("p");
12 paragraph.appendChild(document.createTextNode(message));
13 document.getElementById("console").appendChild(paragraph);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_tpm_error.html 9 <div id="tmp-error-reboot-text" class="error-message-paragraph"
12 class="error-message-paragraph"></div>
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML comments.text-out 9 <p>Paragraph one.</p>
14 <p>Paragraph two.</p>
Inline HTML comments.text-res 9 <p>Paragraph one.</p>
14 <p>Paragraph two.</p>
Hard-wrapped paragraphs with list-like lines.html 4 middle of a paragraph looked like a
Hard-wrapped paragraphs with list-like lines.text 4 middle of a paragraph looked like a
  /external/icu4c/layoutex/layout/
playout.h 23 * \brief C API for paragraph layout.
31 * The opaque type for a paragraph layout.
38 * The opaque type for a line in a paragraph layout.
52 * Construct a <code>ParagraphLayout</code> object for a styled paragraph. The paragraph is specified
63 * @param chars is an array of the characters in the paragraph
65 * @param count is the number of characters in the paragraph.
81 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object.
83 * @param vertical is <code>TRUE</code> if the paragraph should be set vertically.
108 * Close the given paragraph layout object
    [all...]
  /external/icu4c/layoutex/
playout.cpp 44 pl_close(pl_paragraph *paragraph)
46 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
59 pl_getParagraphLevel(pl_paragraph *paragraph)
61 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
71 pl_getTextDirection(pl_paragraph *paragraph)
73 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
83 pl_getAscent(const pl_paragraph *paragraph)
85 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
95 pl_getDescent(const pl_paragraph *paragraph)
97 ParagraphLayout *pl = (ParagraphLayout *) paragraph;
    [all...]
  /external/markdown/MarkdownTest/Tests_2007/
Hard-wrapped paragraphs with list-like lines.html 4 middle of a paragraph looked like a
Hard-wrapped paragraphs with list-like lines.text 4 middle of a paragraph looked like a
  /external/markdown/tests/extensions-x-def_list/
simple_def-lists.txt 17 paragraph 2 of def 3.
  /external/markdown/tests/extensions-x-footnotes/
footnote.txt 14 Paragraph two.
  /external/markdown/tests/markdown-test/
hard-wrapped.html 4 middle of a paragraph looked like a

Completed in 357 milliseconds

12 3 4 5 6 7 8 91011>>