Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/typescript/tests/baselines/reference/
DthisTypeInObjectLiterals2.js40 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 …]
DtargetTypeTest1.js32 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
DassignToPrototype1.js6 Point.prototype.add = function(dx, dy) { argument
10 Point.prototype.add = function (dx, dy) { argument
DcastTest.js26 add: function(dx, dy) { argument
46 add: function (dx, dy) { argument
/third_party/musl/libc-test/src/common/
Dmtest.h69 struct d_d {POS int r; double x; double y; float dy; int e; }; member
70 struct f_f {POS int r; float x; float y; float dy; int e; }; member
71 struct l_l {POS int r; long double x; long double y; float dy; int e; }; member
72 struct ff_f {POS int r; float x; float x2; float y; float dy; int e; }; member
73 struct dd_d {POS int r; double x; double x2; double y; float dy; int e; }; member
74 struct ll_l {POS int r; long double x; long double x2; long double y; float dy; int e; }; member
75 struct d_di {POS int r; double x; double y; float dy; long long i; int e; }; member
76 struct f_fi {POS int r; float x; float y; float dy; long long i; int e; }; member
77 struct l_li {POS int r; long double x; long double y; float dy; long long i; int e; }; member
78 struct di_d {POS int r; double x; long long i; double y; float dy; int e; }; member
[all …]
/third_party/flutter/skia/src/core/
DSkEdge.cpp77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
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()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
295 SkFixed dy = fQDy; in updateQuadratic() local
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp256 SkFDot6 dy = SkFixedToFDot6(y1 - y0); in setLine() local
302 SkFDot6 dy = SkFixedToFDot6(y1 - y0); in updateLine() local
370 SkFixed dy = fQEdge.fQDy; in updateQuadratic() local
/third_party/skia/src/core/
DSkEdge.cpp77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
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()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
295 SkFixed dy = fQDy; in updateQuadratic() local
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp256 SkFDot6 dy = SkFixedToFDot6(y1 - y0); in setLine() local
302 SkFDot6 dy = SkFixedToFDot6(y1 - y0); in updateLine() local
370 SkFixed dy = fQEdge.fQDy; in updateQuadratic() local
/third_party/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp20 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()
82 SkScalar dy = buffer.readScalar(); in CreateProc() local
/third_party/skia/include/core/
DSkRRect.h337 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/flutter/skia/include/core/
DSkRRect.h358 void inset(SkScalar dx, SkScalar dy) { in inset()
377 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset()
395 void outset(SkScalar dx, SkScalar dy) { in outset()
404 void offset(SkScalar dx, SkScalar dy) { in offset()
414 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
/third_party/skia/gm/
Drrect.cpp23 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()
Dspritebitmap.cpp35 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
82 int dy = 10; in onDraw() local
/third_party/flutter/skia/gm/
Drrect.cpp23 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()
Dspritebitmap.cpp35 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
81 int dy = 10; in onDraw() local
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dlayer_tree_builder.cpp40 void LayerTreeBuilder::PushOffset(double dx, double dy) in PushOffset()
69 void LayerTreeBuilder::PushOpacity(int32_t alpha, double dx, double dy) in PushOpacity()
113 void LayerTreeBuilder::AddPicture(double dx, double dy, sk_sp<SkPicture> picture) in AddPicture()
125 void LayerTreeBuilder::AddTexture(double dx, double dy, double width, double height, in AddTexture()
/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_builder.cc83 fml::RefPtr<EngineLayer> SceneBuilder::pushOffset(double dx, double dy) { in pushOffset()
124 double dy) { in pushOpacity()
234 double dy, in addPicture()
250 double dy, in addTexture()
265 double dy, in addPlatformView()
279 double dy, in addChildScene()
/third_party/libinput/test/
Dtest-trackball.c137 double dx, dy; in START_TEST() local
187 double dx, dy; in START_TEST() local
236 double dx, dy; in START_TEST() local
Dtest-gestures.c49 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/flutter/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp22 SkDropShadowImageFilterImpl(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in SkDropShadowImageFilterImpl()
54 sk_sp<SkImageFilter> SkDropShadowImageFilter::Make(SkScalar dx, SkScalar dy, in Make()
75 SkScalar dy = buffer.readScalar(); in CreateProc() local
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dtouch.c21 drawLine(SDL_Renderer *renderer, float startx, float starty, float dx, float dy) in drawLine()
79 int x, y, dx, dy; /* mouse location */ in main() local
/third_party/flutter/skia/src/effects/
DSkLayerDrawLooper.cpp263 void SkLayerDrawLooper::Builder::addLayer(SkScalar dx, SkScalar dy) { in addLayer()
299 sk_sp<SkDrawLooper> SkBlurDrawLooper::Make(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy) in Make()
305 SkScalar sigma, SkScalar dx, SkScalar dy) in Make()
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp271 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/flutter/engine/flutter/lib/ui/painting/
Dpath.cc202 void CanvasPath::addPath(CanvasPath* path, double dx, double dy) { in addPath()
212 double dy, in addPathWithMatrix()
224 void CanvasPath::extendWithPath(CanvasPath* path, double dx, double dy) { in extendWithPath()
234 double dy, in extendWithPathAndMatrix()
259 fml::RefPtr<CanvasPath> CanvasPath::shift(double dx, double dy) { in shift()

12345678910>>...20