Home
last modified time | relevance | path

Searched refs:p1x (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 &&
49 conic1.p0x == conic1.p1x &&
51 final ui.Offset controlPointOffset = ui.Offset(conic0.p1x, conic0.p1y);
75 pointList[p] = ui.Offset(p1x, p1y);
91 pointList.add(ui.Offset(src.p1x, src.p1y));
140 final ui.Offset wp1 = ui.Offset(fW * p1x, fW * p1y);
146 m = ui.Offset((p0x + (w2 * p1x) + p2x) * scaleHalf,
163 p1x.isFinite &&
[all …]
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp266 const double p1x = fPts[1].fX; in init() local
273 const double p1xSqd = p1x * p1x; in init()
276 const double p01xProd = p0x * p1x; 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()
295 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
296 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()
/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp281 const double p1x = fPts[1].x(); in init() local
288 const double p1xSqd = p1x * p1x; in init()
291 const double p01xProd = p0x * p1x; 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()
309 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
310 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) 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
692 p1x = 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.cpp2449 double p1x = SkScalarToDouble(p1.fX); in cross_prod() local
2455 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()
/third_party/flutter/skia/src/core/
DSkPath.cpp2936 double p1x = SkScalarToDouble(p1.fX); in cross_prod() local
2942 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()