Searched refs:tif_typemask (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dir.h231 ((v) >> (tif)->tif_typeshift[type]) & (tif)->tif_typemask[type] : \
232 (v) & (tif)->tif_typemask[type]))
235 ((v) & (tif)->tif_typemask[type]) << (tif)->tif_typeshift[type] : \
236 (v) & (tif)->tif_typemask[type]))
H A Dtif_open.c88 tif->tif_typemask = typemask;
H A Dtiffiop.h101 const long* tif_typemask; /* data type masks */ member in struct:tiff

Completed in 114 milliseconds