Home
last modified time | relevance | path

Searched refs:drawKingImage (Results 1 – 3 of 3) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DVectorPiecePainter.java204 drawKingImage(g, width, height, pieceColor, outlineColor); in paintPiece()
226 protected void drawKingImage(Graphics g, int width, int height, in drawKingImage() method in VectorPiecePainter
H A DEboardVectorPiecePainter.java194 …protected void drawKingImage(Graphics g, int width, int height, Color pieceColor, Color outlineCol… in drawKingImage() method in EboardVectorPiecePainter
195 super.drawKingImage(g, width, height, pieceColor, outlineColor); in drawKingImage()
/dports/games/jin/jin-2.14.1/src/free/jin/board/icc/
H A DBlitzinVectorPiecePainter.java169 …protected void drawKingImage(Graphics g, int width, int height, Color pieceColor, Color outlineCol… in drawKingImage() method in BlitzinVectorPiecePainter
170 super.drawKingImage(g, width, height, pieceColor, outlineColor); in drawKingImage()