Home | History | Annotate | Download | only in aapt

Lines Matching refs:NOISY

16 #define NOISY(x) //x
121 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
326 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c));
433 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName,
436 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName,
520 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true);
659 NOISY(printf("\n"));
689 // NOISY(printf("Initial image data:\n"));
706 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n",
713 NOISY(printf("Found a non-gray pixel at %d, %d = (%d %d %d %d)\n",
722 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n",
745 NOISY(printf("Found 257th color at %d, %d\n", i, j));
760 NOISY(printf("isGrayscale = %s\n", isGrayscale ? "true" : "false"));
761 NOISY(printf("isOpaque = %s\n", isOpaque ? "true" : "false"));
762 NOISY(printf("isPalette = %s\n", isPalette ? "true" : "false"));
763 NOISY(printf("Size w/ palette = %d, gray+alpha = %d, rgb(a) = %d\n",
765 NOISY(printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation, grayscaleTolerance));
866 NOISY(printf("Writing image %s: w = %d, h = %d\n", imageName,
886 NOISY(printf("Image %s has %d colors%s, using PNG_COLOR_TYPE_PALETTE\n",
891 NOISY(printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName));
894 NOISY(printf("Image %s is gray + alpha, using PNG_COLOR_TYPE_GRAY_ALPHA\n", imageName));
897 NOISY(printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName));
900 NOISY(printf("Image %s is RGB + alpha, using PNG_COLOR_TYPE_RGB_ALPHA\n", imageName));
919 NOISY(printf("Adding 9-patch info...\n"));
947 // NOISY(printf("Final image data:\n"));
962 NOISY(printf("Image written: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",