HomeSort by relevance Sort by last modified time
    Searched defs:fDescent (Results 1 - 10 of 10) sorted by null

  /external/icu4c/test/letest/
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
  /external/icu4c/samples/layout/
FontMap.h 50 le_int32 fDescent;
GDIFontInstance.h 60 le_int32 fDescent;
123 return fDescent;
GnomeFontInstance.h 59 le_int32 fDescent;
133 return fDescent;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 69 float fDescent = -scaleEmToUnits(iDescent, unitsPerEm) * pointSize;
91 fAscent += floorf(((fAscent + fDescent) * 0.15f) + 0.5f);
96 m_fontMetrics.setDescent(fDescent);
98 m_fontMetrics.setLineSpacing(lroundf(fAscent) + lroundf(fDescent) + lroundf(fLineGap));
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 66 int16_t fDescent; // Max depth below baseline (negative).
SkPaint.h 746 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
756 fDescent - fAscent + fLeading).
769 fDescent - fAscent + fLeading
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 165 le_int32 fDescent;
611 le_int32 fDescent;
654 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
660 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 440 float fDescent;
    [all...]

Completed in 118 milliseconds