Lines Matching defs:image
26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.VolatileImage;
49 * image. The most common use of the caching mechanism is for destination
50 * SurfaceData objects to store cached copies of the source image.
97 * the source image that will let them save time when using or
98 * manipulating the image in the future.
103 * image or it must be individually tracked to see if it is
165 * isAccelerated() if the image has a current and valid
179 * image is currently accelerated on its default GraphicsConfiguration.
280 * Called when image's acceleration priority is changed.
293 * Returns a scale factor of the image. This is utility method, which
294 * fetches information from the SurfaceData of the image.