Searched refs:p2y (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/AndroidPathRenderer/ |
D | AndroidPathRenderer.cpp | 657 float p2x, float p2y, float c2x, float c2y, in RecursiveCubicBezierVertices() argument 660 float dy = p2y - p1y; in RecursiveCubicBezierVertices() 661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx); in RecursiveCubicBezierVertices() 662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx); in RecursiveCubicBezierVertices() 669 pushToVector(outputVertices, p2x, p2y); in RecursiveCubicBezierVertices() 674 float p2c2y = (p2y + c2y) * 0.5f; in RecursiveCubicBezierVertices() 694 p2x, p2y, p2c2x, p2c2y, in RecursiveCubicBezierVertices()
|
D | AndroidPathRenderer.h | 85 float p2x, float p2y,
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 1048 p2y = self.pop() 1063 self.push(p2y)
|
/external/skia/src/core/ |
D | SkPath.cpp | 2376 double p2y = SkScalarToDouble(p2.fY); in cross_prod() local 2378 cross = SkDoubleToScalar((p1x - p0x) * (p2y - p0y) - in cross_prod()
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 26795 ���p2y��� 90789 h��p2y�� � 309504 �Y�p2y}f�
|