Searched defs:lineGap (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hhea-table.hh62 FWORD lineGap; /* Typographic line gap. Negative member in struct:OT::hhea
/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh62 FWORD lineGap; /* Typographic line gap. Negative member in struct:OT::hhea
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.cpp85 float lineGap = 0.1f * fontSize; local
99 fontMetrics.setLineGap(lineGap);
100 fontMetrics.setLineSpacing(roundf(ascent) + roundf(descent) + roundf(lineGap));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontMetrics.h74 void setLineGap(float lineGap) { m_lineGap = lineGap; } argument
109 int lineGap() const { return lroundf(m_lineGap); } function in class:blink::FontMetrics
114 return ascent() == other.ascent() && descent() == other.descent() && lineGap() == other.lineGap();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp130 float lineGap = SkScalarToFloat(metrics.fLeading); local
131 m_fontMetrics.setLineGap(lineGap);
132 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h190 le_int16 lineGap; member in struct:HHEATable
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h153 le_int16 lineGap; member in struct:HHEATable
H A Dsfnt.h327 le_int16 lineGap; member in struct:HHEATable
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h153 le_int16 lineGap; member in struct:HHEATable
H A Dsfnt.h327 le_int16 lineGap; member in struct:HHEATable
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h190 le_int16 lineGap; member in struct:HHEATable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h153 le_int16 lineGap; member in struct:HHEATable
H A Dsfnt.h327 le_int16 lineGap; member in struct:HHEATable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h153 le_int16 lineGap; member in struct:HHEATable
H A Dsfnt.h327 le_int16 lineGap; member in struct:HHEATable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp56 OpenType::Int16 lineGap; member in struct:blink::OpenType::HheaTable
73 OpenType::Int16 lineGap; member in struct:blink::OpenType::VheaTable
/external/opencv/cv/src/
H A Dcvhough.cpp485 int lineLength, int lineGap,
656 else if( ++gap > lineGap )
483 icvHoughLinesProbabalistic( CvMat* image, float rho, float theta, int threshold, int lineLength, int lineGap, CvSeq *lines, int linesMax ) argument
/external/opencv/cv/include/
H A Dcvcompat.h517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
515 cvHoughLinesP( CvArr* image, double rho, double theta, int threshold, int lineLength, int lineGap, int* lines, int linesNumber ) argument
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h455 /// (baseline-to-baseline distance) is thus the sum of ascent, descent, and lineGap. The line gap is usually
459 INT16 lineGap; member in struct:DWRITE_FONT_METRICS

Completed in 685 milliseconds