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

12 3 4 5 6 7 8 91011

  /development/samples/ApiDemos/src/com/example/android/apis/view/
BaselineNested3.java 25 * Baseline alignment includes a {@link android.widget.LinearLayout}
_index.html 89 <h3>Baseline</h3>
93 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items at the top of the screen. </dd>
96 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items at the bottom of the screen.</dd>
99 <dd>Demonstrates the default baseline alignment in a simple LinearLayout with items in the center of the screen.</dd>
102 <dd>Demonstrates the default baseline alignment in a complex LinearLayout.</dd>
105 <dd>Demonstrates a baseline alignment with a multiline field. </dd>
108 <dd>Demonstrates baseline alignment in a RelativeLayout. </dd>
111 <dd>Demonstrates baseline aligning specific elements in three parallel vertical LinearLayout objects.</dd>
114 <dd>Demonstrates baseline aligning specific elements in three mixed vertical and horizontal LinearLayout objects.</dd>
117 <dd>Demonstrates baseline alignment within nested LinearLayout objects. </dd
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-sunspider 56 --set-baseline Set baseline for future comparisons
71 'set-baseline' => \$setBaseline,
119 push @args, "--set-baseline" if $setBaseline;
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 56 * @param baseline the baseline of the line
66 int top, int baseline, int bottom,
139 int top, int baseline, int bottom,
IconMarginSpan.java 43 int top, int baseline, int bottom,
QuoteSpan.java 67 int top, int baseline, int bottom,
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 81 printTable(out, root.baseline, added);
83 printTable(out, root.baseline, removed);
87 static void printTable(PrintStream out, MemoryUsage baseline,
126 = clazz.memoryUsage.subtract(baseline);
Root.java 49 MemoryUsage baseline = MemoryUsage.baseline(); field in class:Root
  /external/quake/quake/src/WinQuake/
sv_main.cpp 476 miss = ent->u.v.origin[i] - ent->baseline.origin[i];
481 if ( ent->u.v.angles[0] != ent->baseline.angles[0] )
484 if ( ent->u.v.angles[1] != ent->baseline.angles[1] )
487 if ( ent->u.v.angles[2] != ent->baseline.angles[2] )
493 if (ent->baseline.colormap != ent->u.v.colormap)
496 if (ent->baseline.skin != ent->u.v.skin)
499 if (ent->baseline.frame != ent->u.v.frame)
502 if (ent->baseline.effects != ent->u.v.effects)
505 if (ent->baseline.modelindex != ent->u.v.modelindex)
941 // create entity baseline
    [all...]
  /development/samples/ApiDemos/res/layout/
baseline_nested_3.xml 30 be baseline aligned with the others.-->
53 <!-- We'll point to the linear layout to baseline align by, which
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /external/webkit/WebCore/rendering/
RenderTableSection.h 66 int baseline; member in struct:WebCore::RenderTableSection::RowStruct
103 int getBaseline(int row) { return m_grid[row].baseline; }
RenderTableSection.cpp 173 m_grid[r].baseline = 0;
352 m_grid[r].baseline = 0;
353 int baseline = 0; local
399 // find out the baseline
401 if (va == BASELINE || va == TEXT_BOTTOM || va == TEXT_TOP || va == SUPER || va == SUB) {
404 baseline = max(baseline, b - cell->intrinsicPaddingTop());
410 //do we have baseline aligned elements?
411 if (baseline) {
412 // increase rowheight if baseline require
    [all...]
InlineTextBox.cpp 473 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
474 IntPoint textOrigin(m_x + tx, m_y + ty + baseline);
672 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
678 IntRect clipRect(tx, ty, width, baseline + 2);
680 IntRect shadowRect(tx, ty, width, baseline + 2);
688 extraOffset += baseline + 2;
711 // Leave one pixel of white between the baseline and the underline.
712 context->drawLineForText(IntPoint(tx, ty + baseline + 1), width, isPrinting);
722 context->drawLineForText(IntPoint(tx, ty + 2 * baseline / 3), width, isPrinting);
783 // we pin to two pixels under the baseline
785 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
940 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
    [all...]
InlineFlowBox.cpp 394 int baseline = baselinePosition(true); local
396 int ascent = baseline;
412 int baseline; local
422 baseline = 0;
425 baseline = max(baseline, halfLeading + usedFonts[i]->ascent());
428 lineHeight = baseline + baselineToBottom;
431 baseline = 0;
434 baseline = max(baseline, halfLeading + usedFonts[i]->ascent())
    [all...]
  /packages/apps/Email/res/layout/
message_list_item.xml 28 <!-- TODO: Remove the top padding hack and align to the subject baseline -->
37 <!-- TODO: Remove the top padding hack and align to the subject baseline -->
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
test_type_base.py 44 # Whether to save new baseline results.
93 """Saves a new baseline file into the platform directory.
100 data: result to be saved as the new baseline
112 logging.debug('writing new baseline to "%s"' % (output_path))
  /cts/tests/tests/text/src/android/text/style/cts/
BulletSpanTest.java 96 " int baseline, int bottom, CharSequence text, int start, int end," +
98 " used in this method: baseline, end, first, l.",
119 " int baseline, int bottom, CharSequence text, int start, int end," +
  /external/webkit/WebCore/platform/
Theme.h 48 // A method to obtain the baseline position adjustment for a "leaf" control. This will only be used if a baseline
50 // controls that need to do this. The adjustment is an offset that adds to the baseline, e.g., marginTop() + height() + |offset|.
  /external/jpeg/
cjpeg.1 108 .B \-baseline
190 .B \-baseline
191 Force baseline-compatible quantization tables to be generated. This clamps
193 poorly named, since it does not ensure that the output is actually baseline
195 .B \-baseline
jpegtran.1 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also
69 If you specify none of these switches, you get a plain baseline-JPEG output
194 This example converts a baseline JPEG file to progressive form:
  /frameworks/base/core/java/android/widget/
LinearLayout.java 53 * Whether the children of this layout are baseline aligned. Only applicable
60 * If this layout is part of another layout that is baseline aligned,
61 * use the child at this index as the baseline.
64 * with whether the children of this layout are baseline aligned.
70 * The additional offset to the child's baseline.
71 * We'll calculate the baseline of this layout as we measure vertically; for
153 * on their baseline or not.</p>
155 * @return true when widgets are baseline-aligned, false otherwise
163 * baseline-aligned or not.</p>
165 * @param baselineAligned true to align widgets on their baseline,
    [all...]
  /external/webkit/WebCore/css/
CSSValueKeywords.in 194 baseline
203 -webkit-baseline-middle
434 #baseline
  /external/srec/tools/dictTest/
dictTest.c 39 LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output.txt] [-locale en-us|en-gb|fr-fr|de-de] [-parfile baseline.par]\n");
186 LPRINTF ( "Looking for the default parfile, $ESRSDK/config/$ESRLANG/baseline.par...\n" );
196 LSTRCAT ( parfilename, L("/baseline.par") );
231 LSTRCAT ( parfilename, L("/baseline.par") );
  /external/webkit/SunSpider/
sunspider 53 --set-baseline Set baseline for future comparisons
68 'set-baseline' => \$setBaseline,
228 dumpToFile(File::Spec->rel2abs($resultsFile), "$resultDirectory/baseline-filename.txt") if $setBaseline;

Completed in 1176 milliseconds

12 3 4 5 6 7 8 91011