static ImageSurface doubleBufferedImageSurface_noAlpha() { ImageSurface is = doubleBufferedImageSurface(); is.noAlpha = true; ret is; }