Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJExample.java235 String[] cropArg = argv[++i].split("[x\\+]"); in main() local
236 if (cropArg.length != 4) in main()
238 xform.width = Integer.parseInt(cropArg[0]); in main()
239 xform.height = Integer.parseInt(cropArg[1]); in main()
240 xform.x = Integer.parseInt(cropArg[2]); in main()
241 xform.y = Integer.parseInt(cropArg[3]); in main()