Searched defs:horizontal (Results 1 - 25 of 54) sorted by last modified time

123

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/skia/src/pathops/
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:
376 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
H A DSkDLineIntersection.cpp111 // note that this only works if both lines are neither horizontal nor vertical
230 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
242 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp55 Using the results above (when the line tends towards horizontal)
110 solve by rotating line+quad so line is horizontal, then finding the roots
354 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1288 // FIXME: if prior verb or this verb is a horizontal line, reverse
1858 // Keep horizontal edges just for
1860 // this is essentially computing the horizontal intersection.
1862 HorizontalEdge** horizontal) {
1864 HorizontalEdge* horzEdge = *horizontal;
1875 HorizontalEdge** sorted = horizontal;
2630 // beyond looking for horizontal intercepts, we need to know if any active edges
1861 addBottomT(InEdge** currentPtr, InEdge** lastPtr, HorizontalEdge** horizontal) argument
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h342 /* horiBearingX :: The horizontal left bearing. */
344 /* horiBearingY :: The horizontal top bearing. */
346 /* horiAdvance :: The horizontal advance. */
410 /* bitmap strike, for either a horizontal or vertical layout. */
432 /* horizontal advance - */
551 /* hori :: The line metrics for horizontal layouts. */
559 /* x_ppem :: The number of horizontal pixels per EM. */
566 /* flags :: Is this a vertical or horizontal strike? For */
629 /* hori :: The horizontal line metrics. */
633 /* x_ppem :: The number of horizontal pixel
1188 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h342 /* horiBearingX :: The horizontal left bearing. */
344 /* horiBearingY :: The horizontal top bearing. */
346 /* horiAdvance :: The horizontal advance. */
410 /* bitmap strike, for either a horizontal or vertical layout. */
432 /* horizontal advance - */
551 /* hori :: The line metrics for horizontal layouts. */
559 /* x_ppem :: The number of horizontal pixels per EM. */
566 /* flags :: Is this a vertical or horizontal strike? For */
629 /* hori :: The horizontal line metrics. */
633 /* x_ppem :: The number of horizontal pixel
1188 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c1877 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1879 FT_Int horizontal, count; local
1894 /* XXX: figure out whether this is supposed to be a horizontal */
1913 horizontal = ( dx > dy );
1925 if ( horizontal )
2749 ( face->horizontal.Ascender - face->horizontal.Descender );
2989 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
2990 face->horizontal.Descender );
/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/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh52 xPlacement = 0x0001u, /* Includes horizontal adjustment for placement */
54 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */
56 xPlaDevice = 0x0010u, /* Includes horizontal Device table for placement */
58 xAdvDevice = 0x0040u, /* Includes horizontal Device table for advance */
74 * for horizontal writing) */
79 * horizontal placement--measured from
85 * horizontal advance--measured from
105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); local
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
117 if (unlikely (!horizontal)) glyph_po
[all...]
/external/freetype/include/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 - */
620 /* hori :: The line metrics for horizontal layouts. */
628 /* x_ppem :: The number of horizontal pixels per EM. */
635 /* flags :: Is this a vertical or horizontal strike? For */
698 /* hori :: The horizontal line metrics. */
702 /* x_ppem :: The number of horizontal pixel
1264 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/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 )
2741 ( face->horizontal.Ascender - face->horizontal.Descender );
2981 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
2982 face->horizontal.Descender );
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... RIGHT public static final int CENTER public static final int HORIZONTAL public static final int VERTICAL public static final int DATE ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... RIGHT public static final int CENTER public static final int HORIZONTAL public static final int VERTICAL public static final int DATE ...
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/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1288 // FIXME: if prior verb or this verb is a horizontal line, reverse
1858 // Keep horizontal edges just for
1860 // this is essentially computing the horizontal intersection.
1862 HorizontalEdge** horizontal) {
1864 HorizontalEdge* horzEdge = *horizontal;
1875 HorizontalEdge** sorted = horizontal;
2630 // beyond looking for horizontal intercepts, we need to know if any active edges
1861 addBottomT(InEdge** currentPtr, InEdge** lastPtr, HorizontalEdge** horizontal) argument
/external/chromium_org/third_party/skia/src/pathops/
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:
376 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
H A DSkDLineIntersection.cpp111 // note that this only works if both lines are neither horizontal nor vertical
233 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
245 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp55 Using the results above (when the line tends towards horizontal)
110 solve by rotating line+quad so line is horizontal, then finding the roots
354 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h67 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h342 /* horiBearingX :: The horizontal left bearing. */
344 /* horiBearingY :: The horizontal top bearing. */
346 /* horiAdvance :: The horizontal advance. */
410 /* bitmap strike, for either a horizontal or vertical layout. */
432 /* horizontal advance - */
551 /* hori :: The line metrics for horizontal layouts. */
559 /* x_ppem :: The number of horizontal pixels per EM. */
566 /* flags :: Is this a vertical or horizontal strike? For */
629 /* hori :: The horizontal line metrics. */
633 /* x_ppem :: The number of horizontal pixel
1188 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c1873 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1875 FT_Int horizontal, count; local
1890 /* XXX: figure out whether this is supposed to be a horizontal */
1909 horizontal = ( dx > dy );
1921 if ( horizontal )
2745 ( face->horizontal.Ascender - face->horizontal.Descender );
2976 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
2977 face->horizontal.Descender );

Completed in 1893 milliseconds

123