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

12

/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h70 int16_t fAscent; // Max height above baseline, not including accents. member in class:SkAdvancedTypefaceMetrics
H A DSkPaint.h761 SkScalar fAscent; //!< The recommended distance above 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.h70 int16_t fAscent; // Max height above baseline, not including accents. member in class:SkAdvancedTypefaceMetrics
H A DSkPaint.h756 SkScalar fAscent; //!< The recommended distance above 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.h164 le_int32 fAscent; member in class:ParagraphLayout::Line
613 le_int32 fAscent; 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),
235 FX_FLOAT fAscent; member in struct:CPVT_Word
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp841 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0) member in struct:FontMetrics
857 setfield_scalar(L, "ascent", fm.fAscent);

Completed in 2350 milliseconds

12