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

/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.h29 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h39 le_int32 fDescent; member in class:PortableFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h33 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h43 le_int32 fDescent; member in class:PortableFontInstance
/external/icu/icu4c/source/samples/layout/
H A DFontMap.h54 le_int32 fDescent; member in class:FontMap
H A DGDIFontInstance.h66 le_int32 fDescent; member in class:GDIFontInstance
129 return fDescent;
H A DGnomeFontInstance.h65 le_int32 fDescent; member in class:GnomeFontInstance
139 return fDescent;
/external/pdfium/core/fpdfdoc/
H A Dcpvt_word.h23 FX_FLOAT fDescent; member in class:CPVT_Word
34 fDescent(0.0f),
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h66 int16_t fDescent = 0; // Max depth below baseline (negative). variable
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h174 le_int32 fDescent; member in class:ParagraphLayout::Line
623 le_int32 fDescent; member in class:ParagraphLayout
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/
H A DSkPaint.h702 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:SkPaint::FontMetrics
748 fDescent - fAscent + fLeading).
761 fDescent - fAscent + fLeading
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1168 FX_FLOAT fDescent = fFontHeight * (FX_FLOAT)iDescent / (FX_FLOAT)iMaxHeight; local
1453 pCharPos->m_Origin.x -= fDescent;
1479 pCharPos->m_Origin.x -= fDescent;
1480 pCharPos->m_Origin.y -= fAscent + fDescent;
/external/skia/src/utils/
H A DSkLua.cpp939 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) member in struct:FontMetrics
955 setfield_scalar(L, "descent", fm.fDescent);

Completed in 436 milliseconds