Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp295 const double p02yProd = p0y * p2y; in init() local
304 - (2.0 * p02xProd * p02yProd) + (4.0 * p02xProd * p1ySqd) in init()
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
307 const double g = (p0x * p02yProd) - (2.0 * p0x * p1ySqd) in init()
309 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
311 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp295 const double p02yProd = p0y * p2y; in init() local
304 - (2.0 * p02xProd * p02yProd) + (4.0 * p02xProd * p1ySqd) in init()
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
307 const double g = (p0x * p02yProd) - (2.0 * p0x * p1ySqd) in init()
309 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
311 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()