Home
last modified time | relevance | path

Searched defs:dy2 (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dgen.h40 float dy2; member
Dgen.c193 long double dy, dy2; in scan() local
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstsphere.c143 gdouble dx2, dy2; in sphere_map() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c316 unsigned dx1, dy1, dx2, dy2; in emit_blit() local
/third_party/ffmpeg/libavfilter/
Dvf_swaprect.c92 double dx2, dy2; in filter_frame() local
Dvf_deshake_opencl.c369 double dy2 = points[k]->s[1] - points[i]->s[1]; in points_not_collinear() local
/third_party/musl/libc-test/src/common/
Dmtest.h84 struct d_dd {POS int r; double x; double y; float dy; double y2; float dy2; int e; }; member
85 struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; member
86 struct l_ll {POS int r; long double x; long double y; float dy; long double y2; float dy2; int e; }; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c40 struct brw_reg dy2; member
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp259 void ApplyRConicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRConicTo()
269 void ApplyRCubicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRCubicTo()
302 void ApplyRQuadTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2) { in ApplyRQuadTo()
Dinterface.js302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) { argument
/third_party/libinput/src/
Devdev.h720 int dy2 = dy * dy; in evdev_hysteresis() local
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp2355 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2); in TestJ438() local
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … in stbtt__csctx_rccurve_to()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3423 float dy2 = y3-y2; in stbtt__tesselate_cubic() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … in stbtt__csctx_rccurve_to()
2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3423 float dy2 = y3-y2; in stbtt__tesselate_cubic() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h1909 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … in stbtt__csctx_rccurve_to()
2117 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local
3397 float dy2 = y3-y2; in stbtt__tesselate_cubic() local
/third_party/skia/src/core/
DSkPath.cpp720 SkPath& SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in rConicTo()
/third_party/flutter/skia/src/core/
DSkPath.cpp894 SkPath& SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in rConicTo()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c5166 guint8 *s1, *s2, *dy1, *dy2, *du, *dv; in convert_AYUV_I420() local