Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dviff.c160 #define VFF_TYP_BIT 0 in ReadVIFFImage() macro
342 if ((viff_info.data_storage_type != VFF_TYP_BIT) && in ReadVIFFImage()
377 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
502 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
616 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
876 #define VFF_TYP_BIT 0 in WriteVIFFImage() macro
1040 viff_info.data_storage_type=VFF_TYP_BIT; in WriteVIFFImage()