Home
last modified time | relevance | path

Searched refs:p2x (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dconic.dart15 double p0x, p0y, p1x, p1y, p2x, p2y;
19 Conic(this.p0x, this.p0y, this.p1x, this.p1y, this.p2x, this.p2y, this.fW);
47 if (conic0.p1x == conic0.p2x &&
55 pointList.add(ui.Offset(conic1.p2x, conic1.p2y));
92 pointList.add(ui.Offset(src.p2x, src.p2y));
141 ui.Offset m = ui.Offset((p0x + (2 * wp1.dx) + p2x) * scale * 0.5,
146 m = ui.Offset((p0x + (w2 * p1x) + p2x) * scaleHalf,
151 dst[1] = Conic(m.dx, m.dy, (p2x + wp1.dx) * scale, (p2y + wp1.dy) * scale,
152 p2x, p2y, newW);
164 p2x.isFinite &&
[all …]
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp234 const double p2x = p2.fX; in init() local
243 const double cosTheta = (p2x - p0x) / hypotenuse; in init()
271 const double p2xSqd = p2x * p2x; in init()
277 const double p02xProd = p0x * p2x; in init()
278 const double b12xProd = p1x * p2x; in init()
286 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x); in init()
287 const double sqrtB = p0x - (2.0 * p1x) + p2x; in init()
296 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()
297 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()
298 - (2.0 * p2x * p1ySqd); in init()
/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp250 const double p2x = p2.x(); in init() local
259 const double cosTheta = (p2x - p0x) / hypotenuse; in init()
286 const double p2xSqd = p2x * p2x; in init()
292 const double p02xProd = p0x * p2x; in init()
293 const double b12xProd = p1x * p2x; in init()
300 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x); in init()
301 const double sqrtB = p0x - (2.0 * p1x) + p2x; in init()
310 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()
311 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()
312 - (2.0 * p2x * p1ySqd); in init()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c604 double cangle, sangle, px, py, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y; in SW_RenderCopyEx() local
698 p2x = px * cangle - py * sangle + abscenterx; in SW_RenderCopyEx()
713 tmp_rect.x = (int)MIN(MIN(p1x, p2x), MIN(p3x, p4x)); in SW_RenderCopyEx()
/third_party/skia/src/core/
DSkPath.cpp2452 double p2x = SkScalarToDouble(p2.fX); in cross_prod() local
2456 (p1y - p0y) * (p2x - p0x)); in cross_prod()
/third_party/flutter/skia/src/core/
DSkPath.cpp2939 double p2x = SkScalarToDouble(p2.fX); in cross_prod() local
2943 (p1y - p0y) * (p2x - p0x)); in cross_prod()