HomeSort by relevance Sort by last modified time
    Searched defs:fLeading (Results 1 - 9 of 9) sorted by null

  /external/icu4c/samples/layout/
FontMap.h 51 le_int32 fLeading;
GDIFontInstance.h 61 le_int32 fLeading;
128 return fLeading;
GnomeFontInstance.h 60 le_int32 fLeading;
138 return fLeading;
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 42 le_int32 fLeading;
  /external/icu4c/test/letest/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 166 le_int32 fLeading;
615 le_int32 fLeading;
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/skia/include/core/
SkPaint.h 743 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
751 fDescent - fAscent + fLeading).
764 fDescent - fAscent + fLeading
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 748 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
756 fDescent - fAscent + fLeading).
769 fDescent - fAscent + fLeading
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 444 float fLeading;
    [all...]

Completed in 568 milliseconds