Lines Matching refs:printf

161         printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",  in read_png()
500 printf("outline insets %d %d %d %d, rad %f, alpha %x\n", in get_outline()
646 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch()
671 printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName, in do_9patch()
674 printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName, in do_9patch()
772 if (i == 0) printf("Colors in %s:\n ", imageName); in do_9patch()
773 printf(" #%08x", image->colors[i]); in do_9patch()
774 if (i == numColors - 1) printf("\n"); in do_9patch()
835 printf("Unknown color type %d.\n", color_type); in dump_image()
849 printf("Row %d:", j); in dump_image()
853 printf(" (%d)", rr); in dump_image()
856 printf(" (%d %d", rr, gg); in dump_image()
859 printf(" (%d %d %d)", rr, gg, bb); in dump_image()
862 printf(" (%d %d %d %d)", rr, gg, bb, aa); in dump_image()
866 printf("\n"); in dump_image()
902 printf("Initial image data:\n"); in analyze_image()
945 printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n", in analyze_image()
954 printf("Found a non-gray pixel at %d, %d = (%d %d %d %d)\n", in analyze_image()
965 printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n", in analyze_image()
1020 printf("Found 257th color at %d, %d\n", i, j); in analyze_image()
1039 printf("isGrayscale = %s\n", isGrayscale ? "true" : "false"); in analyze_image()
1040 printf("isOpaque = %s\n", isOpaque ? "true" : "false"); in analyze_image()
1041 printf("isPalette = %s\n", isPalette ? "true" : "false"); in analyze_image()
1042 printf("Size w/ palette = %d, gray+alpha = %d, rgb(a) = %d\n", in analyze_image()
1044 printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation, grayscaleTolerance); in analyze_image()
1071 printf("%s: forcing image to gray (max deviation = %d)\n", imageName, maxGrayDeviation); in analyze_image()
1154 printf("Can't allocate output buffer!\n"); in write_png()
1160 printf("Can't allocate output buffer!\n"); in write_png()
1168 printf("Writing image %s: w = %d, h = %d\n", imageName, in write_png()
1200 printf("Image %s has %d colors%s, using PNG_COLOR_TYPE_PALETTE\n", in write_png()
1205 printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName); in write_png()
1208 printf("Image %s is gray + alpha, using PNG_COLOR_TYPE_GRAY_ALPHA\n", imageName); in write_png()
1211 printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName); in write_png()
1214 printf("Image %s is RGB + alpha, using PNG_COLOR_TYPE_RGB_ALPHA\n", imageName); in write_png()
1247 printf("Adding 9-patch info...\n"); in write_png()
1298 printf("Final image data:\n"); in write_png()
1317 printf("Image written: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n", in write_png()
1374 printf("Processing image: %s\n", printableName.string()); in preProcessImage()
1437 printf(" (processed image %s: %d%% size of source)\n", printableName.string(), percent); in preProcessImage()
1473 printf("Processing image to cache: %s => %s\n", source.string(), dest.string()); in preProcessImageToCache()
1573 printf(" (processed image to cache entry %s: %d%% size of source)\n", in preProcessImageToCache()