HomeSort by relevance Sort by last modified time
    Searched defs:fLeading (Results 1 - 7 of 7) 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/icu4c/test/letest/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 166 le_int32 fLeading;
612 le_int32 fLeading;
654 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
660 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/skia/include/core/
SkPaint.h 694 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
702 fDescent - fAscent + fLeading).
715 fDescent - fAscent + fLeading
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 444 float fLeading;
    [all...]

Completed in 3005 milliseconds