Searched refs:current_text_ptr (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngpread.c1229 png_ptr->current_text_ptr = png_ptr->current_text;
1248 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1250 png_ptr->current_text_ptr += text_size;
1329 png_ptr->current_text_ptr = png_ptr->current_text;
1348 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1350 png_ptr->current_text_ptr += text_size;
1528 png_ptr->current_text_ptr = png_ptr->current_text;
1548 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1550 png_ptr->current_text_ptr += text_size;
H A Dpng.h1462 png_charp current_text_ptr PNG_DEPSTRUCT; /* current location in current_text */
/external/qemu/distrib/libpng-1.2.19/
H A Dpngpread.c1082 png_ptr->current_text_ptr = png_ptr->current_text;
1099 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1101 png_ptr->current_text_ptr += text_size;
1180 png_ptr->current_text_ptr = png_ptr->current_text;
1197 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1199 png_ptr->current_text_ptr += text_size;
1370 png_ptr->current_text_ptr = png_ptr->current_text;
1388 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1390 png_ptr->current_text_ptr += text_size;
H A Dpng.h1276 png_charp current_text_ptr; /* current location in current_text */ member in struct:png_struct_def

Completed in 56 milliseconds