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

  /external/icu4c/test/letest/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /external/icu4c/samples/layout/
FontMap.h 49 le_int32 fAscent;
paragraph.h 65 le_int32 fAscent;
83 return fAscent;
GDIFontInstance.h 59 le_int32 fAscent;
118 return fAscent;
GnomeFontInstance.h 58 le_int32 fAscent;
128 return fAscent;
pflow.c 56 le_int32 fAscent;
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 68 float fAscent = scaleEmToUnits(iAscent, unitsPerEm) * pointSize;
91 fAscent += floorf(((fAscent + fDescent) * 0.15f) + 0.5f);
95 m_fontMetrics.setAscent(fAscent);
98 m_fontMetrics.setLineSpacing(lroundf(fAscent) + lroundf(fDescent) + lroundf(fLineGap));
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent; // Max height above baseline, not including accents.
SkPaint.h 721 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
732 fDescent - fAscent + fLeading).
745 fDescent - fAscent + fLeading
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 164 le_int32 fAscent;
610 le_int32 fAscent;
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 438 float fAscent;
    [all...]

Completed in 381 milliseconds