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

1 2

  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 99 int baseline = baselinePosition(true); local
103 info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline));
  /external/quake/quake/src/QW/server/
progs.h 43 entity_state_t baseline; member in struct:edict_s
  /external/quake/quake/src/WinQuake/
progs.h 43 entity_state_t baseline; member in struct:edict_s
render.h 45 entity_state_t baseline; // to fill in defaults in updates member in struct:entity_s
  /frameworks/base/tools/preload/
PrintCsv.java 44 MemoryUsage baseline = MemoryUsage.baseline(); local
51 printRow(System.out, baseline, loadedClass);
70 static void printRow(PrintStream out, MemoryUsage baseline,
108 = loadedClass.memoryUsage.subtract(baseline);
Root.java 49 MemoryUsage baseline = MemoryUsage.baseline(); field in class:Root
MemoryUsage.java 107 MemoryUsage subtract(MemoryUsage baseline) {
109 nativeSharedPages - baseline.nativeSharedPages,
110 javaSharedPages - baseline.javaSharedPages,
111 otherSharedPages - baseline.otherSharedPages,
112 nativePrivatePages - baseline.nativePrivatePages,
113 javaPrivatePages - baseline.javaPrivatePages,
114 otherPrivatePages - baseline.otherPrivatePages,
115 allocCount - baseline.allocCount,
116 allocSize - baseline.allocSize,
117 freedCount - baseline.freedCount
156 static MemoryUsage baseline() { method in class:MemoryUsage
    [all...]
  /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; }
SVGInlineTextBox.cpp 558 int baseline = renderer()->style(m_firstLine)->font().ascent(); local
560 ty += baseline;
562 ty += 2 * baseline / 3;
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...]
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...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 52 public int baseline; field in class:ViewNode
82 baseline = getInt("getBaseline()", 0);
  /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);
  /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/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...]
  /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...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1418 TextBaseline baseline; local
    [all...]
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 538 final float baseline = height * SPACEBAR_LANGUAGE_BASELINE; local
539 final int top = (int)(baseline - arrowHeight);
541 lArrow.setBounds((int)(remains - arrowWidth), top, (int)remains, (int)baseline);
543 (int)baseline);
572 final float baseline = height * SPACEBAR_LANGUAGE_BASELINE; local
575 canvas.drawText(language, width / 2, baseline - descent - 1, paint);
577 canvas.drawText(language, width / 2, baseline - descent, paint);
978 final float baseline = mHeight * SPACEBAR_LANGUAGE_BASELINE - paint.descent(); local
    [all...]
LatinKeyboardBaseView.java 847 final float baseline = centerY local
    [all...]
  /prebuilt/sdk/4/
android.jar 

Completed in 758 milliseconds

1 2