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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 75 // FIXME: Access ascent/descent/lineGap with floating point precision.
78 float lineGap = textMetric.tmExternalLeading;
95 m_fontMetrics.setLineGap(lineGap);
97 m_fontMetrics.setLineSpacing(ascent + descent + lineGap);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 62 FWORD lineGap; /* Typographic line gap. Negative
63 * LineGap values are treated as zero
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 62 FWORD lineGap; /* Typographic line gap. Negative
63 * LineGap values are treated as zero
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontMetrics.h 72 void setLineGap(float lineGap) { m_lineGap = lineGap; }
107 int lineGap() const { return lroundf(m_lineGap); }
112 return ascent() == other.ascent() && descent() == other.descent() && lineGap() == other.lineGap();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 120 float lineGap = SkScalarToFloat(metrics.fLeading);
121 m_fontMetrics.setLineGap(lineGap);
122 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 79 float lineGap = 0.1f * fontSize;
93 fontMetrics.setLineGap(lineGap);
94 fontMetrics.setLineSpacing(roundf(ascent) + roundf(descent) + roundf(lineGap));
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
  /external/icu4c/samples/layout/
sfnt.h 190 le_int16 lineGap;
  /external/icu4c/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 330 le_int16 lineGap;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 58 OpenType::Int16 lineGap;
75 OpenType::Int16 lineGap;

Completed in 252 milliseconds