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

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 258 png_charp scal_s_height; /* string containing width */ member in struct:png_info_def
  /external/libpng/
png.c 422 png_free(png_ptr, info_ptr->scal_s_height);
424 info_ptr->scal_s_height = NULL;
pngset.c 408 info_ptr->scal_s_height = (png_charp)png_malloc_warn(png_ptr, length);
409 if (info_ptr->scal_s_height == NULL)
417 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
    [all...]
pngget.c 686 *height = info_ptr->scal_s_height;
pngwrite.c 200 info_ptr->scal_s_width, info_ptr->scal_s_height);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 406 png_free(png_ptr, info_ptr->scal_s_height);
408 info_ptr->scal_s_height = NULL;
pngset.c 494 info_ptr->scal_s_height = (png_charp)png_malloc_warn(png_ptr, length);
495 if (info_ptr->scal_s_height == NULL)
501 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
    [all...]
pngget.c 653 *height = info_ptr->scal_s_height;
pngwrite.c 188 info_ptr->scal_s_width, info_ptr->scal_s_height);
    [all...]
png.h 907 png_charp scal_s_height; \/* string containing width *\/ member in struct:png_info_struct
    [all...]
  /external/chromium_org/third_party/libpng/
pngset.c 408 info_ptr->scal_s_height = (png_charp)png_malloc_warn(png_ptr, length);
409 if (info_ptr->scal_s_height == NULL)
417 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
    [all...]
png.c 421 png_free(png_ptr, info_ptr->scal_s_height);
423 info_ptr->scal_s_height = NULL;
pngget.c 686 *height = info_ptr->scal_s_height;
pngwrite.c 200 info_ptr->scal_s_width, info_ptr->scal_s_height);
    [all...]
png.h     [all...]

Completed in 451 milliseconds