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

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp656 float p1x, float p1y, float c1x, float c1y,
661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx);
671 float p1c1x = (p1x + c1x) * 0.5f;
676 float c1c2x = (c1x + c2x) * 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.cpp656 float p1x, float p1y, float c1x, float c1y,
661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx);
671 float p1c1x = (p1x + c1x) * 0.5f;
676 float c1c2x = (c1x + c2x) * 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 93 milliseconds