Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp288 const double p1xSqd = p1x * p1x; in init() local
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
316 + (2.0 * p1xSqd * p0y) + (2.0 * p1xSqd * p2y) in init()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp288 const double p1xSqd = p1x * p1x; in init() local
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
316 + (2.0 * p1xSqd * p0y) + (2.0 * p1xSqd * p2y) in init()