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

  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 71 int16_t fDescent; // Max depth below baseline (negative).
SkPaint.h 762 SkScalar fDescent; //!< The recommended distance below 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),
237 FX_FLOAT fDescent;
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 71 int16_t fDescent; // Max depth below baseline (negative).
SkPaint.h 757 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
803 fDescent - fAscent + fLeading).
816 fDescent - fAscent + fLeading
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 165 le_int32 fDescent;
614 le_int32 fDescent;
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 842 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
858 setfield_scalar(L, "descent", fm.fDescent);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 834 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
850 setfield_scalar(L, "descent", fm.fDescent);
    [all...]

Completed in 264 milliseconds