Home | History | Annotate | Download | only in libpng

Lines Matching refs:current_text_ptr

1229    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;