Home
last modified time | relevance | path

Searched refs:p2y (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);
48 conic0.p1y == conic0.p2y &&
55 pointList.add(ui.Offset(conic1.p2x, conic1.p2y));
92 pointList.add(ui.Offset(src.p2x, src.p2y));
100 final double endY = src.p2y;
104 final double midY = conic0.p2y;
110 conic0.p2y = conic1.p0y = closerY;
112 if (!_between(startY, conic0.p1y, conic0.p2y)) {
123 assert(_between(startY, conic0.p1y, conic0.p2y));
[all …]
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp235 const double p2y = p2.fY; in init() local
244 const double sinTheta = (p2y - p0y) / hypotenuse; in init()
272 const double p2ySqd = p2y * p2y; in init()
280 const double p02yProd = p0y * p2y; in init()
281 const double b12yProd = p1y * p2y; in init()
284 const double sqrtA = p0y - (2.0 * p1y) + p2y; in init()
286 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x); in init()
299 const double f = -((p0xSqd * p2y) - (2.0 * p01xProd * p1y) in init()
300 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()
301 + (4.0 * p02xProd * p1y) - (p02xProd * p2y) in init()
[all …]
/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp251 const double p2y = p2.y(); in init() local
260 const double sinTheta = (p2y - p0y) / hypotenuse; in init()
287 const double p2ySqd = p2y * p2y; in init()
295 const double p02yProd = p0y * p2y; in init()
296 const double b12yProd = p1y * p2y; in init()
298 const double sqrtA = p0y - (2.0 * p1y) + p2y; in init()
300 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x); in init()
313 const double f = -((p0xSqd * p2y) - (2.0 * p01xProd * p1y) in init()
314 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()
315 + (4.0 * p02xProd * p1y) - (p02xProd * p2y) in init()
[all …]
/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
699 p2y = px * sangle + py * cangle + abscentery; in SW_RenderCopyEx()
714 tmp_rect.y = (int)MIN(MIN(p1y, p2y), MIN(p3y, p4y)); in SW_RenderCopyEx()
/third_party/skia/src/core/
DSkPath.cpp2453 double p2y = SkScalarToDouble(p2.fY); in cross_prod() local
2455 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()
/third_party/flutter/skia/src/core/
DSkPath.cpp2940 double p2y = SkScalarToDouble(p2.fY); in cross_prod() local
2942 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()