Home | History | Annotate | Download | only in aapt

Lines Matching defs:tolerance

78         "        [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \\\n"
130 " -g specify a pixel tolerance to force images to grayscale, default 0\n"
285 int tolerance = 0;
357 tolerance = atoi(argv[0]);
358 bundle.setGrayscaleTolerance(tolerance);
359 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);