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

/external/icu4c/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/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.h42 le_int32 fLeading; member in class:PortableFontInstance
/external/chromium_org/third_party/icu/source/test/letest/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/icu4c/test/letest/
H A DPortableFontInstance.h38 le_int32 fLeading; member in class:PortableFontInstance
/external/icu4c/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.h753 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:SkPaint::FontMetrics
762 fDescent - fAscent + fLeading).
775 fDescent - fAscent + fLeading
/external/skia/include/core/
H A DSkPaint.h753 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:SkPaint::FontMetrics
762 fDescent - fAscent + fLeading).
775 fDescent - fAscent + fLeading
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp592 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:FontMetrics
608 setfield_scalar(L, "leading", fm.fLeading);
/external/skia/src/utils/
H A DSkLua.cpp592 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) member in struct:FontMetrics
608 setfield_scalar(L, "leading", fm.fLeading);

Completed in 182 milliseconds