HomeSort by relevance Sort by last modified time
    Searched refs:colortype (Results 1 - 5 of 5) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 101 initially. Bytes per pixel depends on colortype and bitdepth.
108 colortype: the desired color type 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.
157 colortype: the color type of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth)
315 LodePNGColorType colortype; \/*color type, see PNG standard or documentation further in this header file*\/ member in struct:LodePNGColorMode
    [all...]
lodepng.cpp     [all...]
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 192 if (inputstate.info_png.color.colortype == LCT_PALETTE) {
195 state.info_raw.colortype = LCT_RGBA;
248 if (color.colortype == LCT_PALETTE) {
259 if (grey) state.info_png.color.colortype = LCT_GREY_ALPHA;
  /external/skqp/experimental/GLFWTest/
glfw_main.cpp 40 SkColorType colorType;
42 colorType = kRGBA_8888_SkColorType;
44 colorType = kBGRA_8888_SkColorType;
52 kBottomLeft_GrSurfaceOrigin, colortype,
  /external/ImageMagick/coders/
png.c 9247 unsigned int colortype=mng_info->write_png_colortype; local
    [all...]

Completed in 98 milliseconds