Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c713 ptcache_file_read(pf, version, 1, sizeof(char[4])); in ptcache_dynamicpaint_read()
724 ptcache_file_read(pf, &surface_type, 1, sizeof(int)); in ptcache_dynamicpaint_read()
1484 ptcache_file_read(pf, &compressed, 1, sizeof(unsigned char)); in ptcache_file_compressed_read()
1487 ptcache_file_read(pf, &size, 1, sizeof(unsigned int)); in ptcache_file_compressed_read()
1495 ptcache_file_read(pf, in, in_len, sizeof(unsigned char)); in ptcache_file_compressed_read()
1505 ptcache_file_read(pf, &size, 1, sizeof(unsigned int)); in ptcache_file_compressed_read()
1507 ptcache_file_read(pf, props, sizeOfIt, sizeof(unsigned char)); in ptcache_file_compressed_read()
1515 ptcache_file_read(pf, result, len, sizeof(unsigned char)); in ptcache_file_compressed_read()
1607 !ptcache_file_read(pf, pf->cur[i], 1, ptcache_data_size[i])) { in ptcache_file_data_read()
1958 ptcache_file_read(pf, &extra->totdata, 1, sizeof(unsigned int)); in ptcache_disk_frame_to_mem()
[all …]