Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp56 std::string fnmod(filename); in get_output_filename()
57 std::string fnext = fnmod.substr(fnmod.find_last_of(".")); in get_output_filename()
60 fnmod = fnmod.erase(fnmod.length() - fnext.size()); in get_output_filename()
64 ss << fnmod << "_" << std::setw(3) << std::setfill('0') << index << fnext; in get_output_filename()
173 std::string fnmod = get_output_filename(img, filename, i); in store_exr_image_with_tinyexr() local
176 res = SaveEXR(buf, img->dim_x, img->dim_y, 4, 1, fnmod.c_str(), nullptr); in store_exr_image_with_tinyexr()
207 std::string fnmod in store_png_image_with_stb() local
241 std::string fnmod = get_output_filename(img, filename, i); store_tga_image_with_stb() local
275 std::string fnmod = get_output_filename(img, filename, i); store_bmp_image_with_stb() local
307 std::string fnmod = get_output_filename(img, filename, i); store_hdr_image_with_stb() local
[all...]

Completed in 3 milliseconds