/third_party/ffmpeg/libavfilter/ |
H A D | vf_swaprect.c | 82 double dx1, dy1; in filter_frame() local 116 ret = av_expr_parse_and_eval(&dy1, s->y1, in filter_frame() 137 w = dw; h = dh; x1[0] = dx1; y1[0] = dy1; x2[0] = dx2; y2[0] = dy2; in filter_frame()
|
H A D | vf_deshake_opencl.c | 357 double dy1 = points[j]->s[1] - points[i]->s[1]; in points_not_collinear() local 366 if (fabs(dx2*dy1 - dy2*dx1) <= 1.0) { in points_not_collinear()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMSAALoadManager.cpp | 177 float dy1 = 2.f * (rect.fTop + h) / dh - 1.f; in loadMSAAFromResolve() local 179 float uniData[] = {dx1 - dx0, dy1 - dy0, dx0, dy0}; // posXform in loadMSAAFromResolve()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_blitter.c | 316 unsigned dx1, dy1, dx2, dy2; in emit_blit() local 349 dy1 = dbox->y; in emit_blit() 415 OUT_RING(ring, CP_BLIT_3_DST_X1(dx1) | CP_BLIT_3_DST_Y1(dy1)); in emit_blit()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 959 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local 976 P[5].y += +dy1; in setupLine() 982 P[7].y += -dy1; in setupLine() 1068 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local 1075 P[5].y += +dy1; in setupLine() 1077 P[7].y += -dy1; in setupLine()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 661 /** Adds quad from last point towards vector (dx1, dy1), to vector (dx2, dy2). 668 Quad control is last point plus vector (dx1, dy1). 673 @param dy1 offset from last point to quad control on y-axis 683 SkPath& rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2); 734 /** Adds conic from last point towards vector (dx1, dy1), to vector (dx2, dy2), 747 control is last point plus vector (dx1, dy1). 753 @param dy1 offset from last point to conic control on y-axis 759 SkPath& rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, 798 /** Adds cubic from last point towards vector (dx1, dy1), then towards 806 Cubic control is last point plus vector (dx1, dy1) [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) in stbtt__csctx_rccurve_to() argument 1928 float cy1 = ctx->y + dy1; in stbtt__csctx_rccurve_to() 2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local 2155 dy1 = s[1]; in stbtt__run_charstring() 2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring() 2174 dy1 = s[1]; in stbtt__run_charstring() 2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); in stbtt__run_charstring() 2183 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, dy5, dx6, -(dy1+dy2+dy5)); in stbtt__run_charstring() 2189 dy1 = s[1]; in stbtt__run_charstring() 2200 dy = dy1 in stbtt__run_charstring() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) in stbtt__csctx_rccurve_to() argument 1928 float cy1 = ctx->y + dy1; in stbtt__csctx_rccurve_to() 2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local 2155 dy1 = s[1]; in stbtt__run_charstring() 2167 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); in stbtt__run_charstring() 2174 dy1 = s[1]; in stbtt__run_charstring() 2182 stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); in stbtt__run_charstring() 2183 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, dy5, dx6, -(dy1+dy2+dy5)); in stbtt__run_charstring() 2189 dy1 = s[1]; in stbtt__run_charstring() 2200 dy = dy1 in stbtt__run_charstring() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 1872 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local 1889 P[5].y += +dy1; in setupLine() 1895 P[7].y += -dy1; in setupLine() 1981 float dy1 = lineWidth * 0.5f * P1.w / H; in setupLine() local 1988 P[5].y += +dy1; in setupLine() 1990 P[7].y += -dy1; in setupLine()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local 657 dy1 = dbox->y; in emit_blit_texture() 662 OUT_RING(ring, A6XX_GRAS_2D_DST_TL_X(dx1) | A6XX_GRAS_2D_DST_TL_Y(dy1)); in emit_blit_texture()
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 259 void ApplyRConicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRConicTo() argument 261 p.rConicTo(dx1, dy1, dx2, dy2, w); in ApplyRConicTo() 269 void ApplyRCubicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRCubicTo() argument 271 p.rCubicTo(dx1, dy1, dx2, dy2, dx3, dy3); in ApplyRCubicTo() 302 void ApplyRQuadTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2) { in ApplyRQuadTo() argument 303 p.rQuadTo(dx1, dy1, dx2, dy2); in ApplyRQuadTo()
|
H A D | interface.js | 302 CanvasKit.Path.prototype.rConicTo = function(dx1, dy1, dx2, dy2, w) { 303 this._rConicTo(dx1, dy1, dx2, dy2, w);
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 720 SkPath& SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in rConicTo() argument 725 return this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w); in rConicTo()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 3379 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw() local 3393 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fPosXformUniform, dx1 - dx0, dy1 - dy0, dx0, dy0)); in copySurfaceAsDraw()
|