예제 #1
0
파일: VideoDHGR.java 프로젝트: gdos/jace
 private void displayMixed(
     WritableImage screen, int xOffset, int y, int textOffset, int graphicsOffset) {
   mixed.actualWriter().displayByte(screen, xOffset, y, textOffset, graphicsOffset);
 }