D | BaseCanvas_Delegate.java | 17 package android.graphics; 120 (graphics, paint) -> { in nDrawBitmap() 122 graphics.setRenderingHint(RenderingHints.KEY_INTERPOLATION, in nDrawBitmap() 126 graphics.drawImage(image, (int) x, (int) y, null); in nDrawBitmap() 140 draw(nativeCanvas, (graphics, paint) -> { in nDrawColor() 142 graphics.setTransform(new AffineTransform()); in nDrawColor() 145 graphics.setColor(new java.awt.Color(color, true /*alpha*/)); in nDrawColor() 150 graphics.setComposite(composite); in nDrawColor() 153 graphics.fillRect(0, 0, w, h); in nDrawColor() 169 (graphics, paintDelegate) -> graphics.fillRect((int)x, (int)y, 1, 1)); in nDrawPoint() [all …]
|