Region clip = sg2d.getCompClip();
ssi.setOutputAreaXYXY(clip.getLoX() - transx,
clip.getLoY() - transy,
clip.getHiX() - transx,
clip.getHiY() - transy);
ssi.appendPath(s.getPathIterator(at));
synchronized (D3DContext.LOCK) {
int ctxflags = (sg2d.eargb >>> 24) == 0xff ?
SRC_IS_OPAQUE : NO_CONTEXT_FLAGS;
long pCtx = D3DContext.getContext(null, sg2d.surfaceData,
sg2d.getCompClip(),