Home
last modified time | relevance | path

Searched refs:bitmap_pad (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/games/xshisen/xshisen-1.51/
H A Dimage.C12 int bitmap_pad; in ResizePixmap() local
24 bitmap_pad = (depth>16)?32:((depth>8)?16:8); in ResizePixmap()
26 0, NULL, new_width, new_height, bitmap_pad, 0); in ResizePixmap()
54 int bitmap_pad; in MakeHalfBrightPixmap() local
65 bitmap_pad = (depth>16)?32:((depth>8)?16:8); in MakeHalfBrightPixmap()
67 0, NULL, width, height, bitmap_pad, 0); in MakeHalfBrightPixmap()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dxwd.c145 (unsigned int) header->bitmap_pad, in TraceXWDHeader()
201 ximage->bitmap_pad, in TraceXImage()
225 const size_t bitmap_pad) in BytesPerLine() argument
230 *bytes_per_line=((((*scanline_bits)+((bitmap_pad)-1))/ in BytesPerLine()
231 (bitmap_pad))*((bitmap_pad) >> 3)); in BytesPerLine()
447 switch (header.bitmap_pad) in ReadXWDImage()
494 if ((header.bitmap_pad % 8 != 0) || (header.bitmap_pad > 32)) in ReadXWDImage()
545 ximage->bitmap_pad=(int) header.bitmap_pad; in ReadXWDImage()
966 bitmap_pad; in WriteXWDImage() local
1019 bitmap_pad); in WriteXWDImage()
[all …]
/dports/x11-wm/amiwm/amiwm0.21pl2/libami/
H A Diconutil.c22 int bpr, bitmap_pad, x, y; in image_to_pixmap() local
39 bitmap_pad = 32; in image_to_pixmap()
41 bitmap_pad = 16; in image_to_pixmap()
43 bitmap_pad = 8; in image_to_pixmap()
45 im->Width, im->Height, bitmap_pad, 0); in image_to_pixmap()
/dports/math/grace/grace-5.1.25/src/
H A Dmfdrv.c206 int pixmap_bpp, int bitmap_pad, int pixmap_type) in mf_putpixmap() argument
237 paddedW = PAD(width, bitmap_pad); in mf_putpixmap()
240 for (j = 0; j < paddedW/bitmap_pad; j++) { in mf_putpixmap()
241 for (i = 0; i < bitmap_pad; i++) { in mf_putpixmap()
242 bit = bin_dump(&databits[k*paddedW/bitmap_pad + j], i, bitmap_pad); in mf_putpixmap()
H A Dpdfdrv.c478 int pixmap_bpp, int bitmap_pad, int pixmap_type) in pdf_putpixmap() argument
497 paddedW = PAD(width, bitmap_pad); in pdf_putpixmap()
501 for (j = 0; j < paddedW/bitmap_pad; j++) { in pdf_putpixmap()
502 for (i = 0; i < bitmap_pad && j*bitmap_pad + i < width; i++) { in pdf_putpixmap()
503 if (bin_dump(&(databits)[k*paddedW/bitmap_pad + j], i, bitmap_pad)) { in pdf_putpixmap()
/dports/x11/libX11/libX11-1.7.2/src/
H A DImUtil.c68 return(dpy->bitmap_pad); in _XGetScanlinePad()
358 image->bitmap_pad = xpad; in XCreateImage()
367 ROUNDUP((bits_per_pixel * width), image->bitmap_pad); in XCreateImage()
370 ROUNDUP((width + offset), image->bitmap_pad); in XCreateImage()
399 (image->bitmap_pad != 8 && in XInitImage()
400 image->bitmap_pad != 16 && in XInitImage()
401 image->bitmap_pad != 32) || in XInitImage()
411 image->bitmap_pad); in XInitImage()
854 subimage->bitmap_pad = ximage->bitmap_pad; in _XSubImage()
863 subimage->bitmap_pad); in _XSubImage()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXImage.c393 int bitmap_pad, in XCreateImage() argument
416 if (bitmap_pad) { in XCreateImage()
417 ximage->bitmap_pad = bitmap_pad; in XCreateImage()
423 ximage->bitmap_pad = 128; in XCreateImage()
429 (ximage->bitmap_pad - 1)) >> 3) & in XCreateImage()
430 ~((ximage->bitmap_pad >> 3) - 1); in XCreateImage()
741 int depth = 32, offset = 0, bitmap_pad = 0; in XGetImage() local
797 bitmap_pad, bytes_per_row); in XGetImage()
/dports/games/xmemory/xmemory-3.7/
H A Dfont.C105 int bytes_per_line = (img->bitmap_pad/8) in TurnRight()
106 * ((img->height+img->bitmap_pad-1)/img->bitmap_pad); in TurnRight()
110 1,XYBitmap,0,data,img->height,img->width,img->bitmap_pad,bytes_per_line); in TurnRight()
133 int bytes_per_line = (img->bitmap_pad/8) in TurnLeft()
134 * ((img->height+img->bitmap_pad-1)/img->bitmap_pad); in TurnLeft()
138 1,XYBitmap,0,data,img->height,img->width,img->bitmap_pad,bytes_per_line); in TurnLeft()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinImage.c217 bitmap_pad, bytes_per_line) in XCreateImage() argument
226 int bitmap_pad;
238 imagePtr->bitmap_pad = bitmap_pad;
248 bitmap_pad = (bitmap_pad + LONGBITS - 1) / LONGBITS * LONGBITS;
258 + (bitmap_pad - 1)) >> 3) & ~((bitmap_pad >> 3) - 1);
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinImage.c212 int bitmap_pad, in XCreateImage() argument
227 imagePtr->bitmap_pad = bitmap_pad; in XCreateImage()
237 bitmap_pad = (bitmap_pad + LONGBITS - 1) / LONGBITS * LONGBITS; in XCreateImage()
247 + (bitmap_pad - 1)) >> 3) & ~((bitmap_pad >> 3) - 1); in XCreateImage()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinImage.c212 int bitmap_pad, in XCreateImage() argument
224 imagePtr->bitmap_pad = bitmap_pad; in XCreateImage()
234 bitmap_pad = (bitmap_pad + LONGBITS - 1) / LONGBITS * LONGBITS; in XCreateImage()
244 + (bitmap_pad - 1)) >> 3) & ~((bitmap_pad >> 3) - 1); in XCreateImage()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinImage.c211 int bitmap_pad, in XCreateImage() argument
223 imagePtr->bitmap_pad = bitmap_pad; in XCreateImage()
233 bitmap_pad = (bitmap_pad + LONGBITS - 1) / LONGBITS * LONGBITS; in XCreateImage()
243 + (bitmap_pad - 1)) >> 3) & ~((bitmap_pad >> 3) - 1); in XCreateImage()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXImage.c393 int bitmap_pad, in XCreateImage() argument
416 if (bitmap_pad) { in XCreateImage()
417 ximage->bitmap_pad = bitmap_pad; in XCreateImage()
423 ximage->bitmap_pad = 128; in XCreateImage()
429 (ximage->bitmap_pad - 1)) >> 3) & in XCreateImage()
430 ~((ximage->bitmap_pad >> 3) - 1); in XCreateImage()
756 int depth = 32, offset = 0, bitmap_pad = 0; in XGetImage() local
812 bitmap_pad, bytes_per_row); in XGetImage()
/dports/graphics/xli/xli-2006-11-10/
H A Dxwd.h26 byte bitmap_pad[4]; /* Bitmap scanline pad */ member
54 unsigned int bitmap_pad; /* Bitmap scanline pad */ member
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dxwd.h24 byte bitmap_pad[4]; /* Bitmap scanline pad */ member
52 unsigned int bitmap_pad; /* Bitmap scanline pad */ member
/dports/x11/xloadimage/xloadimage.4.1/
H A Dxwd.h24 byte bitmap_pad[4]; /* Bitmap scanline pad */ member
52 unsigned int bitmap_pad; /* Bitmap scanline pad */ member
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dxwd.c284 switch (header.bitmap_pad) in ReadXWDImage()
323 if (((header.bitmap_pad % 8) != 0) || (header.bitmap_pad > 32)) in ReadXWDImage()
347 ximage->bitmap_pad=(int) header.bitmap_pad; in ReadXWDImage()
357 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
829 xwd_info.bitmap_pad=(CARD32) (image->storage_class == DirectClass ? 32 : 8); in WriteXWDImage()
833 xwd_info.pixmap_width)+((xwd_info.bitmap_pad)-1))/ in WriteXWDImage()
834 (xwd_info.bitmap_pad))*((xwd_info.bitmap_pad) >> 3)); in WriteXWDImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dxwd.c284 switch (header.bitmap_pad) in ReadXWDImage()
323 if (((header.bitmap_pad % 8) != 0) || (header.bitmap_pad > 32)) in ReadXWDImage()
347 ximage->bitmap_pad=(int) header.bitmap_pad; in ReadXWDImage()
357 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
829 xwd_info.bitmap_pad=(CARD32) (image->storage_class == DirectClass ? 32 : 8); in WriteXWDImage()
833 xwd_info.pixmap_width)+((xwd_info.bitmap_pad)-1))/ in WriteXWDImage()
834 (xwd_info.bitmap_pad))*((xwd_info.bitmap_pad) >> 3)); in WriteXWDImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dxwd.c287 switch (header.bitmap_pad) in ReadXWDImage()
326 if (((header.bitmap_pad % 8) != 0) || (header.bitmap_pad > 32)) in ReadXWDImage()
354 ximage->bitmap_pad=(int) header.bitmap_pad; in ReadXWDImage()
364 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
829 xwd_info.bitmap_pad=(CARD32) (image->storage_class == DirectClass ? 32 : 8); in WriteXWDImage()
833 xwd_info.pixmap_width)+((xwd_info.bitmap_pad)-1))/ in WriteXWDImage()
834 (xwd_info.bitmap_pad))*((xwd_info.bitmap_pad) >> 3)); in WriteXWDImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dxwd.c287 switch (header.bitmap_pad) in ReadXWDImage()
326 if (((header.bitmap_pad % 8) != 0) || (header.bitmap_pad > 32)) in ReadXWDImage()
354 ximage->bitmap_pad=(int) header.bitmap_pad; in ReadXWDImage()
364 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
829 xwd_info.bitmap_pad=(CARD32) (image->storage_class == DirectClass ? 32 : 8); in WriteXWDImage()
833 xwd_info.pixmap_width)+((xwd_info.bitmap_pad)-1))/ in WriteXWDImage()
834 (xwd_info.bitmap_pad))*((xwd_info.bitmap_pad) >> 3)); in WriteXWDImage()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXXStubs.c821 int bitmap_pad, in XCreateImage() argument
843 if (bitmap_pad) { in XCreateImage()
844 ximage->bitmap_pad = bitmap_pad; in XCreateImage()
847 ximage->bitmap_pad = 128; in XCreateImage()
853 (ximage->bitmap_pad - 1)) >> 3) & in XCreateImage()
854 ~((ximage->bitmap_pad >> 3) - 1); in XCreateImage()
912 int bitmap_pad = 0; in XGetImage() local
977 (char*)bitmap, width, height, bitmap_pad, bytes_per_row); in XGetImage()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A DreadWriteXWD.c250 hdr.bitmap_pad = 8; in WriteXWD()
268 hdr.bitmap_pad = 8; in WriteXWD()
287 hdr.bitmap_pad = 8; in WriteXWD()
294 hdr.bitmap_pad = 32; in WriteXWD()
317 writelong(fp, hdr.bitmap_pad ); in WriteXWD()
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteXWD.c252 hdr.bitmap_pad = 8; in WriteXWD()
270 hdr.bitmap_pad = 8; in WriteXWD()
289 hdr.bitmap_pad = 8; in WriteXWD()
296 hdr.bitmap_pad = 32; in WriteXWD()
319 writelong(fp, hdr.bitmap_pad); in WriteXWD()
474 hdr.bitmap_pad = swaplong(hdr.bitmap_pad); in ReadXWD()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dxjpeg.c90 int bitmap_pad; in freshXImage() local
94 bitmap_pad = 16; in freshXImage()
98 bitmap_pad = 32; in freshXImage()
114 bitmap_pad, 0)) ) in freshXImage()
/dports/x11/xwatchwin/xwatchwin/
H A Dxwatchwin.c578 obperlin = ((image->width * 8 + image->bitmap_pad - 1) in ConvertImage()
579 / image->bitmap_pad) * (image->bitmap_pad / 8); in ConvertImage()
608 obperlin = ((image->width + image->bitmap_pad - 1) in ConvertImage()
609 / image->bitmap_pad) * (image->bitmap_pad / 8); in ConvertImage()

12345678910>>...16