Name |
Description |
This routine can be used to generically scale to any point between two colors. | |
This is a function pointer that references a function to do optimized horizontal lines. The function pointer is updated when SetBlotMethod() is called. | |
This is a function pointer that references a function to do optimized horizontal lines with alpha blending. The function pointer is updated when SetBlotMethod() is called. | |
d is color data... | |
d is color data... | |
routine which iterates through the points along a lone from x,y to xto,yto, calling a user function at each point. | |
This is a function pointer that references a function to do optimized vertical lines. The function pointer is updated when SetBlotMethod() is called. | |
This is a function pointer that references a function to do optimized vertical lines with alpha blending. The function pointer is updated when SetBlotMethod() is called. | |
A function pointer to the function which gets a pixel from an image at a specified x, y coordinate. | |
Your basic PLOT functions (Image.C, plotasm.asm) A function pointer to the function which sets a pixel in an image at a specified x, y coordinate. | |
A function pointer to the function which sets a pixel in an image at a specified x, y coordinate. |