Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp284 const double p0xSqd = p0x * p0x; 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()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp255 const double p0xSqd = p0x * p0x; in init() local
275 const double c = (p0xSqd * p2ySqd) - (4.0 * p01xProd * b12yProd) in init()
285 const double f = -((p0xSqd * p2y) - (2.0 * p01xProd * p1y) in init()