Searched defs:halfH (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
314 halfH = (arcH / 2);
325 ty1 = CLAMP_TO_SHORT(y + halfH + 1);
326 ty2 = CLAMP_TO_SHORT(y + h - halfH - 1);
698 halfW, halfH, leftW, rightW, topH, bottomH; local
721 halfH = (arcH / 2);
732 ty1 = CLAMP_TO_SHORT(y + halfH + 1);
733 ty2 = CLAMP_TO_SHORT(y + h - halfH - 1);

Completed in 33 milliseconds