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

  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /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/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 40 le_int32 fAscent;
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent; // Max height above baseline, not including accents.
SkPaint.h 750 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
762 fDescent - fAscent + fLeading).
775 fDescent - fAscent + fLeading
    [all...]
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent; // Max height above baseline, not including accents.
SkPaint.h 750 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
762 fDescent - fAscent + fLeading).
775 fDescent - fAscent + fLeading
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 164 le_int32 fAscent;
613 le_int32 fAscent;
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 589 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
605 setfield_scalar(L, "ascent", fm.fAscent);
  /external/skia/src/utils/
SkLua.cpp 589 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
605 setfield_scalar(L, "ascent", fm.fAscent);

Completed in 793 milliseconds