png_text_ 418 tools/imagediff/image_diff_png.cc free(png_text_[i].key); png_text_ 419 tools/imagediff/image_diff_png.cc free(png_text_[i].text); png_text_ 421 tools/imagediff/image_diff_png.cc delete [] png_text_; png_text_ 429 tools/imagediff/image_diff_png.cc return png_text_; png_text_ 438 tools/imagediff/image_diff_png.cc png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE; png_text_ 441 tools/imagediff/image_diff_png.cc png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str()); png_text_ 442 tools/imagediff/image_diff_png.cc png_text_[pos].text = strdup(comment.text.c_str()); png_text_ 443 tools/imagediff/image_diff_png.cc png_text_[pos].text_length = comment.text.length(); png_text_ 445 tools/imagediff/image_diff_png.cc png_text_[pos].itxt_length = 0; png_text_ 446 tools/imagediff/image_diff_png.cc png_text_[pos].lang = 0; png_text_ 447 tools/imagediff/image_diff_png.cc png_text_[pos].lang_key = 0; png_text_ 452 tools/imagediff/image_diff_png.cc png_text* png_text_; png_text_ 526 ui/gfx/codec/png_codec.cc free(png_text_[i].key); png_text_ 527 ui/gfx/codec/png_codec.cc free(png_text_[i].text); png_text_ 529 ui/gfx/codec/png_codec.cc delete [] png_text_; png_text_ 537 ui/gfx/codec/png_codec.cc return png_text_; png_text_ 546 ui/gfx/codec/png_codec.cc png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE; png_text_ 549 ui/gfx/codec/png_codec.cc png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str()); png_text_ 550 ui/gfx/codec/png_codec.cc png_text_[pos].text = base::strdup(comment.text.c_str()); png_text_ 551 ui/gfx/codec/png_codec.cc png_text_[pos].text_length = comment.text.length(); png_text_ 553 ui/gfx/codec/png_codec.cc png_text_[pos].itxt_length = 0; png_text_ 554 ui/gfx/codec/png_codec.cc png_text_[pos].lang = 0; png_text_ 555 ui/gfx/codec/png_codec.cc png_text_[pos].lang_key = 0; png_text_ 562 ui/gfx/codec/png_codec.cc png_text* png_text_;