Home
last modified time | relevance | path

Searched refs:p2x (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp249 const double p2x = p2.x(); in init() local
258 const double cosTheta = (p2x - p0x) / hypotenuse; in init()
285 const double p2xSqd = p2x * p2x; in init()
291 const double p02xProd = p0x * p2x; in init()
292 const double b12xProd = p1x * p2x; in init()
299 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x); in init()
300 const double sqrtB = p0x - (2.0 * p1x) + p2x; in init()
309 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd) in init()
310 + (2.0 * p2x * p01yProd) + (p2x * p02yProd) in init()
311 - (2.0 * p2x * p1ySqd); in init()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py1049 p2x = self.pop()
1062 self.push(p2x)
/external/skia/src/core/
DSkPath.cpp2595 double p2x = SkScalarToDouble(p2.fX); in cross_prod() local
2599 (p1y - p0y) * (p2x - p0x)); in cross_prod()