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

/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h71 int16_t fDescent; // Max depth below baseline (negative). member in class:SkAdvancedTypefaceMetrics
H A DSkPaint.h762 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:SkPaint::FontMetrics
808 fDescent - fAscent + fLeading).
821 fDescent - fAscent + fLeading
/external/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h71 int16_t fDescent; // Max depth below baseline (negative). member in class:SkAdvancedTypefaceMetrics
H A DSkPaint.h757 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:SkPaint::FontMetrics
803 fDescent - fAscent + fLeading).
816 fDescent - fAscent + fLeading
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h165 le_int32 fDescent; member in class:ParagraphLayout::Line
614 le_int32 fDescent; member in class:ParagraphLayout
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/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h222 CPVT_Word() : Word(0), nCharset(0), ptWord(0, 0), fAscent(0.0f), fDescent(0.0f), fWidth(0.0f),
237 FX_FLOAT fDescent; member in struct:CPVT_Word
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp842 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:FontMetrics
858 setfield_scalar(L, "descent", fm.fDescent);
/external/skia/src/utils/
H A DSkLua.cpp834 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:FontMetrics
850 setfield_scalar(L, "descent", fm.fDescent);

Completed in 2962 milliseconds