Searched refs:p2y (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DUnitBezier.h36 UnitBezier(double p1x, double p1y, double p2x, double p2y) argument
44 by = 3.0 * (p2y - p1y) - cy;
66 m_startGradient = p2y / p2x;
71 m_endGradient = (p2y - 1) / (p2x - 1);
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h85 float p2x, float p2y,
H A DAndroidPathRenderer.cpp657 float p2x, float p2y, float c2x, float c2y,
660 float dy = p2y - p1y;
661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx);
662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx);
669 pushToVector(outputVertices, p2x, p2y);
674 float p2c2y = (p2y + c2y) * 0.5f;
694 p2x, p2y, p2c2x, p2c2y,
655 RecursiveCubicBezierVertices( float p1x, float p1y, float c1x, float c1y, float p2x, float p2y, float c2x, float c2y, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h85 float p2x, float p2y,
H A DAndroidPathRenderer.cpp657 float p2x, float p2y, float c2x, float c2y,
660 float dy = p2y - p1y;
661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx);
662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx);
669 pushToVector(outputVertices, p2x, p2y);
674 float p2c2y = (p2y + c2y) * 0.5f;
694 p2x, p2y, p2c2x, p2c2y,
655 RecursiveCubicBezierVertices( float p1x, float p1y, float c1x, float c1y, float p2x, float p2y, float c2x, float c2y, float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices) argument
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py1048 p2y = self.pop()
1063 self.push(p2y)
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py1048 p2y = self.pop()
1063 self.push(p2y)
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2435 double p2y = SkScalarToDouble(p2.fY); local
2437 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) -
/external/skia/src/core/
H A DSkPath.cpp2474 double p2y = SkScalarToDouble(p2.fY); local
2476 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) -

Completed in 792 milliseconds