HomeSort by relevance Sort by last modified time
    Searched refs:colortype (Results 1 - 9 of 9) 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/qemu/android/
loadpng.c 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
70 // width, height, bitdepth, colortype);
72 switch(colortype){
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
202 // width, height, bitdepth, colortype);
204 switch(colortype){
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 243 * @param colorType Desired colortype.
250 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
  /external/skia/include/core/
SkPixelRef.h 237 * @param colorType Desired colortype.
244 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
  /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/skia/gm/
Android.mk 54 colortype.cpp \
  /external/skia/bench/
Android.mk 135 ../gm/colortype.cpp \
  /external/skia/dm/
Android.mk 154 ../gm/colortype.cpp \

Completed in 571 milliseconds