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

  /external/libpng/
pngwrite.c 216 /* Invert the alpha channel (in tRNS) */
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwrite.c 214 /* Invert the alpha channel (in tRNS) */
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 14 * makepng [--sRGB|--linear|--1.8] [--tRNS] [--nofilters] \
43 * For color-mapped images a four channel color-map is used and if --tRNS is
44 * given the PNG file has a tRNS chunk, as follows:
54 * The palette always has 2^bit-depth entries and the tRNS chunk one fewer. The
57 * For formats other than color-mapped ones if --tRNS is specified a tRNS chunk
772 unsigned int filters, unsigned int *colors, int small, int tRNS)
897 if (tRNS)
906 else if (tRNS)
    [all...]
pngvalid.c 366 * indicating if a tRNS chunk was generated.
395 pos = safecat(buffer, bufsize, pos, "+tRNS");
453 unsigned int* palette_number, int low_depth_gray, int tRNS)
468 /* Add multiple palettes for colour type 3, one image with tRNS
474 if (((ct == 0/*GRAY*/ || ct/*RGB*/ == 2) && tRNS && pn < 2) ||
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 266 milliseconds