Searched defs:horizontal (Results 1 - 25 of 36) sorted by relevance

12

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
H A DMorphology_3.cpp3 * @brief Use morphology transformations for extracting horizontal and vertical lines sample code
54 // Create the images that will use to extract the horizontal and vertical lines
55 Mat horizontal = bw.clone(); local
60 // Specify size on horizontal axis
61 int horizontalsize = horizontal.cols / 30;
63 // Create structure element for extracting horizontal lines through morphology operations
67 erode(horizontal, horizontal, horizontalStructure, Point(-1, -1));
68 dilate(horizontal, horizontal, horizontalStructur
[all...]
/external/opencv3/modules/core/test/
H A Dtest_concatenation.cpp50 Core_ConcatenationTest(bool horizontal, bool firstEmpty, bool secondEmpty);
66 bool horizontal; member in class:Core_ConcatenationTest
76 : horizontal(horizontal_)
99 if (horizontal)
116 expected = (horizontal ? mat5x0 : mat0x5);
118 expected = (horizontal ? mat5x10 : mat10x5);
120 expected = (horizontal ? mat5x20 : mat20x5);
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
H A DBitmapFontWriter.java83 public int horizontal, vertical; field in class:BitmapFontWriter.Spacing
186 .append(info.spacing.horizontal).append(",").append(info.spacing.vertical).append(xmlQuote).append(xmlCloseSelf)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_context_tree.h80 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c103 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument
108 if (horizontal)
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.cpp245 FX_BOOL horizontal) {
246 if (horizontal) {
242 ContainsBlackPoint(int32_t a, int32_t b, int32_t fixed, FX_BOOL horizontal) argument
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp79 // note that this only works if both lines are neither horizontal nor vertical
200 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
H A DSkDConicLineIntersection.cpp326 int SkIntersections::horizontal(const SkDConic& conic, double left, double right, double y, function in class:SkIntersections
H A DSkDCubicLineIntersection.cpp19 y = i*x + j (if the line is more horizontal)
55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
67 For horizontal lines:
400 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp55 Using the results above (when the line tends towards horizontal)
140 solve by rotating line+quad so line is horizontal, then finding the roots
407 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java283 private void calculatePan(final PointF oldFirstFinger, PointF newX, final boolean horizontal) { argument
287 if(horizontal) {
302 if(horizontal) {
354 private void calculateZoom(float scale, PointF newX, final boolean horizontal) { argument
357 if(horizontal) {
368 if(horizontal) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java199 * horizontal hint (pixels), or SWT.DEFAULT to use the control's preferred size
277 * Increments horizontal hint on given value.
342 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
354 * Sets the horizontal and vertical alignment to GridData.FILL.
361 * Sets the horizontal alignment of the control within its cell.
364 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
373 * Sets the horizontal alignment of the control to GridData.BEGINNING
382 * Sets the horizontal alignment of the control to GridData.CENTER
391 * Sets the horizontal alignment of the control to GridData.FILL
400 * Sets the horizontal alignmen
512 grab(boolean horizontal, boolean vertical) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
H A Dgxvkern.c586 "horizontal=%d, cross-stream=%d, variation=%d, format=%d\n",
602 FT_Bool horizontal; local
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 );
623 "horizontal=%d, cross-stream=%d, format=%d\n",
624 horizontal, cross_stream, *format ));
643 FT_Bool horizontal; local
657 horizontal = FT_BOOL( coverage & 1 );
666 "horizontal=%d, minimum=%d, cross-stream=%d, "
668 horizontal, minimum, cross_stream, override, *format ));
/external/ImageMagick/coders/
H A Dtiff.c1407 horizontal,
1411 &horizontal,&vertical);
1415 "%dx%d",horizontal,vertical);
3630 Set horizontal image position.
1401 horizontal, local
/external/freetype/src/cff/
H A Dcffgload.c1917 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1919 FT_Int horizontal, count; local
1934 /* XXX: figure out whether this is supposed to be a horizontal */
1953 horizontal = ( dx > dy );
1965 if ( horizontal )
2871 ( face->horizontal.Ascender - face->horizontal.Descender );
3083 if ( face->horizontal.number_Of_HMetrics )
3130 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
3131 face->horizontal
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh61 xPlacement = 0x0001u, /* Includes horizontal adjustment for placement */
63 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */
65 xPlaDevice = 0x0010u, /* Includes horizontal Device table for placement */
67 xAdvDevice = 0x0040u, /* Includes horizontal Device table for advance */
83 * for horizontal writing) */
88 * horizontal placement--measured from
94 * horizontal advance--measured from
114 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); local
121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
126 if (unlikely (!horizontal)) glyph_po
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcffgload.c1869 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1871 FT_Int horizontal, count; local
1886 /* XXX: figure out whether this is supposed to be a horizontal */
1905 horizontal = ( dx > dy );
1917 if ( horizontal )
2745 ( face->horizontal.Ascender - face->horizontal.Descender );
2955 if ( face->horizontal.number_Of_HMetrics )
3002 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
3003 face->horizontal
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
H A Dpfrtypes.h238 PFR_DimensionRec horizontal; member in struct:PFR_PhyFontRec_
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c1869 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1871 FT_Int horizontal, count; local
1886 /* XXX: figure out whether this is supposed to be a horizontal */
1905 horizontal = ( dx > dy );
1917 if ( horizontal )
2745 ( face->horizontal.Ascender - face->horizontal.Descender );
2955 if ( face->horizontal.number_Of_HMetrics )
3002 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
3003 face->horizontal
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h411 /* horiBearingX :: The horizontal left bearing. */
413 /* horiBearingY :: The horizontal top bearing. */
415 /* horiAdvance :: The horizontal advance. */
479 /* bitmap strike, for either a horizontal or vertical layout. */
501 /* horizontal advance - */
619 /* hori :: The line metrics for horizontal layouts. */
627 /* x_ppem :: The number of horizontal pixels per EM. */
634 /* flags :: Is this a vertical or horizontal strike? For */
696 /* hori :: The horizontal line metrics. */
700 /* x_ppem :: The number of horizontal pixel
1259 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
H A Dtttypes.h411 /* horiBearingX :: The horizontal left bearing. */
413 /* horiBearingY :: The horizontal top bearing. */
415 /* horiAdvance :: The horizontal advance. */
479 /* bitmap strike, for either a horizontal or vertical layout. */
501 /* horizontal advance - */
619 /* hori :: The line metrics for horizontal layouts. */
627 /* x_ppem :: The number of horizontal pixels per EM. */
634 /* flags :: Is this a vertical or horizontal strike? For */
696 /* hori :: The horizontal line metrics. */
700 /* x_ppem :: The number of horizontal pixel
1262 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h411 /* horiBearingX :: The horizontal left bearing. */
413 /* horiBearingY :: The horizontal top bearing. */
415 /* horiAdvance :: The horizontal advance. */
479 /* bitmap strike, for either a horizontal or vertical layout. */
501 /* horizontal advance - */
619 /* hori :: The line metrics for horizontal layouts. */
627 /* x_ppem :: The number of horizontal pixels per EM. */
634 /* flags :: Is this a vertical or horizontal strike? For */
696 /* hori :: The horizontal line metrics. */
700 /* x_ppem :: The number of horizontal pixel
1262 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dsupport-v4-19.0.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 1940 milliseconds

12