Searched refs:img (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dpixma_parse.c114 static color_t* get_color(image_t* img,char name){ argument
117 if(img->color[i].name==name)
118 return &(img->color[i]);
149 static int Raster(image_t* img,unsigned char* buffer,unsigned int len,unsigned char color_name,unsigned int maxw){ argument
150 color_t* color=get_color(img,color_name);
177 color->head->line = img->height + cur_line;
188 if(color && color->bpp && img->width < size*8/color->bpp){
192 img->width = newwidth;
232 static void advance(image_t* img,unsigned int to){ argument
235 while(img
348 write_ppm(image_t* img,FILE* fp) argument
416 image_t* img=calloc(1,sizeof(image_t)); local
[all...]
H A Dbjc-unprint.c76 void save2xbm (const char *filename,char col, bitimage_t *img,
216 bitimage_t *img= 0; local
235 img= bitimage_new();
237 img->buf= (unsigned char*) stp_malloc(h*w);
238 memset(img->buf,0,h*w);
239 img->width= w;
240 img->height= h;
241 img->y0= y0;
246 rle_decode(sl->buf,sl->size,img->buf+y*w,w);
250 return img;
267 save2xbm(const char *filename,char col, bitimage_t *img, int xmin, int ymin, int xmax, int ymax) argument
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c193 TIFFRGBAImageEnd(TIFFRGBAImage* img) argument
195 if (img->Map)
196 _TIFFfree(img->Map), img->Map = NULL;
197 if (img->BWmap)
198 _TIFFfree(img->BWmap), img->BWmap = NULL;
199 if (img->PALmap)
200 _TIFFfree(img->PALmap), img
224 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) argument
450 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
474 TIFFRGBAImage img; local
503 setorientation(TIFFRGBAImage* img) argument
570 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) 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
1557 putcontig8bitYCbCrGenericTile( TIFFRGBAImage* img, uint32* cp, uint32 x, uint32 y, uint32 w, uint32 h, int32 fromskew, int32 toskew, unsigned char* pp, int h_group, int v_group ) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/ghost/
H A Dijsgutenprint.c124 image_init(IMAGE *img, IjsPageHeader *ph) argument
126 img->width = ph->width;
127 img->height = ph->height;
128 img->bps = ph->bps;
129 img->n_chan = ph->n_chan;
130 img->xres = ph->xres;
131 img->yres = ph->yres;
133 img->row = -1;
134 img->row_width = (ph->n_chan * ph->bps * ph->width + 7) >> 3;
135 if (img
207 image_finish(IMAGE *img) argument
486 IMAGE *img = (IMAGE *)get_cb_data; local
619 IMAGE *img = (IMAGE *)set_cb_data; local
911 IMAGE *img = (IMAGE *)(image->rep); local
919 IMAGE *img = (IMAGE *)(image->rep); local
926 throwaway_data(int amount, IMAGE *img) argument
941 image_next_row(IMAGE *img) argument
979 IMAGE *img = (IMAGE *)(image->rep); local
1243 IMAGE img; local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c159 TIFFRGBAImageEnd(TIFF* tif, TIFFRGBAImage* img) argument
161 if (img->Map)
162 _TIFFfree(tif, img->Map), img->Map = NULL;
163 if (img->BWmap)
164 _TIFFfree(tif, img->BWmap), img->BWmap = NULL;
165 if (img->PALmap)
166 _TIFFfree(tif, img->PALmap), img
189 TIFFRGBAImageBegin(TIFFRGBAImage* img, TIFF* tif, int stop, char emsg[1024]) argument
379 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
401 TIFFRGBAImage img; local
417 setorientation(TIFFRGBAImage* img, uint32 h) argument
453 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
521 gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
622 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
676 gtStripSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
1382 putcontig8bitYCbCrGenericTile( TIFFRGBAImage* img, uint32* cp, uint32 x, uint32 y, uint32 w, uint32 h, int32 fromskew, int32 toskew, tif_char* pp, int h_group, int v_group ) argument
[all...]
/haiku-fatelf/
H A Dmakehaikufloppy52 rm -f /tmp/boot.tgz /tmp/boot.img
85 dd if=/dev/zero of=/tmp/boot.img bs=1k count=1440
90 dd if=$BASE/system/haiku_loader of=/tmp/boot.img conv=notrunc
91 dd if=/tmp/boot.tgz of=/tmp/boot.img bs=192k seek=1 conv=notrunc
94 dd if=/tmp/boot.img of=$IMAGE bs=72k
98 rm -f /tmp/boot.tgz /tmp/boot.img
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsimagerop.c66 #define MK_LINE_KEY(i,j) ((j)+(img->width+1)*(i))
125 const hpgs_image *img,
138 size_t clip_lines_sz = ((img->width+1)*(img->height+1)+31)/4;
144 hpgs_alloca(sizeof(hpgs_img_clip_seg)*(img->width+1));
147 hpgs_alloca(sizeof(hpgs_img_clip_seg)*(img->width+1));
168 for (i=0;i<img->height+1;++i)
176 if (i<img->height)
178 for (j=0;j<img->width;++j)
184 hpgs_image_get_pixel(img,
123 hpgs_image_rop3_clip(hpgs_device *device, hpgs_palette_color *data, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur, const hpgs_palette_color *p, hpgs_xrop3_func_t xrop3) argument
[all...]
H A Dhpgspaint.h127 const hpgs_image *img,
271 const hpgs_paint_clipper *img,
H A Dhpgspaintimage.c222 const hpgs_image *img,
241 build_inv_matrix(imat,c,pdv->image,img,ll,&ul,lr,ur);
364 if (put_point_func(pdv->image,img,ileft-1.0,iscan,&src_point,alpha))
379 if (put_point_func(pdv->image,img,ii,iscan,&src_point,alpha))
391 if (put_point_func(pdv->image,img,iright,iscan,&src_point,alpha))
432 if (put_point_func(pdv->image,img,ileft-1.0,iscan,&src_point,alpha))
445 if (put_point_func(pdv->image,img,ii,iscan,&src_point,1.0))
456 if (put_point_func(pdv->image,img,iright,iscan,&src_point,alpha))
221 hpgs_paint_device_drawimage(hpgs_paint_device *pdv, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
H A Dhpgsdevices.c105 int hpgs_drawimage(hpgs_device *_this, const hpgs_image *img, argument
111 return _this->vtable->drawimage(_this,img,ll,lr,ur);
614 static int eps_drawimage(hpgs_device *_this, const hpgs_image *img, argument
624 if (!img)
633 malloc(img->width*img->height*sizeof(hpgs_palette_color));
642 switch (hpgs_image_rop3_clip(_this,data,img,
671 for (j=0; j<img->height;++j)
675 for (i=0; i<img->width;++i,++d)
677 hpgs_image_get_pixel(img,
1334 pls_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
[all...]
H A Dhpgsscanline.c2113 const hpgs_paint_scanline *img,
2126 while (io < img->n_points && ic < clip->n_points)
2129 double x= img->points[io].x;
2133 while (io < img->n_points && x == img->points[io].x)
2135 owind += img->points[io].order;
2199 const hpgs_paint_scanline *img,
2216 while (io < img->n_points && ic < clip->n_points)
2219 double x= img->points[io].x;
2225 if (io < img
2111 scanline_emit_0(hpgs_image *image, double llx, double urx, int iy, const hpgs_paint_scanline *img, const hpgs_paint_scanline *clip, const hpgs_paint_color *c, hpgs_bool winding, hpgs_bool stroke) argument
2197 scanline_emit_alpha(hpgs_image *image, double llx, double urx, int iy, const hpgs_paint_scanline *img, const hpgs_paint_scanline *clip, const hpgs_paint_color *c, hpgs_bool winding) argument
2388 hpgs_paint_clipper_emit(hpgs_image *image, const hpgs_paint_clipper *img, const hpgs_paint_clipper *clip, const hpgs_paint_color *c, hpgs_bool winding, hpgs_bool stroke) argument
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_blur.h96 template<class Img> void blur_x(Img& img, unsigned radius) argument
110 unsigned w = img.width();
111 unsigned h = img.height();
135 pix = img.pixel(0, y);
144 pix = img.pixel((i > wm) ? wm : i, y);
166 pix = img.pixel(xp, y);
180 img.copy_color_hspan(0, y, w, &m_buf[0]);
185 template<class Img> void blur_y(Img& img, unsigned radius) argument
187 pixfmt_transposer<Img> img2(img);
192 template<class Img> void blur(Img& img, unsigne argument
355 stack_blur_gray8(Img& img, unsigned rx, unsigned ry) argument
520 stack_blur_rgb24(Img& img, unsigned rx, unsigned ry) argument
774 stack_blur_rgba32(Img& img, unsigned rx, unsigned ry) argument
1074 blur_x(Img& img, double radius) argument
1149 blur_y(Img& img, double radius) argument
1156 blur(Img& img, double radius) argument
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A Dslides.js105 function toggletoc (img, width, hidegraphic, showgraphic) {
112 img.src = hidegraphic;
115 img.src = showgraphic;
H A DxbCollapsibleLists.js254 var img = null;
259 img = item.document.images[0];
261 img = xbGetElementById(id);
263 if (img)
264 img.src = file;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_type1.c30 pdc_byte *img; /* in-core Type1 font file image */ member in struct:__anon5000
162 else if (font->img)
164 strncpy((char *) magic, (const char *)font->img, PFA_TESTBYTE);
341 } else if (font->img) {
344 t1_private->img = font->img;
345 t1_private->pos = font->img;
346 t1_private->end = font->img + font->filelen;
H A Dp_truetype.c65 TT_IOCHECK(p, ttf, ttf->img + (tt_ulong) offset <= ttf->end);
66 ttf->pos = ttf->img + (tt_ulong) offset;
90 return (long) (ttf->pos - ttf->img);
1072 ttf->img = NULL;
1114 pdf_test_tt_font(tt_byte *img, tt_ulong *n_fonts) argument
1119 if (!(img[0] == 0x00 && img[1] == 0x01 &&
1120 img[2] == 0x00 && img[3] == 0x00))
1123 if (!(img[
1162 tt_byte img[TT_OFFSETTAB_SIZE]; local
1815 tt_byte img[TT_OFFSETTAB_SIZE]; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Davr-tdep.c486 unsigned char img[] = { local
501 if (memcmp (prologue + vpc + 4, img, sizeof (img)) == 0)
622 unsigned char img[] = { local
630 if (memcmp (prologue, img, sizeof (img)) == 0)
633 vpc += sizeof (img);
639 else if (memcmp (img + 2, prologue, sizeof (img) - 2) == 0)
642 vpc += sizeof (img)
679 unsigned char img[] = { local
705 unsigned char img[] = { local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_font.c71 if (font->img != NULL && font->imgname == NULL)
72 pdc_free(pdc, font->img);
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh2 IMG=$HOME/floppy.img
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css220 img.formulaDsp {
224 img.formulaInl {
235 div.center img {
244 img.footer {
561 .directory img {
592 .directory-alt img {
782 #projectlogo img
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css220 img.formulaDsp {
224 img.formulaInl {
235 div.center img {
244 img.footer {
561 .directory img {
592 .directory-alt img {
782 #projectlogo img
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DImageIntrinsics.java143 public boolean imageUpdate(Image img, int infoflags, argument
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DImageIntrinsics.java143 public boolean imageUpdate(Image img, int infoflags, argument
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.h210 void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t *img);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DImageIntrinsics.java172 public boolean imageUpdate(Image img, int infoflags, argument

Completed in 131 milliseconds

12