Searched refs:map (Results 1 – 11 of 11) sorted by relevance
| /libtiff-4.0.7/contrib/ras/ |
| H A D | tif2ras.c | 187 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = NULL; 198 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = Map; 208 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = Map; 215 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = NULL; 232 Colormap.map[0] = red; 233 Colormap.map[1] = green; 234 Colormap.map[2] = blue;
|
| H A D | ras2tif.c | 223 red[i] = SCALE(Colormap.map[0][i]); 224 green[i] = SCALE(Colormap.map[1][i]); 225 blue[i] = SCALE(Colormap.map[2][i]);
|
| /libtiff-4.0.7/libtiff/ |
| H A D | Makefile.am | 35 libtiff.map \ 36 libtiffxx.map \ 127 libtiff_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiff.map 138 libtiffxx_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiffxx.map
|
| H A D | CMakeLists.txt | 41 libtiff.map 42 libtiffxx.map) 130 "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map") 154 "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiffxx.map")
|
| H A D | Makefile.in | 125 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_8 = -Wl,--version-script=$(srcdir)/libtiff.map 127 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_10 = -Wl,--version-script=$(srcdir)/libtiffxx.map 456 libtiff.map libtiffxx.map tif_config.h-vms \
|
| /libtiff-4.0.7/contrib/stream/ |
| H A D | tiffstream.cpp | 42 map, in makeFileStream() 63 map, in makeFileStream() 84 map, in makeFileStream() 155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map() function in TiffStream
|
| H A D | tiffstream.h | 37 static int map(thandle_t fd, tdata_t* phase, toff_t* psize);
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | ras2tiff.c | 161 register uint16* map; in main() local 187 map = red; in main() 191 *map++ = SCALE(*buf++); in main() 194 _TIFFmemset(map, 0, i*sizeof (uint16)); in main() 195 map += i; in main()
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 189 file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/conftest.map" "VERS_1 { 198 …IRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/conftest.map") 201 file(REMOVE "${CMAKE_CURRENT_BINARY_DIR}/conftest.map")
|
| H A D | configure.ac | 130 LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" 131 cat > conftest.map <<EOF 142 rm -f conftest.map
|
| H A D | configure | 3977 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4003 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4071 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4180 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 4837 cat > conftest.map <<EOF 4865 rm -f conftest.map
|