Searched refs:magic_bytes_read (Results 1 – 1 of 1) sorted by relevance
1682 size_t magic_bytes_read = fread(magic, 1, 4, f); in load_dds_uncompressed_image() local1684 if (magic_bytes_read != 4 || header_bytes_read != sizeof(hdr)) in load_dds_uncompressed_image()