Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp291 const double p01xProd = p0x * p1x; in init() local
303 const double c = (p0xSqd * p2ySqd) - (4.0 * p01xProd * b12yProd) in init()
313 const double f = -((p0xSqd * p2y) - (2.0 * p01xProd * p1y) in init()
314 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp291 const double p01xProd = p0x * p1x; in init() local
303 const double c = (p0xSqd * p2ySqd) - (4.0 * p01xProd * b12yProd) in init()
313 const double f = -((p0xSqd * p2y) - (2.0 * p01xProd * p1y) in init()
314 - (2.0 * p01xProd * p2y) - (p02xProd * p0y) in init()