Home
last modified time | relevance | path

Searched refs:cropArg (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/java/
DTJExample.java196 String[] cropArg = argv[++i].split(","); in main() local
197 if (cropArg.length != 3) in main()
199 String[] dimArg = cropArg[2].split("[xX]"); in main()
202 int tempx = Integer.parseInt(cropArg[0]); in main()
203 int tempy = Integer.parseInt(cropArg[1]); in main()