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

  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 29 le_int32 fDescent;
PortableFontInstance.h 39 le_int32 fDescent;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.h 33 le_int32 fDescent;
PortableFontInstance.h 43 le_int32 fDescent;
  /external/icu/icu4c/source/samples/layout/
FontMap.h 54 le_int32 fDescent;
GDIFontInstance.h 66 le_int32 fDescent;
129 return fDescent;
GnomeFontInstance.h 65 le_int32 fDescent;
139 return fDescent;
  /external/pdfium/core/fpdfdoc/
cpvt_word.h 23 FX_FLOAT fDescent;
34 fDescent(0.0f),
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 66 int16_t fDescent = 0; // Max depth below baseline (negative).
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 174 le_int32 fDescent;
623 le_int32 fDescent;
666 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
672 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/skia/include/core/
SkPaint.h 702 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
748 fDescent - fAscent + fLeading).
761 fDescent - fAscent + fLeading
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp 939 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
955 setfield_scalar(L, "descent", fm.fDescent);
    [all...]

Completed in 154 milliseconds