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

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 109 int max_text; /* current size of text array */ member in struct:png_info_def
  /external/chromium_org/third_party/libpng/
pngset.c 668 if (info_ptr->num_text + num_text > info_ptr->max_text)
675 old_max = info_ptr->max_text;
676 info_ptr->max_text = info_ptr->num_text + num_text + 8;
679 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
691 info_ptr->max_text = num_text + 8;
694 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
702 info_ptr->max_text);
    [all...]
png.h     [all...]
  /external/libpng/
pngset.c 668 if (info_ptr->num_text + num_text > info_ptr->max_text)
670 int old_max_text = info_ptr->max_text;
677 info_ptr->max_text = info_ptr->num_text + num_text + 8;
681 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
685 info_ptr->max_text = old_max_text;
695 info_ptr->max_text = num_text + 8;
698 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
703 info_ptr->max_text = old_max_text;
711 info_ptr->max_text);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 744 if (info_ptr->num_text + num_text > info_ptr->max_text)
751 old_max = info_ptr->max_text;
752 info_ptr->max_text = info_ptr->num_text + num_text + 8;
755 (png_uint_32)(info_ptr->max_text * png_sizeof (png_text)));
767 info_ptr->max_text = num_text + 8;
770 (png_uint_32)(info_ptr->max_text * png_sizeof (png_text)));
778 info_ptr->max_text);
    [all...]
png.h 749 int max_text; \/* current size of text array *\/ member in struct:png_info_struct
    [all...]

Completed in 178 milliseconds