Searched defs:fAscent (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
H A DPortableFontInstance.h36 le_int32 fAscent; member in class:PortableFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
H A DPortableFontInstance.h36 le_int32 fAscent; member in class:PortableFontInstance
/external/icu/icu4c/source/samples/layout/
H A DFontMap.h49 le_int32 fAscent; member in class:FontMap
H A Dparagraph.h65 le_int32 fAscent; member in class:Paragraph
83 return fAscent;
H A DGDIFontInstance.h59 le_int32 fAscent; member in class:GDIFontInstance
118 return fAscent;
H A DGnomeFontInstance.h58 le_int32 fAscent; member in class:GnomeFontInstance
128 return fAscent;
H A Dpflow.c56 le_int32 fAscent; member in struct:pf_object
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h70 int16_t fAscent; // Max height above baseline, not including accents. member in class:SkAdvancedTypefaceMetrics
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h171 le_int32 fAscent; member in class:ParagraphLayout::Line
620 le_int32 fAscent; 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),
239 FX_FLOAT fAscent; member in struct:CPVT_Word
/external/skia/include/core/
H A DSkPaint.h773 SkScalar fAscent; //!< The recommended distance above 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.cpp1043 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0) member in struct:FontMetrics
1059 setfield_scalar(L, "ascent", fm.fAscent);

Completed in 6013 milliseconds