HomeSort by relevance Sort by last modified time
    Searched refs:lineGap (Results 1 - 25 of 30) sorted by null

1 2

  /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/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/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/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 221 float lineGap = scaleEmToUnits(iLineGap, unitsPerEm) * pointSize;
235 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
239 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
240 lineGap -= 3 - descent;
264 m_fontMetrics.setLineGap(lineGap);
  /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/icu/source/samples/layout/
sfnt.h 190 le_int16 lineGap;
GDIFontInstance.cpp 282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 168 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 168 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu/icu4c/source/samples/layout/
sfnt.h 190 le_int16 lineGap;
GDIFontInstance.cpp 282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu/icu4c/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 168 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 168 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 56 OpenType::Int16 lineGap;
73 OpenType::Int16 lineGap;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 483 mx->fLeading = fTextSizeRender * SkIntToScalar(dwfm.lineGap) / upem;
495 my->fLeading = fTextSizeRender * SkIntToScalar(dwfm.lineGap) / upem;
  /external/opencv/cv/include/
cvcompat.h 517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
    [all...]

Completed in 504 milliseconds

1 2