DrawBuf.applyClipping - multiple declarations

Function DrawBuf.applyClipping

apply clipRect and buffer bounds clipping to rectangle

bool applyClipping(
  ref Rect rc
);

Function DrawBuf.applyClipping

apply clipRect and buffer bounds clipping to rectangle; if clippinup applied to first rectangle, reduce second rectangle bounds proportionally.

bool applyClipping(
  ref Rect rc,
  ref Rect rc2
);