GrafX2 2.9.3227
The ultimate 256-color painting program
pxsimple.c File Reference
#include <string.h>
#include <stdlib.h>
#include "global.h"
#include "screen.h"
#include "misc.h"
#include "graph.h"
#include "pxsimple.h"
+ Include dependency graph for pxsimple.c:

Functions

void Pixel_simple (word x, word y, byte color)
 
byte Read_pixel_simple (word x, word y)
 
void Block_simple (word start_x, word start_y, word width, word height, byte color)
 
void Display_part_of_screen_simple (word width, word height, word image_width)
 
void Pixel_preview_normal_simple (word x, word y, byte color)
 
void Pixel_preview_magnifier_simple (word x, word y, byte color)
 
void Horizontal_XOR_line_simple (word x_pos, word y_pos, word width)
 
void Vertical_XOR_line_simple (word x_pos, word y_pos, word height)
 
void Display_brush_color_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, word brush_width)
 
void Display_brush_mono_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, byte color, word brush_width)
 
void Clear_brush_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, word image_width)
 
void Display_brush_simple (byte *brush, word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, word brush_width)
 
void Remap_screen_simple (word x_pos, word y_pos, word width, word height, byte *conversion_table)
 
void Display_line_on_screen_simple (word x_pos, word y_pos, word width, byte *line)
 
void Display_transparent_mono_line_on_screen_simple (word x_pos, word y_pos, word width, byte *line, byte transp_color, byte color)
 
void Read_line_screen_simple (word x_pos, word y_pos, word width, byte *line)
 
void Display_part_of_screen_scaled_simple (word width, word height, word image_width, byte *buffer)
 
void Display_transparent_line_on_screen_simple (word x_pos, word y_pos, word width, byte *line, byte transp_color)
 
void Display_brush_color_zoom_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word end_y_pos, byte transp_color, word brush_width, byte *buffer)
 
void Display_brush_mono_zoom_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word end_y_pos, byte transp_color, byte color, word brush_width, byte *buffer)
 
void Clear_brush_scaled_simple (word x_pos, word y_pos, word x_offset, word y_offset, word width, word end_y_pos, byte transp_color, word image_width, byte *buffer)
 

Function Documentation

◆ Pixel_simple()

void Pixel_simple ( word  x,
word  y,
byte  color 
)

◆ Read_pixel_simple()

byte Read_pixel_simple ( word  x,
word  y 
)

References Get_Screen_pixel().

◆ Block_simple()

void Block_simple ( word  start_x,
word  start_y,
word  width,
word  height,
byte  color 
)

◆ Display_part_of_screen_simple()

void Display_part_of_screen_simple ( word  width,
word  height,
word  image_width 
)

◆ Pixel_preview_normal_simple()

void Pixel_preview_normal_simple ( word  x,
word  y,
byte  color 
)

◆ Pixel_preview_magnifier_simple()

◆ Horizontal_XOR_line_simple()

void Horizontal_XOR_line_simple ( word  x_pos,
word  y_pos,
word  width 
)

References Get_Screen_pixel_ptr(), and xor_lut.

◆ Vertical_XOR_line_simple()

void Vertical_XOR_line_simple ( word  x_pos,
word  y_pos,
word  height 
)

◆ Display_brush_color_simple()

void Display_brush_color_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  height,
byte  transp_color,
word  brush_width 
)

◆ Display_brush_mono_simple()

void Display_brush_mono_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  height,
byte  transp_color,
byte  color,
word  brush_width 
)

◆ Clear_brush_simple()

void Clear_brush_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  height,
byte  transp_color,
word  image_width 
)

◆ Display_brush_simple()

void Display_brush_simple ( byte brush,
word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  height,
byte  transp_color,
word  brush_width 
)

◆ Remap_screen_simple()

void Remap_screen_simple ( word  x_pos,
word  y_pos,
word  width,
word  height,
byte conversion_table 
)

◆ Display_line_on_screen_simple()

void Display_line_on_screen_simple ( word  x_pos,
word  y_pos,
word  width,
byte line 
)

◆ Display_transparent_mono_line_on_screen_simple()

void Display_transparent_mono_line_on_screen_simple ( word  x_pos,
word  y_pos,
word  width,
byte line,
byte  transp_color,
byte  color 
)

◆ Read_line_screen_simple()

void Read_line_screen_simple ( word  x_pos,
word  y_pos,
word  width,
byte line 
)

◆ Display_part_of_screen_scaled_simple()

◆ Display_transparent_line_on_screen_simple()

void Display_transparent_line_on_screen_simple ( word  x_pos,
word  y_pos,
word  width,
byte line,
byte  transp_color 
)

◆ Display_brush_color_zoom_simple()

void Display_brush_color_zoom_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  end_y_pos,
byte  transp_color,
word  brush_width,
byte buffer 
)

◆ Display_brush_mono_zoom_simple()

void Display_brush_mono_zoom_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  end_y_pos,
byte  transp_color,
byte  color,
word  brush_width,
byte buffer 
)

◆ Clear_brush_scaled_simple()

void Clear_brush_scaled_simple ( word  x_pos,
word  y_pos,
word  x_offset,
word  y_offset,
word  width,
word  end_y_pos,
byte  transp_color,
word  image_width,
byte buffer 
)