Home
last modified time | relevance | path

Searched refs:total_bytes_written (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_gen.cpp3841 long total_bytes_written; in WriteRawPixelmap() local
3907 total_bytes_written = 0; in WriteRawPixelmap()
3909 while(total_bytes_written < file_size) in WriteRawPixelmap()
3919 if (total_bytes_written != (total_data_size - 1)) in WriteRawPixelmap()
3924 total_bytes_written++; in WriteRawPixelmap()
3931 if (total_bytes_written < total_data_size) in WriteRawPixelmap()
3934 for(int i = total_bytes_written; i < total_data_size; i++) in WriteRawPixelmap()
Dbinary_resource_gen.cpp2045 long total_bytes_written; in WritePixelmapBlock() local
2075 total_bytes_written = 0; in WritePixelmapBlock()
2077 while (total_bytes_written < file_size) in WritePixelmapBlock()
2082 total_bytes_written += chunk_size; in WritePixelmapBlock()