HomeSort by relevance Sort by last modified time
    Searched defs:bitdepth (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
306 if ( bitdepth == 16 )
309 if ( bitdepth < 8 )
326 &bitdepth, &color_type, &interlace,
329 if ( bitdepth != 8 ||
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
305 if ( bitdepth == 16 )
308 if ( bitdepth < 8 )
325 &bitdepth, &color_type, &interlace,
328 if ( bitdepth != 8 ||
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 101 initially. Bytes per pixel depends on colortype and bitdepth.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
146 Converts raw pixel data into a PNG image in memory. The colortype and bitdepth
148 by the colortype, bitdepth and content of the input pixel data.
154 w * h * (bytes per pixel), bytes per pixel depends on colortype and bitdepth.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
316 unsigned bitdepth; \/*bits per sample, see PNG standard or documentation further in this header file*\/ member in struct:LodePNGColorMode
    [all...]

Completed in 77 milliseconds