Home
last modified time | relevance | path

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

1234567

/external/skia/src/pathops/
DSkIntersections.h61 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
86 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
127 return horizontal(line, left, right, y, flipped); in lineHorizontal()
163 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
234 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
235 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
236 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
237 int horizontal(const SkDCubic&, double y, double tRange[3]);
238 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
239 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c69 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[0]); in alloc_tree_contexts()
73 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[1]); in alloc_tree_contexts()
76 memset(&tree->horizontal[1], 0, sizeof(tree->horizontal[1])); in alloc_tree_contexts()
83 free_mode_context(&tree->horizontal[0]); in free_tree_contexts()
84 free_mode_context(&tree->horizontal[1]); in free_tree_contexts()
Dvp9_encodeframe.c1463 &pc_tree->horizontal[0]); in encode_sb()
1466 subsize, &pc_tree->horizontal[1]); in encode_sb()
1804 &pc_tree->horizontal[0]); in encode_sb_rt()
1807 subsize, &pc_tree->horizontal[1]); in encode_sb_rt()
1925 subsize, &pc_tree->horizontal[0], in rd_use_partition()
1930 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0]; in rd_use_partition()
1936 subsize, &pc_tree->horizontal[1], INT64_MAX); in rd_use_partition()
2653 pc_tree->horizontal[0].pred_interp_filter = in rd_pick_partition()
2656 &pc_tree->horizontal[0], best_rdc.rdcost); in rd_pick_partition()
2660 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0]; in rd_pick_partition()
[all …]
Dvp9_context_tree.h80 PICK_MODE_CONTEXT horizontal[2]; member
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.stack.js72 horizontal = s.bars.horizontal,
73 … withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),
76 keyOffset = horizontal ? 1 : 0,
77 accumulateOffset = horizontal ? 0 : 1,
Djquery.flot.stack.min.js7horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoints.format[2].x:datapoints.format…
/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/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/libgdx/tests/gdx-tests-android/assets/data/
Duiskin.json32 default-horizontal: { handle: default-splitpane }
39 default-horizontal: { background: default-slider, knob: default-slider-knob },
43 default-horizontal: { background: default-slider, knob: default-slider-knob },
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttmtx.c162 header = &face->horizontal; in tt_face_load_hhea()
229 header = &face->horizontal; in tt_face_get_metrics()
/external/pdfium/third_party/freetype/src/sfnt/
Dttmtx.c162 header = &face->horizontal; in tt_face_load_hhea()
229 header = &face->horizontal; in tt_face_get_metrics()
/external/freetype/src/sfnt/
Dttmtx.c162 header = &face->horizontal; in tt_face_load_hhea()
229 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/libgdx/extensions/gdx-tools/assets/
Duiskin.json32 default-horizontal: { handle: default-splitpane }
39 default-horizontal: { background: default-slider, knob: default-slider-knob }
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridDataFactory.java512 public GridDataFactory grab(boolean horizontal, boolean vertical) { in grab() argument
513 m_data.grabExcessHorizontalSpace = horizontal; in grab()
/external/markdown/tests/markdown-test/
Dbenchmark.dat7 horizontal-rules:0.180000:135168.000000
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.h36 FX_BOOL horizontal);
/external/ImageMagick/scripts/
Dxsnap145 scale .options.input.delay.scale -orient horizontal -length 11c \
182 scale .options.processing.colors.scale -orient horizontal -length 11c \
189 scale .options.processing.rotate.scale -orient horizontal -length 11c \
214 scale .options.output.scene.scale -orient horizontal -length 11c \
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js287 var horizontal = minX <= point.x && point.x <= this.shownBounds_.maxX;
288 if (!horizontal && minX < 0) {
292 horizontal = minX + width <= point.x && point.x <= width - 1;
294 return vertical && horizontal;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafblue.dat262 // respectively. Only horizontal blue zones (i.e., adjusting vertical
312 // all overshoot values, respectively. Both horizontal and vertical blue
313 // zones (i.e., adjusting vertical and horizontal coordinate values,
325 // right blue zone, taking horizontal maximum values.
328 // Define a blue zone for horizontal hinting (i.e., vertical blue
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
DHGaussianBlur.frag1 uniform sampler2D m_Texture; // this should hold the texture rendered by the horizontal blur pass

1234567