Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dviff.c159 #define VFF_TYP_BIT 0 in ReadVIFFImage() macro
351 if ((viff_info.data_storage_type != VFF_TYP_BIT) && in ReadVIFFImage()
386 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
494 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
515 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
631 if (viff_info.data_storage_type == VFF_TYP_BIT) in ReadVIFFImage()
895 #define VFF_TYP_BIT 0 in WriteVIFFImage() macro
1061 viff_info.data_storage_type=VFF_TYP_BIT; in WriteVIFFImage()