Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/skia/src/pathops/
DSkIntersections.h62 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
87 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
137 return horizontal(line, left, right, y, flipped); in lineHorizontal()
173 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
243 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
244 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
247 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
248 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
/external/skqp/src/pathops/
DSkIntersections.h62 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
87 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
137 return horizontal(line, left, right, y, flipped); in lineHorizontal()
173 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
243 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
244 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
247 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
248 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c68 alloc_mode_context(cm, num_4x4_blk / 2, &tree->horizontal[0]); in alloc_tree_contexts()
72 alloc_mode_context(cm, num_4x4_blk / 2, &tree->horizontal[1]); in alloc_tree_contexts()
75 memset(&tree->horizontal[1], 0, sizeof(tree->horizontal[1])); in alloc_tree_contexts()
82 free_mode_context(&tree->horizontal[0]); in free_tree_contexts()
83 free_mode_context(&tree->horizontal[1]); in free_tree_contexts()
/external/fmtlib/doc/bootstrap/
Dnavbar.less44 // will expand past that for a horizontal display.
52 padding-right: @navbar-padding-horizontal;
53 padding-left: @navbar-padding-horizontal;
110 margin-right: -@navbar-padding-horizontal;
111 margin-left: -@navbar-padding-horizontal;
165 padding: @navbar-padding-vertical @navbar-padding-horizontal;
182 margin-left: -@navbar-padding-horizontal;
196 margin-right: @navbar-padding-horizontal;
230 // the nav the full height of the horizontal nav (above 768px).
233 margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;
[all …]
Dpagination.less16 padding: @padding-base-vertical @padding-base-horizontal;
82 ….pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-rad…
87 ….pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-rad…
Dbuttons.less20 ….button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base;…
129 ….button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-la…
133 ….button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-sm…
136 ….button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @…
Dforms.less119 padding: @padding-base-vertical @padding-base-horizontal;
202 // horizontal forms, use the predefined grid classes.
294 // a horizontal form layout.
321 ….input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-sm…
325 ….input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-sm…
329 padding: @padding-small-vertical @padding-small-horizontal;
337 ….input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-la…
341 ….input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-la…
345 padding: @padding-large-vertical @padding-large-horizontal;
513 .form-horizontal {
/external/libchrome/ui/gfx/geometry/
Dinsets_f.h20 constexpr InsetsF(float vertical, float horizontal) in InsetsF() argument
22 left_(horizontal), in InsetsF()
24 right_(horizontal) {} in InsetsF()
Dinsets.h29 constexpr Insets(int vertical, int horizontal) in Insets() argument
31 left_(horizontal), in Insets()
33 right_(horizontal) {} in Insets()
Drect_f.h81 void Inset(float horizontal, float vertical) { in Inset() argument
82 Inset(horizontal, vertical, horizontal, vertical); in Inset()
92 void Offset(float horizontal, float vertical);
/external/fmtlib/doc/bootstrap/mixins/
Dpagination.less3 .pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {
7 padding: @padding-vertical @padding-horizontal;
Dbuttons.less47 .button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {
48 padding: @padding-vertical @padding-horizontal;
Dforms.less67 // horizontal sizing, wrap controls in the predefined grid classes. `<select>`
69 .input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @borde…
71 padding: @padding-vertical @padding-horizontal;
/external/autotest/frontend/client/src/autotest/public/
Dstandard.css30 .gwt-MenuBar-horizontal {
34 .gwt-MenuBar-horizontal .gwt-MenuItem {
40 .gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
48 .gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlotZoomPan.java283 private void calculatePan(final PointF oldFirstFinger, PointF newX, final boolean horizontal) { in calculatePan() argument
287 if(horizontal) { in calculatePan()
302 if(horizontal) { in calculatePan()
354 private void calculateZoom(float scale, PointF newX, final boolean horizontal) { in calculateZoom() argument
357 if(horizontal) { in calculateZoom()
368 if(horizontal) { in calculateZoom()
/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc523 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces() local
544 if (horizontal) in _hb_ot_shape_fallback_spaces()
551 if (horizontal) in _hb_ot_shape_fallback_spaces()
561 if (horizontal) in _hb_ot_shape_fallback_spaces()
573 if (horizontal) in _hb_ot_shape_fallback_spaces()
586 if (horizontal) in _hb_ot_shape_fallback_spaces()
Dhb-kern.hh58 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in kern() local
87 if (horizontal) in kern()
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOne()
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOne()
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOneCoincident()
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOneCoincident()
/external/skqp/tests/
DPathOpsLineIntersectionTest.cpp124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOne()
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOne()
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOneCoincident()
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOneCoincident()
/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java218 LinearTransformation transformation = LinearTransformation.horizontal(y); in testHorizontal_regular()
224 LinearTransformation.horizontal(Double.POSITIVE_INFINITY); in testHorizontal_infiniteY()
232 LinearTransformation.horizontal(Double.NaN); in testHorizontal_nanY()
/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java218 LinearTransformation transformation = LinearTransformation.horizontal(y); in testHorizontal_regular()
224 LinearTransformation.horizontal(Double.POSITIVE_INFINITY); in testHorizontal_infiniteY()
232 LinearTransformation.horizontal(Double.NaN); in testHorizontal_nanY()
/external/freetype/src/gxvalid/
Dgxvkern.c602 FT_Bool horizontal; in gxv_kern_coverage_classic_apple_validate() local
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 ); in gxv_kern_coverage_classic_apple_validate()
624 horizontal, cross_stream, *format )); in gxv_kern_coverage_classic_apple_validate()
643 FT_Bool horizontal; in gxv_kern_coverage_classic_microsoft_validate() local
657 horizontal = FT_BOOL( coverage & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
668 horizontal, minimum, cross_stream, override, *format )); in gxv_kern_coverage_classic_microsoft_validate()
/external/libavc/common/arm/
Dih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s51 @* applies the six tap filter in the horizontal direction on the
61 @* the predictors first in the horizontal direction and then in the
151 vld1.32 {q0}, [r0], r2 @ row -2 load for horizontal filter
162 vld1.32 {q0}, [r0], r2 @ row -1 load for horizontal filter
176 vld1.32 {q0}, [r0], r2 @ row 0 load for horizontal filter
190 vld1.32 {q0}, [r0], r2 @ row 1 load for horizontal filter
204 vld1.32 {q0}, [r0], r2 @ row 2 load for horizontal filter
222 vld1.32 {q0}, [r0], r2 @ row 3 load for horizontal filter
268 vld1.32 {q0}, [r0], r2 @ row 5 load for horizontal filter
306 vld1.32 {q0}, [r0], r2 @ row 6 load for horizontal filter
[all …]
/external/libaom/libaom/av1/encoder/
Dcontext_tree.c87 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[0], shared_bufs); in alloc_tree_contexts()
90 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[1], shared_bufs); in alloc_tree_contexts()
128 free_mode_context(&tree->horizontal[0], num_planes); in free_tree_contexts()
129 free_mode_context(&tree->horizontal[1], num_planes); in free_tree_contexts()
/external/u-boot/drivers/video/stm32/
DKconfig26 int "Maximum horizontal resolution (for memory allocation purposes)"
30 The maximum horizontal resolution to support for the framebuffer.

12345678910>>...12