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

12 3

  /external/webkit/WebCore/rendering/
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...]
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...]
SVGRootInlineBox.cpp 69 EDominantBaseline baseline = style->dominantBaseline(); local
70 if (baseline == DB_AUTO) {
72 baseline = DB_CENTRAL;
74 baseline = DB_ALPHABETIC;
77 switch (baseline) {
79 // TODO: The dominant-baseline and the baseline-table components are set by
129 EAlignmentBaseline baseline = style->alignmentBaseline(); local
130 if (baseline == AB_AUTO) {
132 baseline = dominantBaselineToShift(isVerticalText, text->parent(), font)
    [all...]
SVGInlineTextBox.cpp 558 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
560 ty += baseline;
562 ty += 2 * baseline / 3;
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 158 SkScalar baseline = y; local
159 rect.fTop = baseline + fontMetrics.fAscent;
160 rect.fBottom = baseline + fontMetrics.fDescent;
189 SkScalar baseline = points[j].fY; local
190 bounds.fTop = baseline + fontMetrics.fAscent;
191 bounds.fBottom = baseline + fontMetrics.fDescent;
CacheBuilder.cpp 557 int baseline = textBox->renderer()->style(textBox->isFirstLineStyle())->font().ascent(); local
559 baseline, ++rectIndex);
    [all...]
  /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
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 99 int baseline = getLineBounds(i, r); local
101 canvas.drawLine(r.left, baseline + 1, r.right, baseline + 1, paint);
  /external/quake/quake/src/QW/server/
progs.h 43 entity_state_t baseline; member in struct:edict_s
sv_ents.c 152 Can delta from either a baseline or a previous packet_entity
296 { // this is a new entity, send it from the baseline
298 //Con_Printf ("baseline %i\n", newnum);
299 SV_WriteDelta (&ent->baseline, &to->entities[newindex], msg, true);
  /external/quake/quake/src/WinQuake/
progs.h 43 entity_state_t baseline; member in struct:edict_s
  /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;
  /external/webkit/WebCore/css/
view-source.css 42 vertical-align: baseline
html.css 403 -webkit-box-align: baseline;
  /external/srec/config/en.us/
Android.mk 8 baseline.par \
  /bootable/diskinstaller/
config.mk 94 @echo Copying baseline ramdisk...
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 94 * Rule that aligns a child's baseline with another child's baseline.
525 int baseline = child.getBaseline(); local
526 if (baseline != -1) {
527 offset -= baseline;
    [all...]
TextView.java 4238 int baseline = mLayout.getLineBounds(line, bounds); local
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1418 TextBaseline baseline; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 847 final float baseline = centerY local
    [all...]
  /external/safe-iop/src/
safe_iop.c 57 if (!baseline) { \
60 baseline = 1; \
79 int baseline = 0; /* indicates if the base value is present */ local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 138 int top, int baseline, int bottom, CharSequence text,
  /build/core/
Makefile 663 echo Copying baseline ramdisk...
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 5127 milliseconds

12 3