Lines Matching refs:NOISY
17 #define NOISY(x) //x macro
159 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n", in read_png()
496 NOISY(printf("outline insets %d %d %d %d, rad %f, alpha %x\n", in get_outline()
567 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c)); in get_color()
675 NOISY(printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch()
698 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName, in do_9patch()
701 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName, in do_9patch()
785 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true); in do_9patch()
888 NOISY(printf("\n")); in dump_image()
935 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n", in analyze_image()
942 NOISY(printf("Found a non-gray pixel at %d, %d = (%d %d %d %d)\n", in analyze_image()
951 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n", in analyze_image()
974 NOISY(printf("Found 257th color at %d, %d\n", i, j)); in analyze_image()
989 NOISY(printf("isGrayscale = %s\n", isGrayscale ? "true" : "false")); in analyze_image()
990 NOISY(printf("isOpaque = %s\n", isOpaque ? "true" : "false")); in analyze_image()
991 NOISY(printf("isPalette = %s\n", isPalette ? "true" : "false")); in analyze_image()
992 NOISY(printf("Size w/ palette = %d, gray+alpha = %d, rgb(a) = %d\n", in analyze_image()
994 … NOISY(printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation, grayscaleTolerance)); in analyze_image()
1097 NOISY(printf("Writing image %s: w = %d, h = %d\n", imageName, in write_png()
1117 NOISY(printf("Image %s has %d colors%s, using PNG_COLOR_TYPE_PALETTE\n", in write_png()
1122 NOISY(printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName)); in write_png()
1125 NOISY(printf("Image %s is gray + alpha, using PNG_COLOR_TYPE_GRAY_ALPHA\n", imageName)); in write_png()
1128 NOISY(printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName)); in write_png()
1131 NOISY(printf("Image %s is RGB + alpha, using PNG_COLOR_TYPE_RGB_ALPHA\n", imageName)); in write_png()
1161 NOISY(printf("Adding 9-patch info...\n")); in write_png()
1234 NOISY(printf("Image written: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n", in write_png()