Home | History | Annotate | Download | only in client

Lines Matching defs:readPixels

829 	public final native void readPixels (int x, int y, int width, int height, int format, int type, ArrayBufferView pixels) /*-{

830 this.readPixels(x, y, width, height, format, type, pixels);