HomeSort by relevance Sort by last modified time
    Searched full:descent (Results 126 - 150 of 239) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/base/core/java/android/widget/
FastScroller.java 403 float descent = paint.descent(); local
410 (int) (rectF.bottom + rectF.top) / 2 + mOverlaySize / 4 - descent - vOff,
    [all...]
LinearLayout.java 1134 final int descent = Math.max(maxDescent[INDEX_FILL], local
1290 final int descent = Math.max(maxDescent[INDEX_FILL], local
1646 int descent = child.getMeasuredHeight() - childBaseline; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 182 mHeaderBottom = -mTextMetrics.ascent+mTextMetrics.descent+2;
185 + " descent=" + mTextMetrics.descent
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 855 SkIntToScalar(dwfm.descent),
870 SkIntToScalar(dwfm.descent),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 1413 final float descent = paint.descent(); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 1177 public native float descent(); method in class:Paint
1198 public float descent; field in class:Paint.FontMetrics
1238 public int descent; field in class:Paint.FontMetricsInt
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 375 int descent = (child->marginTop() + child->height() + child->marginBottom()) - ascent; local
380 // Update our maximum descent.
381 maxDescent = max(maxDescent, descent);
    [all...]
RenderInline.cpp 496 // We want to get the margin box in the inline direction, and then use our font ascent/descent in the block
580 // We want to get the margin box in the inline direction, and then use our font ascent/descent in the block
    [all...]
InlineTextBox.cpp 671 emphasisMarkOffset = emphasisMarkPosition == TextEmphasisPositionOver ? -font.fontMetrics().ascent() - font.emphasisMarkDescent(emphasisMark) : font.fontMetrics().descent() + font.emphasisMarkAscent(emphasisMark);
1038 int descent = logicalHeight() - baseline; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 518 /*package*/ static float descent(Paint thisPaint) { method in class:Paint_Delegate
559 fmi.descent = javaMetrics.getDescent();
    [all...]
  /external/chromium/webkit/glue/
dom_operations.cc 133 // Go through all descent nodes.
  /external/icu4c/test/letest/
PortableFontInstance.cpp 150 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
  /external/replicaisland/res/values/
kyle.xml 116 The sewer entrance is just ahead. We?re getting ready to make the initial descent. My advice to you: stay up here where your chances of getting smashed are slim. We don?t know what we?re going to find down there, but it?s probably not going to be pretty.
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 146 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 236 yCenter -= (mPaint.descent() + mPaint.ascent()) / 2;
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 28 * Uses a top-down, recursive descent parsing approach for the following grammar:
  /external/webkit/Source/WebCore/editing/
VisiblePosition.cpp 506 // Unless the descent is from a non-editable html element to an editable body.
512 // If the html element is editable, descending into its body will look like a descent
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 43 * recursive descent parsing approach for the following grammar:
  /external/chromium/chrome/browser/history/
thumbnail_database.h 143 // All matched icon mappings are returned in descent order of IconType if
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 93 void BVIntersect(const BVH1 &tree1, const BVH2 &tree2, Intersector &intersector) //TODO: tandem descent when it makes sense
  /external/freetype/src/pfr/
pfrload.c 814 phy_font->descent = PFR_NEXT_SHORT( q );
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 247 'description', 'describeType', 'descent', 'descendants',
  /external/llvm/docs/tutorial/
LangImpl1.rst 47 basic AST construction. This tutorial describes recursive descent
OCamlLangImpl1.rst 47 and basic AST construction. This tutorial describes recursive descent
  /external/v8/src/
regexp.js 33 // A recursive descent parser for Patterns according to the grammar of

Completed in 594 milliseconds

1 2 3 4 56 7 8 910