Searched refs:raster (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/cups-408/cups/conf/
H A Dmime.convs.in49 application/vnd.cups-raster image/pwg-raster 100 rastertopwg
H A Dmime.types96 image/pwg-raster string(0,"RaS2") + string(4,PwgRaster<00>) priority(150)
107 image/x-sun-raster ras string(0,<59a66a95>)
155 application/vnd.cups-raster string(0,"RaSt") string(0,"tSaR") \
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c134 uint32* raster; /* retrieve RGBA image */ local
160 "Can't allocate buffer for raster of size %lux%lu",
164 raster = (uint32*)_TIFFmalloc(raster_size);
165 if (raster == 0) {
166 TIFFError(TIFFFileName(in), "No space for raster buffer");
176 TIFFError(TIFFFileName(in), "No space for raster scanline buffer");
190 if (!TIFFReadRGBATile(in, col, row, raster)) {
197 * XXX: raster array has 4-byte unsigned integer type, that is why
201 TIFFSwabArrayOfLong(raster, tile_width * tile_height);
212 top_line = raster
245 uint32* raster; /* retrieve RGBA image */ local
364 uint32* raster; /* retrieve RGBA image */ local
[all...]
H A Drgb2ycbcr.c169 cvtClump(unsigned char* op, uint32* raster, uint32 ch, uint32 cw, uint32 w) argument
179 uint32 RGB = (raster - k*w)[j];
211 cvtStrip(unsigned char* op, uint32* raster, uint32 nrows, uint32 width) argument
218 tp = raster;
229 raster -= vertSubSampling*width;
232 tp = raster;
244 cvtRaster(TIFF* tif, uint32* raster, uint32 width, uint32 height) argument
260 cvtStrip(buf, raster + (y-1)*width, nr, width);
277 uint32* raster; /* retrieve RGBA image */ local
292 "can't allocate buffer for raster o
[all...]
H A Dtiffgt.c49 static uint32* raster = NULL; /* displayable image */ variable
190 if (raster != NULL)
191 _TIFFfree(raster);
214 * Setup the image raster as required.
228 if (raster != NULL)
229 _TIFFfree(raster), raster = NULL; local
230 raster = (uint32*) _TIFFmalloc(img.width * img.height * sizeof (uint32));
231 if (raster == NULL) {
233 TIFFError(filelist[fileindex], "No space for raster buffe
[all...]
H A Dgif2tiff.c110 unsigned char *raster; /* Decoded image data */ variable
279 if ((raster = (unsigned char*) _TIFFmalloc(width*height+EXTRAFUDGE)) == NULL) {
295 _TIFFfree(raster);
317 * Decode a raster image
323 unsigned char *fill = raster;
361 if (fill >= raster + width*height) {
362 fprintf(stderr, "raster full before eoi code\n");
367 if (fill != raster + width*height) {
369 (long) (fill-raster));
470 ras = raster;
[all...]
H A Dthumbnail.c343 static uint16 photometric; /* current photometric of raster */
550 unsigned char* raster; local
568 raster = (unsigned char*)_TIFFmalloc(rastersize);
569 if (!raster) {
571 "Can't allocate space for raster buffer.");
574 rp = raster;
581 setImage(raster, sw, sh);
582 _TIFFfree(raster);
/macosx-10.10/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test58 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster"
160 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
161 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 150dpi DEFINE-MATCH HAVE_150DPI
162 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 180dpi DEFINE-MATCH HAVE_180DPI
163 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 300dpi DEFINE-MATCH HAVE_300DPI
164 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 3600dpi DEFINE-MATCH HAVE_360DPI
165 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 600dpi DEFINE-MATCH HAVE_600DPI
166 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 720dpi DEFINE-MATCH HAVE_720DPI
168 EXPECT pwg-raster-document-sheet-back OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1
170 EXPECT pwg-raster
[all...]
H A Dipp-tests.test2455 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster"
2557 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
2558 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 150dpi DEFINE-MATCH HAVE_150DPI
2559 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 180dpi DEFINE-MATCH HAVE_180DPI
2560 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 300dpi DEFINE-MATCH HAVE_300DPI
2561 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 3600dpi DEFINE-MATCH HAVE_360DPI
2562 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 600dpi DEFINE-MATCH HAVE_600DPI
2563 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 720dpi DEFINE-MATCH HAVE_720DPI
2565 EXPECT pwg-raster-document-sheet-back OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1
2567 EXPECT pwg-raster
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dipp-everywhere.test58 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster"
160 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
161 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 150dpi DEFINE-MATCH HAVE_150DPI
162 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 180dpi DEFINE-MATCH HAVE_180DPI
163 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 300dpi DEFINE-MATCH HAVE_300DPI
164 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 3600dpi DEFINE-MATCH HAVE_360DPI
165 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 600dpi DEFINE-MATCH HAVE_600DPI
166 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 720dpi DEFINE-MATCH HAVE_720DPI
168 EXPECT pwg-raster-document-sheet-back OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1
170 EXPECT pwg-raster
[all...]
H A Dmake-ippeverywhere-print-tests.sh11 if test -f pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg; then
16 SKIP-IF-MISSING pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg
26 ATTR mimeMediaType document-format image/pwg-raster
28 FILE pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg
36 SKIP-IF-MISSING pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg
47 ATTR mimeMediaType document-format image/pwg-raster
51 FILE pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg
59 SKIP-IF-MISSING pwg-raster-samples-$res-20111130/$type/$file-$type-$res.pwg
70 ATTR mimeMediaType document-format image/pwg-raster
74 FILE pwg-raster
[all...]
H A Drun-stp-tests.sh407 raster)
431 instfilter cgpdftoraster pdftoraster raster
433 instfilter pstocupsraster pstoraster raster
441 instfilter pdftoraster pdftoraster raster
442 instfilter pstoraster pstoraster raster
/macosx-10.10/cups-408/cups/filter/
H A DMakefile39 IMAGEOBJS = error.o interpret.o raster.o
183 --header api-raster.header --intro api-raster.shtml \
184 api-raster.xml \
185 ../cups/raster.h interpret.c raster.c \
186 >../doc/help/api-raster.html
187 mxmldoc --tokens help/api-raster.html api-raster.xml >../doc/help/api-raster
[all...]
H A Derror.c22 #include <cups/raster-private.h>
128 * 'cupsRasterErrorString()' - Return the last error from a raster function.
H A Drasterbench.c23 #include <cups/raster.h>
53 * 'main()' - Benchmark the raster read/write functions.
171 * 'read_test()' - Benchmark the raster read functions.
190 perror("Unable to create raster input stream");
252 * 'write_test()' - Benchmark the raster write functions.
301 perror("Unable to create raster output stream");
H A Drastertopwg.c4 * CUPS raster to PWG raster format filter for CUPS.
22 #include <cups/raster.h>
36 cups_raster_t *inras, /* Input raster stream */
37 *outras; /* Output raster stream */
38 cups_page_header2_t inheader, /* Input raster page header */
39 outheader; /* Output raster page header */
93 * Compute the real raster size...
139 _cupsLangPrintFilter(stderr, "ERROR", _("Unsupported raster data."));
147 _cupsLangPrintFilter(stderr, "ERROR", _("Unsupported raster dat
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp43 HANDLE TIFFRGBA2DIB(TIFFDibImage* dib, uint32* raster) ;
102 uint32* raster; local
107 raster = (uint32*) _TIFFmalloc(npixels * sizeof (uint32));
108 if (raster != NULL) {
109 if (TIFFRGBAImageGet(&img.tif, raster, img.tif.width, img.tif.height)) {
110 pDIB = TIFFRGBA2DIB(&img, raster);
113 _TIFFfree(raster);
131 HANDLE TIFFRGBA2DIB(TIFFDibImage* dib, uint32* raster) argument
201 long* rgbTif = (long*)raster;
203 _TIFFmemcpy(pbiBits, raster, b
393 getStripContig1Bit(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
[all...]
/macosx-10.10/cups-408/cups/doc/
H A DMakefile42 images/cups-raster-chain.png \
43 images/raster.png \
44 images/raster-organization.png \
60 help/api-raster.html \
112 help/raster-driver.html \
124 help/spec-raster.html \
/macosx-10.10/cups-408/cups/data/
H A DMakefile39 raster.defs
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c450 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
461 return (*img->get)(img, raster, w, h);
470 uint32 rwidth, uint32 rheight, uint32* raster,
480 ok = TIFFRGBAImageGet(&img, raster+(rheight-img.height)*rwidth,
491 * Read the specified image into an ABGR-format raster. Use bottom left
492 * origin for raster by default.
496 uint32 rwidth, uint32 rheight, uint32* raster, int stop)
498 return TIFFReadRGBAImageOriented(tif, rwidth, rheight, raster,
570 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
624 (*put)(img, raster
469 TIFFReadRGBAImageOriented(TIFF* tif, uint32 rwidth, uint32 rheight, uint32* raster, int orientation, int stop) argument
495 TIFFReadRGBAImage(TIFF* tif, uint32 rwidth, uint32 rheight, uint32* raster, int stop) argument
663 gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
788 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
871 gtStripSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
[all...]
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-tests.bat58 set temp="%IPPFIND_TXT_PDL:image/pwg-raster=%"
60 echo " pdl is missing image/pwg-raster: '%IPPFIND_TXT_PDL%'"
61 echo "<string>pdl is missing image/pwg-raster: '%IPPFIND_TXT_PDL%'.</string>" >>"%PLIST%"
164 ippfind "%1._ipp._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x $IPPTOOL -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
265 ippfind "%1._ipps._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x ipptool -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
H A Ddocument-tests.test26 # "pwg-raster-samples-600dpi-20111130". The script used to generate the raster
46 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster"
48 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag DEFINE-VALUE RASTER_RESOLUTION
50 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "black-1" DEFINE-MATCH HAVE_BLACK
51 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "sgray-8" DEFINE-MATCH HAVE_SGRAY
52 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "srgb-8" DEFINE-MATCH HAVE_SRGB
53 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "cmyk-8" DEFINE-MATCH HAVE_CMYK
67 ATTR mimeMediaType document-format "image/pwg-raster"
68 FILE "pwg-raster
[all...]
H A Dbonjour-tests.sh86 *image/pwg-raster*)
89 echo " pdl is missing image/pwg-raster: '$IPPFIND_TXT_PDL'"
90 echo "<string>pdl is missing image/pwg-raster: '$IPPFIND_TXT_PDL'.</string>" >>"$PLIST"
209 $IPPFIND "$1._ipp._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
304 $IPPFIND "$1._ipps._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A Dtiff.c592 uint32 *raster; local
636 raster = (uint32*) TkimgTIFFmalloc(npixels * sizeof (uint32));
640 block.pixelPtr = ((unsigned char *) raster) + ((1-h) * block.pitch);
641 if (raster == NULL) {
646 if (!TIFFReadRGBAImage(tif, w, h, raster, 0) || errorMessage) {
647 TkimgTIFFfree (raster);
664 TkimgTIFFfree (raster);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c231 * Read the specified image into an ABGR-format raster.
235 uint32 rwidth, uint32 rheight, uint8* raster, int stop)
243 ok = TIFFImageIterGet(&img, raster, rwidth, img.height);
234 TIFFReadImageIter(TIFF* tif, uint32 rwidth, uint32 rheight, uint8* raster, int stop) argument

Completed in 287 milliseconds

12