/external/skqp/src/pathops/ |
D | SkIntersections.h | 62 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/ |
D | SkIntersections.h | 62 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/ |
D | vp9_context_tree.c | 68 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()
|
D | vp9_encodeframe.c | 2212 &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/ |
D | insets_f.h | 20 constexpr InsetsF(float vertical, float horizontal) in InsetsF() argument 22 left_(horizontal), in InsetsF() 24 right_(horizontal) {} in InsetsF()
|
D | insets.h | 29 constexpr Insets(int vertical, int horizontal) in Insets() argument 31 left_(horizontal), in Insets() 33 right_(horizontal) {} in Insets()
|
D | rect_f.h | 81 void Inset(float horizontal, float vertical) { in Inset() argument 82 Inset(horizontal, vertical, horizontal, vertical); in Inset() 92 void Offset(float horizontal, float vertical);
|
D | rect.h | 121 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/ |
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/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 490 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()
|
D | hb-kern.hh | 58 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in kern() local 87 if (horizontal) in kern()
|
/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/skqp/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/freetype/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/libaom/libaom/av1/encoder/ |
D | context_tree.c | 81 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/ |
D | Kconfig | 17 int "Maximum horizontal resolution (for memory allocation purposes)" 21 The maximum horizontal resolution to support for the framebuffer.
|
/external/freetype/src/cff/ |
D | cffgload.c | 336 ( 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/ |
D | README.md | 39 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/ |
D | Kconfig | 23 int "Maximum horizontal resolution (for memory allocation purposes)" 27 The maximum horizontal resolution to support for the framebuffer.
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 181 header = &face->horizontal; in tt_face_load_hhea() 258 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/python/pyasn1/docs/source/.static/css/ |
D | rtdimproved.css | 4 /* fix horizontal padding to accomodate adsense banners */
|