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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 38 le_int32 fLeading;
  /external/icu/icu4c/source/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/chromium_org/third_party/skia/include/core/
SkPaint.h 764 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
808 fDescent - fAscent + fLeading).
821 fDescent - fAscent + fLeading
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 844 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
860 setfield_scalar(L, "leading", fm.fLeading);
    [all...]
  /external/skia/include/core/
SkPaint.h 759 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
803 fDescent - fAscent + fLeading).
816 fDescent - fAscent + fLeading
    [all...]
  /external/skia/src/utils/
SkLua.cpp 836 SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
852 setfield_scalar(L, "leading", fm.fLeading);
    [all...]

Completed in 205 milliseconds