Home
last modified time | relevance | path

Searched defs:dx1 (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp175 float dx1 = 2.f * (rect.fLeft + w) / dw - 1.f; in loadMSAAFromResolve() 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.c91 double dx1, dy1; in filter_frame() local
Dvf_deshake_opencl.c364 double dx1 = points[j]->s[0] - points[i]->s[0]; in points_not_collinear() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp958 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
1067 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp1871 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
1980 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
/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/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
3420 float dx1 = x2-x1; 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
3420 float dx1 = x2-x1; 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
3394 float dx1 = x2-x1; in stbtt__tesselate_cubic() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3366 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3517 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw() 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()