HomeSort by relevance Sort by last modified time
    Searched full:pcal_units (Results 1 - 16 of 16) sorted by null

  /external/libpng/
pnginfo.h 36 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
204 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
213 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
pngset.c 321 info_ptr->pcal_units = png_voidcast(png_charp,
324 if (info_ptr->pcal_units == NULL)
331 memcpy(info_ptr->pcal_units, units, length);
    [all...]
pngget.c 877 *units = info_ptr->pcal_units;
    [all...]
pngwrite.c 255 info_ptr->pcal_units, info_ptr->pcal_params);
    [all...]
png.c 512 png_free(png_ptr, info_ptr->pcal_units);
514 info_ptr->pcal_units = NULL;
    [all...]
  /external/opencv3/3rdparty/libpng/
pnginfo.h 37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
209 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
218 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
pngset.c 333 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
335 if (info_ptr->pcal_units == NULL)
341 png_memcpy(info_ptr->pcal_units, units, length);
    [all...]
pngget.c 811 *units = info_ptr->pcal_units;
pngwrite.c 180 info_ptr->pcal_units, info_ptr->pcal_params);
    [all...]
png.c 390 png_free(png_ptr, info_ptr->pcal_units);
392 info_ptr->pcal_units = NULL;
    [all...]
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
205 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
214 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
pngset.c 315 info_ptr->pcal_units = png_voidcast(png_charp,
318 if (info_ptr->pcal_units == NULL)
324 memcpy(info_ptr->pcal_units, units, length);
    [all...]
pngget.c 835 *units = info_ptr->pcal_units;
    [all...]
pngwrite.c 248 info_ptr->pcal_units, info_ptr->pcal_params);
    [all...]
png.c 498 png_free(png_ptr, info_ptr->pcal_units);
500 info_ptr->pcal_units = NULL;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
209 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
218 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def

Completed in 329 milliseconds