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

  /external/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/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 33 milliseconds