HomeSort by relevance Sort by last modified time
    Searched full:descent (Results 51 - 75 of 329) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.h 48 virtual int descent() const OVERRIDE;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 58 FWORD descender; /* Typographic descent. <a
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 189 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 152 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 152 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/skia/animations/
text#1.xml 18 height="-textPaint.ascent+textPaint.descent" />
  /external/chromium_org/ui/gfx/
platform_font.h 38 // greater than just ascent + descent. Specifically, the Windows and Mac
font.h 29 // | | descent (height - baseline) |
69 // greater than just ascent + descent. Specifically, the Windows and Mac
font_list_unittest.cc 269 // for ascent and descent.
284 // descent of FontList == max(descent of Fonts)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_h_e_a.py 12 descent: h
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 58 FWORD descender; /* Typographic descent. <a
  /external/icu/icu4c/source/samples/layout/
sfnt.h 189 le_int16 descent; member in struct:HHEATable
  /external/icu/icu4c/source/test/letest/
FontObject.h 152 le_int16 descent; member in struct:HHEATable
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 152 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 518 // The primary purpose of this function is to compute the maximal ascent and descent values for
532 // part of the box (EXCLUDING leading) is above (for ascent) or below (for descent) the root box's baseline.
540 int descent = 0; local
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
547 if (maxDescent < descent || !setMaxDescent) {
548 maxDescent = descent;
572 int descent = 0; local
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
575 LayoutUnit boxHeight = ascent + descent;
585 // if our box (excluding line-height) was above (for ascent) or below (for descent) the root baseline, once you factor in line-heigh
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 105 assertEquals(0, fm.descent);
115 assertTrue(fm.descent > 0);
  /external/chromium_org/third_party/ots/src/
metrics.cc 19 !table->ReadS16(&header->descent) ||
83 !out->WriteS16(header->descent) ||
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 216 final int ascdesc = (int)(-mTextMetrics.ascent + mTextMetrics.descent);
217 final int linegap = (int)(-mTextMetrics.ascent + mTextMetrics.descent
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 152 * Return the descent of the specified line.
153 * This method just like getLineTop, descent means the bottom pixel of the line
269 * Returns the number of extra pixels of descent padding in the bottom line of the Layout.
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 83 double SkPdfFontDescriptorDictionary::Descent(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("Descent", "");
92 return get("Descent", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 83 double SkPdfFontDescriptorDictionary::Descent(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("Descent", "");
92 return get("Descent", "") != NULL;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 150 float descent = mLoadPaint.descent(); local
151 mFH = (int)(descent - mAscent + .5f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 188 int descent = 0; local
193 descent = (int) Math.ceil(textPaint.descent());
196 int textHeight = ascent + descent;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 72 # Imaginary tree-navigation token type indicating a descent into the children of a node
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.h 49 // perform coordinate descent on the parameter blocks in the

Completed in 993 milliseconds

1 23 4 5 6 7 8 91011>>