예제 #1
0
 // Token: 0x0600038B RID: 907 RVA: 0x0001B924 File Offset: 0x00019B24
 public void paintFrame(int x, int y, int w, int h, mGraphics g)
 {
     g.setColor(13524492);
     g.drawRect(x + 6, y, w - 12, h);
     g.drawRect(x, y + 6, w, h - 12);
     g.drawRect(x + 7, y + 1, w - 14, h - 2);
     g.drawRect(x + 1, y + 7, w - 2, h - 14);
     g.setColor(14338484);
     g.fillRect(x + 8, y + 2, w - 16, h - 3);
     g.fillRect(x + 2, y + 8, w - 3, h - 14);
     g.drawImage(GameCanvas.imgBorder[2], x, y, mGraphics.TOP | mGraphics.LEFT);
     g.drawRegion(GameCanvas.imgBorder[2], 0, 0, 16, 16, 2, x + w + 1, y, StaticObj.TOP_RIGHT);
     g.drawRegion(GameCanvas.imgBorder[2], 0, 0, 16, 16, 1, x, y + h + 1, StaticObj.BOTTOM_LEFT);
     g.drawRegion(GameCanvas.imgBorder[2], 0, 0, 16, 16, 3, x + w + 1, y + h + 1, StaticObj.BOTTOM_RIGHT);
 }
예제 #2
0
 // Token: 0x06000369 RID: 873 RVA: 0x0001B1C4 File Offset: 0x000193C4
 public void paintDefaultBg(mGraphics g)
 {
     g.setColor(8916494);
     g.fillRect(0, 0, GameCanvas.w, GameCanvas.h);
     g.drawImage(Paint.imgBg, GameCanvas.w / 2, GameCanvas.h / 2 - Paint.hTab / 2 - 1, 3);
     g.drawImage(Paint.imgLT, 0, 0, 0);
     g.drawImage(Paint.imgRT, GameCanvas.w, 0, mGraphics.TOP | mGraphics.RIGHT);
     g.drawImage(Paint.imgLB, 0, GameCanvas.h - Paint.hTab - 2, mGraphics.BOTTOM | mGraphics.LEFT);
     g.drawImage(Paint.imgRB, GameCanvas.w, GameCanvas.h - Paint.hTab - 2, mGraphics.BOTTOM | mGraphics.RIGHT);
     g.setColor(16774843);
     g.drawRect(0, 0, GameCanvas.w, 0);
     g.drawRect(0, GameCanvas.h - Paint.hTab - 2, GameCanvas.w, 0);
     g.drawRect(0, 0, 0, GameCanvas.h - Paint.hTab);
     g.drawRect(GameCanvas.w - 1, 0, 0, GameCanvas.h - Paint.hTab);
 }
예제 #3
0
 // Token: 0x0600036E RID: 878 RVA: 0x0000509A File Offset: 0x0000329A
 public void paintWhitePopup(mGraphics g, int y, int x, int width, int height)
 {
     g.setColor(16776363);
     g.fillRect(x, y, width, height);
     g.setColor(0);
     g.drawRect(x - 1, y - 1, width + 1, height + 1);
 }
예제 #4
0
 // Token: 0x0600036D RID: 877 RVA: 0x0000506A File Offset: 0x0000326A
 public void paintDefaultPopup(mGraphics g, int x, int y, int w, int h)
 {
     g.setColor(8411138);
     g.fillRect(x, y, w, h);
     g.setColor(13606712);
     g.drawRect(x, y, w, h);
 }
예제 #5
0
 // Token: 0x0600037F RID: 895 RVA: 0x0000515A File Offset: 0x0000335A
 public void paintCellContaint(mGraphics g, int x, int y, int w, int h, bool iss)
 {
     if (iss)
     {
         g.setColor(13132288);
         g.fillRect(x + 2, y + 2, w - 3, w - 3);
     }
     g.setColor(3502080);
     g.drawRect(x, y, w, w);
 }
예제 #6
0
 // Token: 0x0600038A RID: 906 RVA: 0x0001B704 File Offset: 0x00019904
 public void paintPopUp(int x, int y, int w, int h, mGraphics g)
 {
     g.setColor(9340251);
     g.drawRect(x + 18, y, (w - 36) / 2 - 32, h);
     g.drawRect(x + 18 + (w - 36) / 2 + 32, y, (w - 36) / 2 - 22, h);
     g.drawRect(x, y + 8, w, h - 17);
     g.setColor(Paint.COLORBACKGROUND);
     g.fillRect(x + 18, y + 3, (w - 36) / 2 - 32, h - 4);
     g.fillRect(x + 18 + (w - 36) / 2 + 31, y + 3, (w - 38) / 2 - 22, h - 4);
     g.fillRect(x + 1, y + 6, w - 1, h - 11);
     g.setColor(14667919);
     g.fillRect(x + 18, y + 1, (w - 36) / 2 - 32, 2);
     g.fillRect(x + 18 + (w - 36) / 2 + 32, y + 1, (w - 36) / 2 - 12, 2);
     g.fillRect(x + 18, y + h - 2, (w - 36) / 2 - 31, 2);
     g.fillRect(x + 18 + (w - 36) / 2 + 32, y + h - 2, (w - 36) / 2 - 31, 2);
     g.fillRect(x + 1, y + 11, 2, h - 18);
     g.fillRect(x + w - 2, y + 11, 2, h - 18);
     g.drawImage(Paint.goc[0], x - 3, y - 2, mGraphics.TOP | mGraphics.LEFT);
     g.drawImage(Paint.goc[2], x + w + 3, y - 2, StaticObj.TOP_RIGHT);
     g.drawImage(Paint.goc[1], x - 3, y + h + 3, StaticObj.BOTTOM_LEFT);
     g.drawImage(Paint.goc[3], x + w + 4, y + h + 2, StaticObj.BOTTOM_RIGHT);
     g.drawImage(Paint.goc[4], x + w / 2, y, StaticObj.TOP_CENTER);
     g.drawImage(Paint.goc[5], x + w / 2, y + h + 1, StaticObj.BOTTOM_HCENTER);
 }
예제 #7
0
 // Token: 0x06000387 RID: 903 RVA: 0x0000520B File Offset: 0x0000340B
 public void paintSellectedShop(mGraphics g, int x, int y, int w, int h)
 {
     g.setColor(16777215);
     g.drawRect(x, y, 40, 40);
     g.drawRect(x + 1, y + 1, 38, 38);
 }