Home
last modified time | relevance | path

Searched refs:p02xProd (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp292 const double p02xProd = p0x * p2x; in init() local
304 - (2.0 * p02xProd * p02yProd) + (4.0 * p02xProd * p1ySqd) in init()
314 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()
315 + (4.0 * p02xProd * p1y) - (p02xProd * p2y) in init()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp292 const double p02xProd = p0x * p2x; in init() local
304 - (2.0 * p02xProd * p02yProd) + (4.0 * p02xProd * p1ySqd) in init()
314 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()
315 + (4.0 * p02xProd * p1y) - (p02xProd * p2y) in init()