Sets clip merging the passed coordinates with the previous clip.
void setSubClip(num x, num y, num width, num height) => subClip = PRectangle(x, y, width, height);