Searched refs:tileX (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DTileObserver.java38 * @param tileX
46 public void tileUpdate(WritableRenderedImage source, int tileX, int tileY, argument
H A DWritableRenderedImage.java38 * @param tileX
44 public WritableRaster getWritableTile(int tileX, int tileY); argument
82 * @param tileX
88 public boolean isTileWritable(int tileX, int tileY); argument
94 * @param tileX
99 public void releaseWritableTile(int tileX, int tileY); argument
H A DRenderedImage.java92 * @param tileX
98 public Raster getTile(int tileX, int tileY); argument
H A DBufferedImage.java586 public WritableRaster getWritableTile(int tileX, int tileY) { argument
638 public Raster getTile(int tileX, int tileY) { argument
639 if (tileX == 0 && tileY == 0) {
642 // awt.226=Both tileX and tileY are not equal to 0
826 public boolean isTileWritable(int tileX, int tileY) { argument
827 if (tileX == 0 && tileY == 0) {
830 // awt.226=Both tileX and tileY are not equal to 0
834 public void releaseWritableTile(int tileX, int tileY) { argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmapShader.java28 * @param tileX The tiling mode for x to draw the bitmap in.
31 public BitmapShader(Bitmap bitmap, TileMode tileX, TileMode tileY) { argument
34 tileX.nativeInt, tileY.nativeInt);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader.java28 * @param tileX The tiling mode for x to draw the bitmap in.
31 public BitmapShader(Bitmap bitmap, TileMode tileX, TileMode tileY) { argument
/frameworks/base/awt/javax/imageio/
H A DImageReader.java582 * Reads the tile specified by the tileX and tileY parameters of the
587 * @param tileX
595 public BufferedImage readTile(int imageIndex, int tileX, int tileY) throws IOException { argument
600 * Reads the tile specified by the tileX and tileY parameters of the
605 * @param tileX
613 public Raster readTileRaster(int imageIndex, int tileX, int tileY) throws IOException { argument

Completed in 145 milliseconds