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

1 2

  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.h 26 le_int32 fAscent;
PortableFontInstance.h 36 le_int32 fAscent;
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 70 int16_t fAscent; // Max height above baseline, not including accents.
SkPaint.h 761 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
808 fDescent - fAscent + fLeading).
821 fDescent - fAscent + fLeading
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 222 CPVT_Word() : Word(0), nCharset(0), ptWord(0, 0), fAscent(0.0f), fDescent(0.0f), fWidth(0.0f),
235 FX_FLOAT fAscent;
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 70 int16_t fAscent; // Max height above baseline, not including accents.
SkPaint.h 756 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
803 fDescent - fAscent + fLeading).
816 fDescent - fAscent + fLeading
    [all...]
  /external/icu/icu4c/source/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 841 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
857 setfield_scalar(L, "ascent", fm.fAscent);
    [all...]

Completed in 843 milliseconds

1 2