/external/icu/icu4c/source/test/letest/ |
H A D | SimpleFontInstance.h | 26 le_int32 fAscent; member in class:SimpleFontInstance
|
H A D | PortableFontInstance.h | 36 le_int32 fAscent; member in class:PortableFontInstance
|
/external/icu/icu4c/source/test/perf/leperf/ |
H A D | SimpleFontInstance.h | 26 le_int32 fAscent; member in class:SimpleFontInstance
|
H A D | PortableFontInstance.h | 36 le_int32 fAscent; member in class:PortableFontInstance
|
/external/icu/icu4c/source/samples/layout/ |
H A D | FontMap.h | 49 le_int32 fAscent; member in class:FontMap
|
H A D | paragraph.h | 65 le_int32 fAscent; member in class:Paragraph 83 return fAscent;
|
H A D | GDIFontInstance.h | 59 le_int32 fAscent; member in class:GDIFontInstance 118 return fAscent;
|
H A D | GnomeFontInstance.h | 58 le_int32 fAscent; member in class:GnomeFontInstance 128 return fAscent;
|
H A D | pflow.c | 56 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 D | SkAdvancedTypefaceMetrics.h | 70 int16_t fAscent; // Max height above baseline, not including accents. member in class:SkAdvancedTypefaceMetrics
|
/external/icu/icu4c/source/layoutex/layout/ |
H A D | ParagraphLayout.h | 171 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 D | fpdf_vt.h | 226 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 D | SkPaint.h | 773 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 D | SkLua.cpp | 1043 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0) member in struct:FontMetrics 1059 setfield_scalar(L, "ascent", fm.fAscent);
|