HomeSort by relevance Sort by last modified time
    Searched defs:paragraph (Results 1 - 25 of 36) sorted by null

1 2

  /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/icu/icu4c/source/samples/layout/
clayout.c 31 pf_flow *paragraph; member in struct:Context
55 if (context->paragraph != NULL) {
59 pf_breakLines(context->paragraph, context->width, context->height);
65 si.nMax = pf_getLineCount(context->paragraph) - 1;
66 si.nPage = context->height / pf_getLineHeight(context->paragraph);
150 context->paragraph = pf_factory("Sample.txt", font, guiSupport);
221 if (context->paragraph != NULL && si.nPos != vertPos) {
222 ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL);
246 if (context->paragraph != NULL) {
252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1)
    [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...]
cgnomelayout.c 25 pf_flow *paragraph; member in struct:Context
92 if (context->paragraph != NULL) {
93 pf_close(context->paragraph);
96 context->paragraph = newPara;
100 pf_breakLines(context->paragraph, context->width, context->height);
197 if (context->paragraph != NULL) {
202 pf_breakLines(context->paragraph, context->width, context->height);
211 if (context->paragraph != NULL) {
212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
    [all...]
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 46 class paragraph(aetools.ComponentItem): class in inherits:aetools.ComponentItem
47 """paragraph - A paragraph """
50 paragraphs = paragraph
128 paragraph._superclassnames = ['text']
129 paragraph._privpropdict = {
132 paragraph._privelemdict = {
147 'paragraph' : paragraph,
197 'cpar' : paragraph,
    [all...]
  /external/icu/icu4c/source/test/letest/
cletest.c 505 * Build a paragraph that contains a mixture of left to right and right to left text.
520 pl_paragraph *paragraph; local
653 paragraph = pl_create(chars, charCount, fontRuns, NULL, NULL, NULL, 0, FALSE, &status);
662 pl_reflow(paragraph);
663 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
727 pl_close(paragraph);
  /frameworks/base/media/java/android/media/
SRTRenderer.java 90 String paragraph; local
91 paragraph = new String(data.getData(), "UTF-8");
92 String[] lines = paragraph.split("\\r?\\n");
130 List<String> paragraph = new ArrayList<String>(); local
132 paragraph.add(s);
136 cue.mLines = new TextTrackCueSpan[paragraph.size()][];
137 cue.mStrings = paragraph.toArray(new String[0]);
138 for (String line : paragraph) {
  /libcore/luni/src/main/java/java/text/
Bidi.java 41 * character, then set the paragraph level to 0 (left-to-right).
47 * character, then set the paragraph level to 1 (right-to-left).
90 * AttributedCharacterIterator} of a paragraph text. The RUN_DIRECTION
104 * @param paragraph
105 * the String containing the paragraph text to perform the
107 * @throws IllegalArgumentException if {@code paragraph == null}
112 public Bidi(AttributedCharacterIterator paragraph) {
113 if (paragraph == null) {
114 throw new IllegalArgumentException("paragraph is null");
117 int begin = paragraph.getBeginIndex()
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.h 299 typedef enum {Unknow, Text, Image, Path, Line, paragraph} RF_DataType; enumerator in enum:CRF_Data::__anon17660
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar 
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 64 * <h3>Basic concept: paragraph</h3>
105 * a default for the paragraph level for
160 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
163 * could be used to render a paragraph of text. Rendering code depends highly on
480 * algorithm that are not needed on the specific paragraph
496 * and all levels are set to the paragraph level.
507 * consider if the paragraph direction should be considered in
510 * If there are no White Space types in the paragraph, then
562 /** Paragraph level setting<p>
567 * then set the paragraph level to 0 (left-to-right).<p
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 292 milliseconds

1 2