Searched refs:compressed_content (Results 1 – 2 of 2) sorted by relevance
409 it->second.compressed_content = content; in load_all_image_files()423 it->second.compressed_content.assign((const char *)tmpbuf, tmpsize); in load_all_image_files()453 it->second.compressed_content.assign((const char *)tmpbuf, in load_all_image_files()597 current_offset, it->second.compressed_content.length()); in pack_bmpblock()598 std::copy(it->second.compressed_content.begin(), in pack_bmpblock()599 it->second.compressed_content.end(), in pack_bmpblock()
30 string compressed_content; member