Home
last modified time | relevance | path

Searched refs:p2y (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A 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) in init()
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp2453 double p2y = SkScalarToDouble(p2.fY); in cross_prod() local
2455 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()

Completed in 7 milliseconds