/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 93 * Get the descent of the line. This is the maximum descent 96 * @return the descent of the line. 284 * A convenience method which returns the descent value for the font 287 * @return the descent value of this run's font. 475 * Return the max descent value for all the fonts
|
/cts/tests/tests/text/src/android/text/cts/ |
BoringLayoutTest.java | 544 final int descent, 553 metrics.descent = descent;
|
StaticLayoutTest.java | 185 * Return the descent of the specified line. 186 * This method just like getLineTop, descent means the bottom pixel of the line 342 * Returns the number of extra pixels of descent padding in the bottom line of the Layout.
|
/external/icu4c/layout/ |
LEFontInstance.h | 467 * Get the font's descent. 469 * @return the font's descent, in points. This value 489 * returns the sum of the ascent, descent, and leading.
|
/external/webkit/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 166 // We put slop into this rect, since glyphs can overflow the ascent/descent bounds and the left/right edges. 169 textRect = IntRect(point.x() - (font->ascent() + font->descent()) / 2, point.y() - font->ascent() - lineGap, totalWidth + font->ascent() + font->descent(), font->lineSpacing());
|
/external/webkit/WebCore/rendering/ |
SVGRootInlineBox.cpp | 155 // return (font.ascent() - font.descent()) / 2.0f; 160 return font.descent(); 222 yOrientationShift = font.descent(); 226 yOrientationShift = font.descent(); 232 svgChar.orientationShiftY = font.ascent() - font.descent(); 245 yOrientationShift = -font.descent(); 246 svgChar.orientationShiftX = -glyphWidth / 2.0f - font.descent(); 247 svgChar.orientationShiftY = font.descent(); 250 yOrientationShift = -font.descent(); 251 svgChar.orientationShiftX = -glyphWidth / 2.0f + font.descent(); [all...] |
/frameworks/base/core/java/android/text/ |
Layout.java | 261 // line's descent. 481 * Return the descent of the specified line(0…getLineCount() - 1). 522 * Returns the number of extra pixels of descent padding in the 1629 int ascent = 0, descent = 0, top = 0, bottom = 0; local [all...] |
Styled.java | 305 if (fmi.descent > maxDescent) 306 maxDescent = fmi.descent; 320 fmi.descent = maxDescent;
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 199 float descent = paint.descent(); local 202 (int) (rectF.bottom + rectF.top) / 2 + mOverlaySize / 4 - descent, paint);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 167 * descent parsing (the method invokes itself for XML elements). Our 332 // Recursive descent 358 // Recursive descent
|
/bionic/libc/include/ |
fts.h | 43 char *fts_path; /* path for this descent */
|
/development/ndk/platforms/android-8/include/ |
fts.h | 43 char *fts_path; /* path for this descent */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorFilters.java | 92 mPaintTextOffset = (fm.descent + fm.ascent) * 0.5f;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LabelView.java | 172 result = (int) (-mAscent + mTextPaint.descent()) + getPaddingTop()
|
/external/chromium/third_party/icu/source/test/letest/ |
sfnt.h | 326 le_int16 descent; member in struct:HHEATable
|
/external/icu4c/test/letest/ |
sfnt.h | 326 le_int16 descent; member in struct:HHEATable
|
/external/webkit/WebCore/platform/graphics/ |
SimpleFontData.cpp | 74 m_descent = static_cast<int>(svgFontFaceElement->descent() * scale);
|
SimpleFontData.h | 76 int descent() const { return m_descent; } function in class:WebCore::SimpleFontData
|
/external/webkit/WebCore/platform/mac/ |
WebCoreSystemInterface.h | 160 extern void (*wkGetFontMetrics)(CGFontRef, int* ascent, int* descent, int* lineGap, unsigned* unitsPerEm);
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 238 float height = font->ascent() - font->descent();
|
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 122 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
LabelView.java | 167 result = (int) (-mAscent + mTextPaint.descent()) + mPaddingTop
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fts.h | 50 char *fts_path; /* path for this descent */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
fts.h | 43 char *fts_path; /* path for this descent */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
fts.h | 43 char *fts_path; /* path for this descent */
|