/external/skia/src/pathops/ |
D | SkIntersections.h | 58 return horizontal(conic, left, right, y, flipped); in conicHorizontal() 83 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal() 124 return horizontal(line, left, right, y, flipped); in lineHorizontal() 160 return horizontal(quad, left, right, y, flipped); in quadHorizontal() 230 int horizontal(const SkDLine&, double left, double right, double y, bool flipped); 231 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped); 232 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]); 233 int horizontal(const SkDCubic&, double y, double tRange[3]); 234 int horizontal(const SkDConic&, double left, double right, double y, bool flipped); 235 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 | 1462 &pc_tree->horizontal[0]); in encode_sb() 1465 subsize, &pc_tree->horizontal[1]); in encode_sb() 1801 &pc_tree->horizontal[0]); in encode_sb_rt() 1804 subsize, &pc_tree->horizontal[1]); in encode_sb_rt() 1922 subsize, &pc_tree->horizontal[0], in rd_use_partition() 1927 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0]; in rd_use_partition() 1933 subsize, &pc_tree->horizontal[1], INT64_MAX); in rd_use_partition() 2639 pc_tree->horizontal[0].pred_interp_filter = in rd_pick_partition() 2642 &pc_tree->horizontal[0], best_rdc.rdcost); in rd_pick_partition() 2646 PICK_MODE_CONTEXT *ctx = &pc_tree->horizontal[0]; in rd_pick_partition() [all …]
|
D | vp9_context_tree.h | 76 PICK_MODE_CONTEXT horizontal[2]; member
|
/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/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 …]
|
D | ih264_inter_pred_luma_horz_qpel_a9q.s | 26 @* Contains function definitions for inter prediction horizontal quarter pel interpolation. 49 @* Quarter pel interprediction luma filter for horizontal input 52 @* Applies a 6 tap horizontal filter .The output is clipped to 8 bits
|
/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()
|
D | sfobjs.c | 1079 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face() 1106 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face() 1431 root->ascender = face->horizontal.Ascender; in sfnt_load_face() 1432 root->descender = face->horizontal.Descender; in sfnt_load_face() 1435 face->horizontal.Line_Gap ); in sfnt_load_face() 1459 root->max_advance_width = face->horizontal.advance_Width_Max; in sfnt_load_face()
|
/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()
|
D | sfobjs.c | 1157 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face() 1184 face->horizontal.number_Of_HMetrics = 0; in sfnt_load_face() 1509 root->ascender = face->horizontal.Ascender; in sfnt_load_face() 1510 root->descender = face->horizontal.Descender; in sfnt_load_face() 1513 face->horizontal.Line_Gap; in sfnt_load_face() 1538 (FT_Short)face->horizontal.advance_Width_Max; in sfnt_load_face()
|
/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/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/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
D | drag_handle.css | 12 * /deep/ x-drag-handle.horizontal-drag-handle {
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | test_rendering.c | 103 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned … in Gradient() argument 108 if (horizontal) in Gradient()
|
/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
|
D | VGaussianBlur.frag | 1 uniform sampler2D m_Texture; // this should hold the texture rendered by the horizontal blur pass
|
/external/freetype/src/autofit/ |
D | afblue.dat | 290 // respectively. Only horizontal blue zones (i.e., adjusting vertical 364 // respectively. Both horizontal and vertical blue zones (i.e., adjusting 365 // vertical and horizontal coordinate values, respectively) are supported. 376 // right blue zone, taking horizontal maximum values. 379 // Define a blue zone for horizontal hinting (i.e., vertical blue
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 59 consists of two parts: a horizontal left part, and a linearly increasing right 63 it is also normal to get graphs where the horizontal left part is of zero width,
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 63 consists of two parts: a horizontal left part, and a linearly increasing right 67 it is also normal to get graphs where the horizontal left part is of zero width,
|
/external/freetype/src/cff/ |
D | cffgload.c | 1871 FT_Int horizontal, count; in cff_decoder_parse_charstrings() local 1905 horizontal = ( dx > dy ); in cff_decoder_parse_charstrings() 1917 if ( horizontal ) in cff_decoder_parse_charstrings() 2745 ( face->horizontal.Ascender - face->horizontal.Descender ); in cff_slot_load() 2955 if ( face->horizontal.number_Of_HMetrics ) in cff_slot_load() 3002 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender - in cff_slot_load() 3003 face->horizontal.Descender ); in cff_slot_load()
|