/external/skia/src/pathops/ |
D | SkIntersections.h | 61 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/ |
D | vp9_context_tree.c | 69 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()
|
D | vp9_encodeframe.c | 1463 &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 …]
|
D | vp9_context_tree.h | 80 PICK_MODE_CONTEXT horizontal[2]; member
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.stack.js | 72 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,
|
D | jquery.flot.stack.min.js | 7 …horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoints.format[2].x:datapoints.format…
|
/external/autotest/frontend/client/src/autotest/public/ |
D | standard.css | 30 .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/ |
D | XYPlotZoomPan.java | 283 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/ |
D | PathOpsLineIntersectionTest.cpp | 124 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/ |
D | uiskin.json | 32 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/ |
D | gxvkern.c | 602 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/ |
D | ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s | 51 @* 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/ |
D | ttmtx.c | 162 header = &face->horizontal; in tt_face_load_hhea() 229 header = &face->horizontal; in tt_face_get_metrics()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttmtx.c | 162 header = &face->horizontal; in tt_face_load_hhea() 229 header = &face->horizontal; in tt_face_get_metrics()
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 162 header = &face->horizontal; in tt_face_load_hhea() 229 header = &face->horizontal; in tt_face_get_metrics()
|
/external/markdown/tests/misc/ |
D | para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule.
|
D | blockquote-hr.txt | 5 > Block quote with horizontal lines.
|
/external/libgdx/extensions/gdx-tools/assets/ |
D | uiskin.json | 32 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/ |
D | GridDataFactory.java | 512 public GridDataFactory grab(boolean horizontal, boolean vertical) { in grab() argument 513 m_data.grabExcessHorizontalSpace = horizontal; in grab()
|
/external/markdown/tests/markdown-test/ |
D | benchmark.dat | 7 horizontal-rules:0.180000:135168.000000
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_WhiteRectangleDetector.h | 36 FX_BOOL horizontal);
|
/external/ImageMagick/scripts/ |
D | xsnap | 145 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/ |
D | markermanager.js | 287 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/ |
D | afblue.dat | 262 // 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/ |
D | HGaussianBlur.frag | 1 uniform sampler2D m_Texture; // this should hold the texture rendered by the horizontal blur pass
|