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

/external/skia/src/utils/
H A DSkCurveMeasure.cpp112 float Cx = pts[2].x(); local
118 Sk8f(2*(Ax - 2*Bx + Cx)).store(&xCoeff[0]);
129 float Cx = pts[2].x(); local
137 Sk8f(3*(-Ax + 3*(Bx - Cx) + Dx)).store(&xCoeff[0]);
138 Sk8f(6*(Ax - 2*Bx + Cx)).store(&xCoeff[1]);

Completed in 1014 milliseconds