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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
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/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/win/
SimpleFontDataWin.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/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 121 float lineGap = SkScalarToFloat(metrics.fLeading);
122 m_fontMetrics.setLineGap(lineGap);
123 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 213 float lineGap = scaleEmToUnits(iLineGap, unitsPerEm) * pointSize;
225 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
229 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
230 lineGap -= 3 - descent;
254 m_fontMetrics.setLineGap(lineGap);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 81 float lineGap = 0.1f * fontSize;
95 fontMetrics.setLineGap(lineGap);
96 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;
PortableFontInstance.cpp 151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu4c/samples/layout/
sfnt.h 190 le_int16 lineGap;
GDIFontInstance.cpp 282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu4c/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 151 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp 50 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
sfnt.h 330 le_int16 lineGap;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 58 OpenType::Int16 lineGap;
75 OpenType::Int16 lineGap;
  /external/opencv/cv/include/
cvcompat.h 517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 485 int lineLength, int lineGap,
656 else if( ++gap > lineGap )
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 866 mx->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem;
875 my->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem;
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 866 mx->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem;
875 my->fLeading = fRec.fTextSize * SkIntToScalar(dwfm.lineGap) / upem;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 128 milliseconds