Searched refs:imagewidth (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.h9 CFURLRef imageURL, size_t imagewidth,
19 CFURLRef imageURL, size_t imagewidth,
24 void doMaskImageWithGrayImageFromURL(CGContextRef context, CFURLRef imageURL, size_t imagewidth,
H A DImageMasking.py10 imagewidth, imageheight, bitsPerComponent,
14 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
22 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
32 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheight)
66 imageRect = CGRectMake(imagewidth, imageheight/2, imagewidth, imageheight)
377 imagewidth, imageheight, bitsPerComponent,
381 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
389 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
399 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheigh
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.h9 CFURLRef imageURL, size_t imagewidth,
19 CFURLRef imageURL, size_t imagewidth,
24 void doMaskImageWithGrayImageFromURL(CGContextRef context, CFURLRef imageURL, size_t imagewidth,
H A DImageMasking.py10 imagewidth, imageheight, bitsPerComponent,
14 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
22 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
32 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheight)
66 imageRect = CGRectMake(imagewidth, imageheight/2, imagewidth, imageheight)
377 imagewidth, imageheight, bitsPerComponent,
381 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
389 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
399 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheigh
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.h9 CFURLRef imageURL, size_t imagewidth,
19 CFURLRef imageURL, size_t imagewidth,
24 void doMaskImageWithGrayImageFromURL(CGContextRef context, CFURLRef imageURL, size_t imagewidth,
H A DImageMasking.py10 imagewidth, imageheight, bitsPerComponent,
14 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
22 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
32 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheight)
66 imageRect = CGRectMake(imagewidth, imageheight/2, imagewidth, imageheight)
377 imagewidth, imageheight, bitsPerComponent,
381 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
389 image = CGImageCreate(imagewidth, imageheight, bitsPerComponent,
399 imageRect = CGRectMake(0.0,imageheight, imagewidth, imageheigh
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_next.c98 uint32 imagewidth = tif->tif_dir.td_imagewidth; local
115 while (n-- > 0 && npixels < imagewidth)
117 if (npixels >= imagewidth)
H A Dtif_getimage.c797 uint32 imagewidth = img->width; local
821 fromskew = (w < imagewidth ? imagewidth - w : 0);
881 uint32 imagewidth = img->width; local
910 fromskew = (w < imagewidth ? imagewidth - w : 0);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffdither.c45 uint32 imagewidth; variable
69 jmax = imagewidth - 1;
71 thisline = (short *)_TIFFmalloc(imagewidth * sizeof (short));
72 nextline = (short *)_TIFFmalloc(imagewidth * sizeof (short));
83 for (j = 0; j < imagewidth; ++j)
94 for (j = 0; j < imagewidth; ++j)
100 for (j = 0; j < imagewidth; ++j) {
248 CopyField(TIFFTAG_IMAGEWIDTH, imagewidth);
H A Dtiffcp.c768 uint32 imagelength, uint32 imagewidth, tsample_t spp)
772 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
777 uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp)
788 (void) imagewidth; (void) spp;
851 imagelength == biasLength && imagewidth == biasWidth) {
875 subtractLine (buf, biasBuf, imagewidth);
923 (void) imagewidth; (void) spp;
968 (void) imagewidth;
1016 for (n = imagewidth; n-- > 0;) {
1061 for (n = imagewidth;
1137 cpImage(TIFF* in, TIFF* out, readFunc fin, writeFunc fout, uint32 imagelength, uint32 imagewidth, tsample_t spp) argument
1392 nrows, imagewidth, 0, 0, spp, 1); local
[all...]
H A Dpal2rgb.c71 uint32 imagewidth, imagelength; local
135 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, &imagewidth);
188 for (x = 0; x < imagewidth; x++) {
201 for (pp = obuf, x = 0; x < imagewidth; x++)
205 for (pp = obuf, x = 0; x < imagewidth; x++)
209 for (pp = obuf, x = 0; x < imagewidth; x++)
H A Dtiffcmp.c49 static uint32 imagewidth; variable
168 (void) TIFFGetField(tif1, TIFFTAG_IMAGEWIDTH, &imagewidth);
328 for (pix = 0; pix < imagewidth; pix += ppb) {
349 for (pix = 0; pix < imagewidth; pix++) {
367 for (pix = 0; pix < imagewidth; pix++) {
383 for (pix = 0; pix < imagewidth; pix++) {
425 for (; mask2 && pix < imagewidth;
488 uint32 npixels = imagewidth;
H A Dtiffmedian.c95 uint32 imagewidth; variable
156 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, &imagewidth);
359 box->total = imagewidth * imagelength;
369 for (j = imagewidth; j-- > 0;) {
757 outline = (unsigned char *)_TIFFmalloc(imagewidth);
763 for (j = 0; j < imagewidth; j++) {
783 for (j = 0; j < imagewidth; ++j) { \
809 jmax = imagewidth - 1;
811 thisline = (short *)_TIFFmalloc(imagewidth * 3 * sizeof (short));
812 nextline = (short *)_TIFFmalloc(imagewidth *
[all...]
H A Dtiff2ps.c508 * imagewidth & imageheight are 1/72 inches
514 double imagewidth, double imageheight,
577 ximages = ceil (imagewidth / pagewidth);
579 if (((imagewidth + overlapspace) * (pageheight / splitheight)) > (ximages * pagewidth)) {
583 xscale = (imagewidth + overlapspace) * (pageheight / splitheight);
584 if (imagewidth <= pagewidth) {
610 ximages = ceil (imagewidth / splitwidth);
612 if (((imagewidth + overlapspace) * (pagewidth / splitwidth)) > (ximages * pagewidth)) {
618 xscale = imagewidth;
622 subimagewidth = imagewidth
512 PlaceImage(TIFF *tif, FILE *fp, int *npages, uint32 w, uint32 h, double pagewidth, double pageheight, double imagewidth, double imageheight, int splitpage, double lm, double bm, int cnt) argument
[all...]
H A Dtiffcrop.c753 uint32 imagewidth,
804 dst_rowsize = ((imagewidth * bps * spp) + 7) / 8;
808 for (col = 0; col < imagewidth; col += tw)
826 if (col + tw > imagewidth)
827 ncol = imagewidth - col;
843 bufp += (imagewidth * bps * spp) / 8;
940 uint32 imagelength, uint32 imagewidth,
978 for (col = 0; col < imagewidth; col += tw)
1004 if (col + tw > imagewidth)
1005 ncol = imagewidth
751 readContigTilesIntoBuffer(TIFF* in, uint8* buf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, tsample_t spp, uint16 bps) argument
939 readSeparateTilesIntoBuffer(TIFF* in, uint8 *obuf, uint32 imagelength, uint32 imagewidth, uint32 tw, uint32 tl, uint16 spp, uint16 bps) argument
1182 writeBufferToContigTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts* dump) argument
1257 writeBufferToSeparateTiles(TIFF* out, uint8* buf, uint32 imagelength, uint32 imagewidth, tsample_t spp, struct dump_opts * dump) argument
3498 extractContigSamplesToTileBuffer(uint8 *out, uint8 *in, uint32 rows, uint32 cols, uint32 imagewidth, uint32 tilewidth, tsample_t sample, uint16 count, uint16 spp, uint16 bps, struct dump_opts *dump) argument
4128 combineSeparateTileSamplesBytes(unsigned char *srcbuffs[], unsigned char *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4189 combineSeparateTileSamples8bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4288 combineSeparateTileSamples16bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4397 combineSeparateTileSamples24bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4521 combineSeparateTileSamples32bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c383 uint32 imagewidth = img->width; local
395 fromskew = (w < imagewidth ? imagewidth - w : 0);
424 uint32 imagewidth = img->width; local
443 fromskew = (w < imagewidth ? imagewidth - w : 0);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp402 uint32 imagewidth = img->width; local
421 fromskew = (w < imagewidth ? imagewidth - w : 0)/8;
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex1016 \def\imagewidth{#2}%
1025 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex879 \def\imagewidth{#2}%
886 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1176 \def\imagewidth{#2}%
1185 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex956 \def\imagewidth{#2}%
965 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/gnutar-453/gnutar/doc/
H A Dtexinfo.tex1184 \def\imagewidth{#2}%
1193 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/groff-38/groff/doc/
H A Dtexinfo.tex1184 \def\imagewidth{#2}%
1193 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex918 \def\imagewidth{#2}%
925 \ifx\empty\imagewidth\else width \imagewidth \fi
/macosx-10.10/emacs-93/emacs/man/
H A Dtexinfo.tex1270 \def\imagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}%
1304 \ifdim \wd0 >0pt width \imagewidth \fi

Completed in 780 milliseconds

12