Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/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/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 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/
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()
81 SkScalar dx = 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/flutter/skia/bench/
DInterpBench.cpp62 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/bench/
DInterpBench.cpp62 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/
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 dx = 10; in onDraw() local
Dblurs.cpp98 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable
114 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
Dfilterindiabox.cpp29 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/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()
Dblurs.cpp97 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable
113 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
Dspritebitmap.cpp35 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
80 int dx = 10; in onDraw() local
Dfilterindiabox.cpp30 static void draw_cell(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx, in draw_cell()
42 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { in draw_row()
/third_party/flutter/skia/src/core/
DSkEdge.cpp152 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
/third_party/skia/src/core/
DSkEdge.cpp152 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
DSkBitmapProcState_matrixProcs.cpp25 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
/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()
123 double dx, in pushOpacity()
233 void SceneBuilder::addPicture(double dx, in addPicture()
249 void SceneBuilder::addTexture(double dx, in addTexture()
264 void SceneBuilder::addPlatformView(double dx, in addPlatformView()
278 void SceneBuilder::addChildScene(double dx, 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
/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()
74 SkScalar dx = buffer.readScalar(); in CreateProc() local

12345678910>>...22