Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp278 const double b12xProd = p1x * p2x; in init() local
291 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
303 - (2.0 * b12xProd * p0y) - (2.0 * b12xProd * p1y) in init()
/third_party/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp293 const double b12xProd = p1x * p2x; in init() local
305 + (4.0 * p1xSqd * p02yProd) - (4.0 * b12xProd * p01yProd) in init()
317 - (2.0 * b12xProd * p0y) - (2.0 * b12xProd * p1y) in init()