Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/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()
Dvp9_encodeframe.c2212 &pc_tree->horizontal[0]); in encode_sb()
2215 subsize, &pc_tree->horizontal[1]); in encode_sb()
2553 &pc_tree->horizontal[0]); in encode_sb_rt()
2556 subsize, &pc_tree->horizontal[1]); in encode_sb_rt()
2667 pc_tree->horizontal[0].skip_ref_frame_mask = 0; in rd_use_partition()
2669 subsize, &pc_tree->horizontal[0], INT64_MAX); in rd_use_partition()
2673 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0]; in rd_use_partition()
2677 pc_tree->horizontal[1].skip_ref_frame_mask = 0; in rd_use_partition()
2679 &tmp_rdc, subsize, &pc_tree->horizontal[1], INT64_MAX); in rd_use_partition()
4057 pc_tree->horizontal[0].skip_ref_frame_mask = 0; in rd_pick_partition()
[all …]
/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);
Drect.h121 void Inset(int horizontal, int vertical) { in Inset() argument
122 Inset(horizontal, vertical, horizontal, vertical); in Inset()
132 void Offset(int horizontal, int vertical);
/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.cc490 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces() local
511 if (horizontal) in _hb_ot_shape_fallback_spaces()
518 if (horizontal) in _hb_ot_shape_fallback_spaces()
528 if (horizontal) in _hb_ot_shape_fallback_spaces()
540 if (horizontal) in _hb_ot_shape_fallback_spaces()
553 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/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.c81 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[0], shared_bufs); in alloc_tree_contexts()
84 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[1], shared_bufs); in alloc_tree_contexts()
122 free_mode_context(&tree->horizontal[0], num_planes); in free_tree_contexts()
123 free_mode_context(&tree->horizontal[1], num_planes); in free_tree_contexts()
/external/u-boot/drivers/video/stm32/
DKconfig17 int "Maximum horizontal resolution (for memory allocation purposes)"
21 The maximum horizontal resolution to support for the framebuffer.
/external/freetype/src/cff/
Dcffgload.c336 ( face->horizontal.Ascender - face->horizontal.Descender ); in cff_slot_load()
552 if ( face->horizontal.number_Of_HMetrics ) in cff_slot_load()
599 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender - in cff_slot_load()
600 face->horizontal.Descender ); in cff_slot_load()
/external/tensorflow/tensorflow/contrib/receptive_field/
DREADME.md39 for both horizontal and vertical directions.
178 Receptive field size (horizontal) = 3039
180 Effective stride (horizontal) = 32
182 Effective padding (horizontal) = 1482
/external/u-boot/drivers/video/rockchip/
DKconfig23 int "Maximum horizontal resolution (for memory allocation purposes)"
27 The maximum horizontal resolution to support for the framebuffer.
/external/freetype/src/sfnt/
Dttmtx.c181 header = &face->horizontal; in tt_face_load_hhea()
258 header = &face->horizontal; in tt_face_get_metrics()
/external/markdown/tests/misc/
Dpara-with-hr.txt1 Here is a paragraph, followed by a horizontal rule.
Dblockquote-hr.txt5 > Block quote with horizontal lines.
/external/python/pyasn1/docs/source/.static/css/
Drtdimproved.css4 /* fix horizontal padding to accomodate adsense banners */

12345678910>>...12