Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp294 const double p01yProd = p0y * p1y; in init() local
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
309 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
311 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp294 const double p01yProd = p0y * p1y; in init() local
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
309 + (2.0 * p1x * p01yProd) - (4.0 * p1x * p02yProd) in init()
311 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()