Skip to content

Instantly share code, notes, and snippets.

@douo
Created October 15, 2011 19:52
Show Gist options
  • Save douo/1290058 to your computer and use it in GitHub Desktop.
Save douo/1290058 to your computer and use it in GitHub Desktop.
test
public void drawPicture(Picture picture) {
picture.endRecording();
native_drawPicture(mNativeCanvas, picture.ni());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment