Function DrawBuf.drawFragment

draw source buffer rectangle contents to destination buffer

abstract void drawFragment(
  int x,
  int y,
  DrawBuf src,
  Rect srcrect
);