Home
last modified time | relevance | path

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

/sdk/ninepatch/src/com/android/ninepatch/
DNinePatch.java71 public static NinePatch load(URL fileUrl, boolean convert) throws IOException { in load()
95 public static NinePatch load(InputStream stream, boolean is9Patch, boolean convert) in load()
118 public static NinePatch load(BufferedImage image, boolean is9Patch, boolean convert) { in load()