Searched refs:total_bytes_written (Results 1 – 2 of 2) sorted by relevance
3841 long total_bytes_written; in WriteRawPixelmap() local3907 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()
2045 long total_bytes_written; in WritePixelmapBlock() local2075 total_bytes_written = 0; in WritePixelmapBlock()2077 while (total_bytes_written < file_size) in WritePixelmapBlock()2082 total_bytes_written += chunk_size; in WritePixelmapBlock()