Searched defs:fLeading (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A DFontMap.h51 le_int32 fLeading; member in class:FontMap
H A DGDIFontInstance.h61 le_int32 fLeading; member in class:GDIFontInstance
128 return fLeading;
H A DGnomeFontInstance.h60 le_int32 fLeading; member in class:GnomeFontInstance
138 return fLeading;
/external/icu/icu4c/source/samples/layout/
H A DFontMap.h51 le_int32 fLeading; member in class:FontMap
H A DGDIFontInstance.h61 le_int32 fLeading; member in class:GDIFontInstance
128 return fLeading;
H A DGnomeFontInstance.h60 le_int32 fLeading; member in class:GnomeFontInstance
138 return fLeading;
/external/chromium_org/third_party/icu/source/test/letest/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h166 le_int32 fLeading; member in class:ParagraphLayout::Line
615 le_int32 fLeading; 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/chromium_org/third_party/skia/include/core/
H A DSkPaint.h764 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:SkPaint::FontMetrics
808 fDescent - fAscent + fLeading).
821 fDescent - fAscent + fLeading
/external/skia/include/core/
H A DSkPaint.h759 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:SkPaint::FontMetrics
803 fDescent - fAscent + fLeading).
816 fDescent - fAscent + fLeading
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp844 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:FontMetrics
860 setfield_scalar(L, "leading", fm.fLeading);
/external/skia/src/utils/
H A DSkLua.cpp836 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:FontMetrics
852 setfield_scalar(L, "leading", fm.fLeading);

Completed in 4829 milliseconds