コード例 #1
0
fastiva_vm_Graphics__drawImage(
	javax_microedition_lcdui_Image_p  pImage1,
	jint  int2,
	jint  int3,
	jint  int4
) {
	FASTIVA_DBREAK();
	Graphics_drawImage(0, self,  pImage1,  int2,  int3,  int4);
}
コード例 #2
0
ファイル: GrLib.hpp プロジェクト: pscholl/wsnlab
	void drawImage(const Graphics_Image &pBitmap, int16_t x, int16_t y) {
		Graphics_drawImage(this, &pBitmap, x, y);
	}