/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 885 * Return the distance below (positive) the baseline (descent) based on the 888 * @return the distance below (positive) the baseline (descent) based on 891 public native float descent(); method in class:Paint 912 public float descent; field in class:Paint.FontMetrics 952 public int descent; field in class:Paint.FontMetricsInt 958 " descent=" + descent + " bottom=" + bottom + [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboard.java | 574 final float descent = paint.descent(); local 576 canvas.drawText(language, width / 2, baseline - descent - 1, paint); 578 canvas.drawText(language, width / 2, baseline - descent, paint); [all...] |
CandidateView.java | 123 mDescent = (int) mPaint.descent();
|
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 778 final int descent = Math.max(maxDescent[INDEX_FILL], local 781 maxHeight = Math.max(maxHeight, ascent + descent); 928 final int descent = Math.max(maxDescent[INDEX_FILL], local 1233 int descent = child.getMeasuredHeight() - childBaseline; local [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
DynamicLayoutTest.java | 181 assertEquals(fontMetricsInt.bottom - fontMetricsInt.descent,
|
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 281 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
|
/external/skia/src/views/ |
SkListView.cpp | 375 SkScalar ascent, descent; local 376 fPaint[kNormalText_Attr].measureText(0, NULL, &ascent, &descent); 377 y = SkScalarHalf(fRowHeight - descent + ascent) - ascent;
|
/external/webkit/WebCore/rendering/ |
SVGInlineTextBox.cpp | 84 return style->font().ascent() + style->font().descent(); 106 float y2 = svgChar.y + font.descent(); 523 font.ascent() + font.descent(), color, style->colorSpace(), startPos - adjust, endPos - adjust);
|
RenderFlexibleBox.cpp | 389 int descent = (child->marginTop() + child->height() + child->marginBottom()) - ascent; local 394 // Update our maximum descent. 395 maxDescent = max(maxDescent, descent); [all...] |
SVGCharacterLayoutInfo.cpp | 53 float baselineAscent = font.ascent() + font.descent();
|
InlineTextBox.cpp | 786 int descent = height() - baseline; local [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 152 mHeaderBottom = -mTextMetrics.ascent+mTextMetrics.descent+2; 155 + " descent=" + mTextMetrics.descent
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 488 /*package*/ static float descent(Paint thisPaint) { method in class:Paint_Delegate 529 fmi.descent = javaMetrics.getDescent(); [all...] |
/external/chromium/third_party/icu/source/test/letest/ |
PortableFontInstance.cpp | 150 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
|
/external/icu4c/test/letest/ |
PortableFontInstance.cpp | 150 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
|
/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/ |
GenericSignatureParser.java | 28 * Uses a top-down, resursive descent parsing approach for the following grammar:
|
/external/webkit/WebCore/editing/ |
VisiblePosition.cpp | 482 // Unless the descent is from a non-editable html element to an editable body. 488 // 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/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 247 'description', 'describeType', 'descent', 'descendants',
|
/external/v8/src/ |
regexp.js | 33 // A recursive descent parser for Patterns according to the grammar of
|
/external/webkit/WebCore/platform/graphics/mac/ |
SimpleFontDataMac.mm | 243 // Geeza Pro has glyphs that draw slightly above the ascent or far below the descent. Adjust
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 1025 short descent; \/* baseline to bottom edge of raster *\/ member in struct:__anon13514 1054 int descent; \/* log. descent below baseline for spacing *\/ member in struct:__anon13516 [all...] |
/external/webkit/WebCore/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
/external/freetype/src/sfnt/ |
sfobjs.c | [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 581 * Does depth-first descent of the structure and
|