Searched defs:c2y (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp657 float p2x, float p2y, float c2x, float c2y,
662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx);
674 float p2c2y = (p2y + c2y) * 0.5f;
677 float c1c2y = (c1y + c2y) * 0.5f;
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.cpp657 float p2x, float p2y, float c2x, float c2y,
662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx);
674 float p2c2y = (p2y + c2y) * 0.5f;
677 float c1c2y = (c1y + c2y) * 0.5f;
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

Completed in 125 milliseconds