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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c290 long ty1, ty2, tx1, tx2, cx, cy, cxw, cyh, local
319 cxw = CLAMP_TO_SHORT(x + w);
333 rightW = (cxw - tx2) * 2;
341 cxw - rightW, cy, rightW, topH,
347 cxw - rightW, cyh - bottomH, rightW, bottomH,
363 cxw, ty1, cxw, ty2);
697 long ty1, ty2, tx1, tx2, cx, cy, cxw, cyh, local
726 cxw = CLAMP_TO_SHORT(x + w);
740 rightW = (cxw
[all...]

Completed in 31 milliseconds