Home
last modified time | relevance | path

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

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