Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp296 const double b12yProd = p1y * p2y; in init() local
303 const double c = (p0xSqd * p2ySqd) - (4.0 * p01xProd * b12yProd) in init()
308 + (2.0 * p0x * b12yProd) - (p0x * p2ySqd) in init()
310 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp281 const double b12yProd = p1y * p2y; in init() local
289 const double c = (p0xSqd * p2ySqd) - (4.0 * p01xProd * b12yProd) in init()
294 + (2.0 * p0x * b12yProd) - (p0x * p2ySqd) in init()
296 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()