Searched defs:fDescent (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.h27 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h37 le_int32 fDescent; member in class:PortableFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h27 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h37 le_int32 fDescent; member in class:PortableFontInstance
/external/icu/icu4c/source/samples/layout/
H A DFontMap.h50 le_int32 fDescent; member in class:FontMap
H A DGDIFontInstance.h60 le_int32 fDescent; member in class:GDIFontInstance
123 return fDescent;
H A DGnomeFontInstance.h59 le_int32 fDescent; member in class:GnomeFontInstance
133 return fDescent;
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h71 int16_t fDescent; // Max depth below baseline (negative). member in class:SkAdvancedTypefaceMetrics
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h172 le_int32 fDescent; member in class:ParagraphLayout::Line
621 le_int32 fDescent; member in class:ParagraphLayout
664 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
670 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h226 CPVT_Word() : Word(0), nCharset(0), ptWord(0, 0), fAscent(0.0f), fDescent(0.0f), fWidth(0.0f),
241 FX_FLOAT fDescent; member in struct:CPVT_Word
/external/skia/include/core/
H A DSkPaint.h774 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:SkPaint::FontMetrics
820 fDescent - fAscent + fLeading).
833 fDescent - fAscent + fLeading
/external/skia/src/utils/
H A DSkLua.cpp1044 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:FontMetrics
1060 setfield_scalar(L, "descent", fm.fDescent);

Completed in 1173 milliseconds