HomeSort by relevance Sort by last modified time
    Searched refs:PNG_COLOR_TYPE_GRAY (Results 1 - 25 of 29) sorted by null

1 2

  /external/libpng/contrib/gregbook/
readpng.c 185 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
228 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
234 if (color_type == PNG_COLOR_TYPE_GRAY ||
readpng2.c 443 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
468 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
474 if (color_type == PNG_COLOR_TYPE_GRAY ||
writepng.c 141 color_type = PNG_COLOR_TYPE_GRAY;
  /bootable/recovery/minui/
resources.c 103 color_type == PNG_COLOR_TYPE_GRAY))))) {
110 size_t stride = (color_type == PNG_COLOR_TYPE_GRAY ? 1 : 4) * width;
135 if (color_type == PNG_COLOR_TYPE_GRAY) {
258 (channels == 1 && color_type == PNG_COLOR_TYPE_GRAY))) {
  /external/libpng/contrib/pngminus/
png2pnm.c 256 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
267 if (color_type == PNG_COLOR_TYPE_GRAY ||
294 if (color_type == PNG_COLOR_TYPE_GRAY)
345 if ((color_type == PNG_COLOR_TYPE_GRAY) ||
pnm2png.c 222 color_type = PNG_COLOR_TYPE_GRAY;
228 color_type = PNG_COLOR_TYPE_GRAY;
276 if (color_type == PNG_COLOR_TYPE_GRAY)
319 if (color_type == PNG_COLOR_TYPE_GRAY)
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 217 if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 )
296 channels == 1 ? PNG_COLOR_TYPE_GRAY :
  /external/qemu/
loadpng.c 88 case PNG_COLOR_TYPE_GRAY:
220 case PNG_COLOR_TYPE_GRAY:
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 282 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
295 if (colorType == PNG_COLOR_TYPE_GRAY || colorType == PNG_COLOR_TYPE_GRAY_ALPHA)
  /frameworks/base/tools/aapt/
Images.cpp 92 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
106 if (color_type == PNG_COLOR_TYPE_GRAY || color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
756 if (color_type == PNG_COLOR_TYPE_PALETTE || color_type == PNG_COLOR_TYPE_GRAY) {
910 *colorType = PNG_COLOR_TYPE_GRAY; // 1 byte/pixel
927 *colorType = isOpaque ? PNG_COLOR_TYPE_GRAY : PNG_COLOR_TYPE_GRAY_ALPHA;
948 } else if (*colorType == PNG_COLOR_TYPE_GRAY || *colorType == PNG_COLOR_TYPE_GRAY_ALPHA) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 242 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
247 if (color_type == PNG_COLOR_TYPE_GRAY ||
331 if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY) {
702 if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY) {
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 186 if (iColorType == PNG_COLOR_TYPE_GRAY ||
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 241 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
246 if (color_type == PNG_COLOR_TYPE_GRAY ||
330 if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY) {
696 if (color_type == PNG_COLOR_TYPE_RGB || color_type == PNG_COLOR_TYPE_GRAY) {
    [all...]
  /external/libpng/
pngtrans.c 144 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY && png_ptr->bit_depth >= 8)
216 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
520 else if ((row_info->color_type == PNG_COLOR_TYPE_GRAY ||
example.c 208 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
635 * the color_type selected. color_type is one of PNG_COLOR_TYPE_GRAY,
pngrutil.c 500 case PNG_COLOR_TYPE_GRAY:
    [all...]
pngrtran.c     [all...]
pngwutil.c 408 case PNG_COLOR_TYPE_GRAY:
    [all...]
pngset.c 874 if ((info_ptr->color_type == PNG_COLOR_TYPE_GRAY &&
    [all...]
pngtest.c 1129 if (!((color_type == PNG_COLOR_TYPE_GRAY &&
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngtrans.c 123 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY && png_ptr->bit_depth >= 8)
186 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
487 else if ((row_info->color_type == PNG_COLOR_TYPE_GRAY ||
pngrtran.c     [all...]
pngrutil.c 391 case PNG_COLOR_TYPE_GRAY:
    [all...]
pngwutil.c 389 case PNG_COLOR_TYPE_GRAY:
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c     [all...]

Completed in 1352 milliseconds

1 2