HomeSort by relevance Sort by last modified time
    Searched defs:baseline (Results 1 - 25 of 28) 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 396 int baseline = baselinePosition(true); local
398 int ascent = baseline;
414 int baseline; local
424 baseline = 0;
427 baseline = max(baseline, halfLeading + usedFonts[i]->ascent());
430 lineHeight = baseline + baselineToBottom;
433 baseline = 0;
436 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...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextMetricsCalculator.java 61 * @param baselineIndex - baseline index
62 * @return baseline offset
72 // awt.3F=Invalid baseline index
84 * Take baseline offsets from the first font or graphic attribute
88 // Take baseline offsets of the first font and normalize them
117 } else { // Use defaults - Roman baseline and zero offsets
144 int baseline = metrics.baseLineIndex; local
146 if (baseline >= 0) {
153 } else { // Position is not fixed by the baseline, need sum of ascent and descent
  /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 307 * Get the baseline of a given label. That's how many pixels from the top of
308 * the label to the text baseline. (This is equivalent to the negative of
312 * @return the baseline in pixels.
315 return mLabels.get(labelID).baseline;
384 public Label(Grid grid, float width, float height, float baseLine,
389 this.baseline = baseLine;
401 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 91 * Rule that aligns a child's baseline with another child's baseline.
522 int baseline = child.getBaseline(); local
523 if (baseline != -1) {
524 offset -= baseline;
    [all...]
TextView.java 4120 int baseline = mLayout.getLineBounds(line, bounds); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 969 milliseconds

1 2