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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp1050 float p2x, float p2y, float c2x, float c2y,
1056 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx);
1066 float p2c2x = (p2x + c2x) * 0.5f;
1069 float c1c2x = (c1x + c2x) * 0.5f;
1048 recursiveCubicBezierVertices( float p1x, float p1y, float c1x, float c1y, float p2x, float p2y, float c2x, float c2y, const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, int depth) argument

Completed in 598 milliseconds