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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c291 halfW, halfH, leftW, rightW, topH, bottomH; local
313 halfW = (arcW / 2);
323 tx1 = CLAMP_TO_SHORT(x + halfW + 1);
324 tx2 = CLAMP_TO_SHORT(x + w - halfW - 1);
698 halfW, halfH, leftW, rightW, topH, bottomH; local
720 halfW = (arcW / 2);
730 tx1 = CLAMP_TO_SHORT(x + halfW + 1);
731 tx2 = CLAMP_TO_SHORT(x + w - halfW - 1);

Completed in 33 milliseconds