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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ppapi/examples/printing/
printing.cc 19 "1 0 obj<</Type/FontDescriptor/FontBBox[-50 -207 1447 1000]/FontName/Verdana/Flags 32/StemV 92/CapHeight 734/XHeight 546/Ascent 1005/Descent -209/ItalicAngle 0/FontFamily(Verdana)/FontStretch/Normal/FontWeight 400>>\r"
  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 56 virtual int descent() const = 0;
  /external/chromium_org/third_party/icu/source/samples/layout/
GnomeFontInstance.cpp 80 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp 80 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
  /external/lldb/include/lldb/Core/
AddressResolver.h 38 /// descent do you want your callback to get called?" of the filter. The resolver
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowHeaderPresenter.java 115 return fontMeasurePaint.descent();
  /external/chromium_org/ui/gfx/
font_list.h 98 // | | | descent (height - baseline) | space |
111 // Returns the height of this font list, which is max(ascent) + max(descent)
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 832 le_int32 descent = font->getDescent(); local
834 le_int32 dl = descent + leading;
840 if (descent > fDescent) {
841 fDescent = descent;
1243 le_int32 descent = fRuns[i]->getDescent(); local
    [all...]
  /external/icu/icu4c/source/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
  /frameworks/base/core/java/android/text/
DynamicLayout.java 158 int desc = fm.descent;
162 start[DESCENT] = desc;
348 ints[DESCENT] = desc;
592 return mInts.getValue(line, DESCENT);
731 private static final int DESCENT = 2;
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 373 info->fDescent = dwfm.descent;
387 info->fDescent = dwfm.descent;
419 info->fDescent = SkToS16(dwfm.descent);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 395 info->fDescent = dwfm.descent;
409 info->fDescent = dwfm.descent;
441 info->fDescent = SkToS16(dwfm.descent);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 163 * descent parsing (the method invokes itself for XML elements). Our
293 // Recursive descent
319 // Recursive descent
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 162 /// Dummy tree node that indicates a descent into a child
167 /// Dummy tree node that indicates a descent up to a parent
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 223 int descent = EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), FXFT_Get_Face_Descender(m_Face)); local
224 return descent;
  /bionic/libc/include/
fts.h 43 char *fts_path; /* path for this descent */
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 120 assertEquals(fontMetricsInt.bottom - fontMetricsInt.descent,
  /development/ndk/platforms/android-8/include/
fts.h 45 char *fts_path; /* path for this descent */
  /development/ndk/platforms/android-L/include/
fts.h 43 char *fts_path; /* path for this descent */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 91 mPaintTextOffset = (fm.descent + fm.ascent) * 0.5f;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 174 result = (int) (-mAscent + mTextPaint.descent()) + getPaddingTop()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 154 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
  /external/chromium_org/third_party/icu/source/test/letest/
sfnt.h 326 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
sfnt.h 326 le_int16 descent; member in struct:HHEATable
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.2.html 44 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40059">Bug 40059</a> - [SNB] hang in "Amnesia: The Dark Descent" demo</li>

Completed in 582 milliseconds

1 2 34 5 6 7 8 91011>>