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

  /external/libpng/
pnginfo.h 204 * (possibly non-linear) transformation function given by "pcal_type"
216 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member in struct:png_info_def
pngget.c 834 *type = (int)info_ptr->pcal_type;
    [all...]
pngset.c 309 info_ptr->pcal_type = (png_byte)type;
    [all...]
pngwrite.c 248 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams,
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 208 * (possibly non-linear) transformation function given by "pcal_type"
220 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member in struct:png_info_def
  /external/chromium_org/third_party/libpng/
pngget.c 649 *type = (int)info_ptr->pcal_type;
pngset.c 316 info_ptr->pcal_type = (png_byte)type;
    [all...]
pngwrite.c 187 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams,
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngget.c 649 *type = (int)info_ptr->pcal_type;
pngset.c 316 info_ptr->pcal_type = (png_byte)type;
    [all...]
pngwrite.c 187 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams,
    [all...]
png.h     [all...]

Completed in 347 milliseconds