| /third_party/typescript/tests/baselines/reference/ |
| D | thisTypeInObjectLiterals2.js | 40 moveBy(dx, dy, dz) { argument 52 moveBy(dx, dy, dz) { argument 64 moveBy(dx, dy, dz) { argument 76 moveBy(dx, dy, dz) { argument 90 moveBy(dx, dy, dz) { argument 104 moveBy(dx, dy, dz) { argument 273 moveBy: function (dx, dy, dz) { argument 284 moveBy: function (dx, dy, dz) { argument 295 moveBy: function (dx, dy, dz) { argument 306 moveBy: function (dx, dy, dz) { argument [all …]
|
| D | targetTypeTest1.js | 32 Point.prototype.add = function(dx, dy) { argument 44 add: function(dx, dy) { argument 90 Point.prototype.add = function (dx, dy) { argument 100 add: function (dx, dy) { argument
|
| D | assignToPrototype1.js | 6 Point.prototype.add = function(dx, dy) { argument 10 Point.prototype.add = function (dx, dy) { argument
|
| D | castTest.js | 26 add: function(dx, dy) { argument 46 add: function (dx, dy) { argument
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| D | vmw_msg.c | 88 ax, bx, cx, dx, si, di) \ argument 133 ax, bx, cx, dx, si, di) \ argument 157 ax, bx, cx, dx, si, di) \ argument 192 ax, bx, cx, dx, si, di) \ argument 219 ax, bx, cx, dx, si, di) \ argument 256 ax, bx, cx, dx, si, di) \ argument 263 ax, bx, cx, dx, si, di) \ argument 271 ax, bx, cx, dx, si, di) \ argument 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in vmw_open_channel() local 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in vmw_close_channel() local [all …]
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkDropShadowImageFilter.cpp | 20 SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in SkDropShadowImageFilter() 31 static sk_sp<SkImageFilter> Make(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in Make() 60 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadow() 67 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadowOnly() 81 SkScalar dx = buffer.readScalar(); in CreateProc() local
|
| D | SkOffsetImageFilter.cpp | 23 SkOffsetImageFilter(SkScalar dx, SkScalar dy, sk_sp<SkImageFilter> input, in SkOffsetImageFilter() 48 sk_sp<SkImageFilter> SkImageFilters::Offset(SkScalar dx, SkScalar dy, in Offset()
|
| /third_party/skia/include/core/ |
| D | SkRRect.h | 337 void inset(SkScalar dx, SkScalar dy) { in inset() 356 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() 374 void outset(SkScalar dx, SkScalar dy) { in outset() 383 void offset(SkScalar dx, SkScalar dy) { in offset() 393 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
|
| /third_party/skia/bench/ |
| D | InterpBench.cpp | 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
|
| /third_party/skia/gm/ |
| D | rrect.cpp | 23 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0() 43 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1() 59 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2() 87 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
|
| D | spritebitmap.cpp | 35 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap() 81 int dx = 10; in onDraw() local
|
| D | blurs.cpp | 98 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable 114 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
|
| D | filterindiabox.cpp | 29 static void draw_cell(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx, in draw_cell() 38 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { in draw_row()
|
| /third_party/skia/src/core/ |
| D | SkEdge.cpp | 152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance() 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() 222 SkFDot6 dx = (SkLeftShift(x1, 1) - x0 - x2) >> 2; in setQuadraticWithoutUpdate() local 294 SkFixed dx = fQDx; in updateQuadratic() local 400 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubicWithoutUpdate() local
|
| D | SkBitmapProcState_matrixProcs.cpp | 25 SkFixed dx, in can_truncate_to_fixed_for_decal() 57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() 94 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale() local 129 dx = s.fInvSxFractionalInt, in nofilter_affine() local 171 const SkFractionalInt dx = s.fInvSxFractionalInt; in filter_scale() local 214 dx = s.fInvSxFractionalInt, in filter_affine() local
|
| D | SkAnalyticEdge.cpp | 260 SkFDot6 dx = SkFixedToFDot6(x1 - x0); in setLine() local 301 SkFDot6 dx = SkFixedToFDot6(x1 - x0); in updateLine() local 369 SkFixed dx = fQEdge.fQDx; in updateQuadratic() local
|
| /third_party/libinput/test/ |
| D | test-trackball.c | 133 double dx, dy; in START_TEST() local 183 double dx, dy; in START_TEST() local 232 double dx, dy; in START_TEST() local
|
| D | test-gestures.c | 49 double dx, dy; in test_gesture_swipe_3fg() local 160 double dx, dy; in test_gesture_swipe_4fg() local 298 double dx, dy; in test_gesture_pinch_2fg() local 421 double dx, dy; in test_gesture_pinch_3fg() local 536 double dx, dy; in test_gesture_pinch_4fg() local 658 double dx, dy; in test_gesture_spread() local 961 double dx, dy; in START_TEST() local 1121 double dx, dy; in START_TEST() local 1363 double dx, dy; in START_TEST() local
|
| /third_party/skia/src/effects/ |
| D | SkLayerDrawLooper.cpp | 271 void SkLayerDrawLooper::Builder::addLayer(SkScalar dx, SkScalar dy) { in addLayer() 307 sk_sp<SkDrawLooper> SkBlurDrawLooper::Make(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy) in Make() 313 SkScalar sigma, SkScalar dx, SkScalar dy) in Make()
|
| /third_party/toybox/toys/posix/ |
| D | sort.c | 177 double dx = strtod(x,&xx), dy = strtod(y,&yy); in compare_values() local 201 int dx; in compare_values() local 234 double dx = atof(x), dy = atof(y); in compare_values() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | ttaencdsp.c | 23 static void ttaenc_filter_process_c(int32_t *qm, int32_t *dx, int32_t *dl, in ttaenc_filter_process_c()
|
| D | ttadsp.c | 23 static void tta_filter_process_c(int32_t *qmi, int32_t *dx, int32_t *dl, in tta_filter_process_c()
|
| D | snow.c | 129 …mc_block(Plane *p, uint8_t *dst, const uint8_t *src, int stride, int b_w, int b_h, int dx, int dy){ in mc_block() 366 const int dx= mx&15; in ff_snow_pred_block() local 410 #define mca(dx,dy,b_w)\ argument 448 #define mcf(dx,dy)\ in ff_snow_common_init() argument 473 #define mcfh(dx,dy)\ in ff_snow_common_init() argument
|
| /third_party/skia/docs/examples/ |
| D | Modulate.cpp | 7 auto drawSquare = [=](int dx, int dy, SkBlendMode mode, const char* label) -> void { in draw()
|
| /third_party/skia/tools/viewer/ |
| D | TouchGesture.cpp | 238 float dx = rec.fLastX - rec.fStartX; in touchMoved() local 279 float dx = rec.fLastX - rec.fPrevX; in touchEnd() local 312 double dx = rec0.fStartX - rec1.fStartX; in computePinch() local
|