fastiva_vm_Graphics__drawLine(
	jint  int1,
	jint  int2,
	jint  int3,
	jint  int4
) {
	FASTIVA_DBREAK();
	Graphics_drawLine(0, self,  int1,  int2,  int3,  int4);
}
Ejemplo n.º 2
0
	void drawLine(int32_t x1, int32_t y1, int32_t x2, int32_t y2) {
		Graphics_drawLine(this, x1, y1, x2, y2);
	}