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

  /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/svg/
SVGFontData.cpp 85 float lineGap = 0.1f * fontSize;
99 fontMetrics.setLineGap(lineGap);
100 fontMetrics.setLineSpacing(roundf(ascent) + roundf(descent) + roundf(lineGap));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontMetrics.h 74 void setLineGap(float lineGap) { m_lineGap = lineGap; }
109 int lineGap() const { return lroundf(m_lineGap); }
114 return ascent() == other.ascent() && descent() == other.descent() && lineGap() == other.lineGap();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 130 float lineGap = SkScalarToFloat(metrics.fLeading);
131 m_fontMetrics.setLineGap(lineGap);
132 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
  /external/icu/icu4c/source/samples/layout/
sfnt.h 190 le_int16 lineGap;
  /external/icu/icu4c/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 58 OpenType::Int16 lineGap;
75 OpenType::Int16 lineGap;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 455 /// (baseline-to-baseline distance) is thus the sum of ascent, descent, and lineGap. The line gap is usually
459 INT16 lineGap;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 444 INT16 lineGap;
    [all...]

Completed in 709 milliseconds