Home | History | Annotate | Download | only in aapt

Lines Matching full:opaque

686     // 2. Every pixel has A == 255 (opaque)
719 // Check if image is really opaque
722 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n",
768 // 1. Opaque gray - use COLOR_TYPE_GRAY at 1 byte/pixel
891 NOISY(printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName));
897 NOISY(printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName));