Searched refs:ctrx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c1143 jfloat ctrx, cx12, cx21; local
1146 ctrx = (x1 + x2) / 2.0f;
1149 cx12 = (x1 + ctrx) / 2.0f;
1150 cx21 = (ctrx + x2) / 2.0f;
1151 ctrx = (cx12 + cx21) / 2.0f;
1162 cx12, cy12, ctrx, ctry) &&
1163 subdivideCubic(pd, level, ctrx, ctry, cx21, cy21,

Completed in 32 milliseconds