Category : C Source Code
Archive   : YICONS24.ZIP
Filename : XPBMCLIP.H

 
Output of file : XPBMCLIP.H contained in archive : YICONS24.ZIP
/*-----------------------------------------------------------------------
;
; XPBMCLIP - header file
;
;
;
; ****** XLIB - Mode X graphics library ****************
; ****** ****************
; ****** Written By Themie Gouthas ****************
;
; [email protected]
; [email protected]
;
; Terminology & notes:
; VRAM == Video RAM
; SRAM == System RAM
; X coordinates are in pixels unless explicitly stated
;
;-----------------------------------------------------------------------*/

#ifndef _XPBMCLIP_H_
#define _XPBMCLIP_H_


/* FUNCTIONS =========================================================== */
extern "C" {
extern int x_put_masked_pbm_clipx(/* Copy a planar bitmap from SRAM masking */
int X, /* only non zero pixels to VRAM */
int Y, /* Supports clipping in the X direction */
WORD ScrnOffs,
BYTE far * Bitmap);


extern int x_put_masked_pbm_clipy( /* Copy a planar bitmap from SRAM masking */
int X, /* only non zero pixels to VRAM */
int Y, /* Supports clipping in the Y direction */
WORD ScrnOffs,
BYTE far * Bitmap);

extern int x_put_masked_pbm_clipxy(/* Copy a planar bitmap from SRAM masking */
int X, /* only non zero pixels to VRAM */
int Y, /* Supports clipping in the Y direction */
WORD ScrnOffs,
BYTE far * Bitmap);

extern int x_put_pbm_clipx( /* Copy a planar bitmap from SRAM masking */
int X, /* Supports clipping in the x direction */
int Y,
WORD ScrnOffs,
BYTE far * Bitmap);

extern int x_put_pbm_clipy( /* Copy a planar bitmap from SRAM masking */
int X, /* Supports clipping in the Y direction */
int Y,
WORD ScrnOffs,
BYTE far * Bitmap);

extern int x_put_pbm_clipx( /* Copy a planar bitmap from SRAM masking */
int X, /* Supports clipping in the X direction */
int Y,
WORD ScrnOffs,
BYTE far * Bitmap);

extern int x_put_pbm_clipxy( /* Copy a planar bitmap from SRAM masking */
int X, /* Supports clipping in the X&Y directions */
int Y,
WORD ScrnOffs,
BYTE far * Bitmap);
}
#endif




  3 Responses to “Category : C Source Code
Archive   : YICONS24.ZIP
Filename : XPBMCLIP.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/