Home
last modified time | relevance | path

Searched defs:createCompatibleImage (Results 1 – 2 of 2) sorted by relevance

/sdk/draw9patch/src/com/android/draw9patch/graphics/
DGraphicsUtilities.java35 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage() method in GraphicsUtilities
57 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage() method in GraphicsUtilities
/sdk/ninepatch/src/com/android/ninepatch/
DGraphicsUtilities.java41 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage() method in GraphicsUtilities
63 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage() method in GraphicsUtilities