GrafX2 2.9.3227
The ultimate 256-color painting program
pxtall.h File Reference

Renderer for tall pixels (1x2). More...

#include "struct.h"
+ Include dependency graph for pxtall.h:
+ This graph shows which files directly or indirectly include this file:

Functions

void Pixel_tall (word x, word y, byte color)
 
byte Read_pixel_tall (word x, word y)
 
void Block_tall (word start_x, word start_y, word width, word height, byte color)
 
void Pixel_preview_normal_tall (word x, word y, byte color)
 
void Pixel_preview_magnifier_tall (word x, word y, byte color)
 
void Horizontal_XOR_line_tall (word x_pos, word y_pos, word width)
 
void Vertical_XOR_line_tall (word x_pos, word y_pos, word height)
 
void Display_brush_color_tall (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_tall (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_tall (word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, word image_width)
 
void Remap_screen_tall (word x_pos, word y_pos, word width, word height, byte *conversion_table)
 
void Display_part_of_screen_tall (word width, word height, word image_width)
 
void Display_line_on_screen_tall (word x_pos, word y_pos, word width, byte *line)
 
void Read_line_screen_tall (word x_pos, word y_pos, word width, byte *line)
 
void Display_part_of_screen_scaled_tall (word width, word height, word image_width, byte *buffer)
 
void Display_brush_color_zoom_tall (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_tall (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_tall (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)
 
void Display_brush_tall (byte *brush, word x_pos, word y_pos, word x_offset, word y_offset, word width, word height, byte transp_color, word brush_width)
 

Detailed Description

Renderer for tall pixels (1x2).

Function Documentation

◆ Pixel_tall()

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

◆ Read_pixel_tall()

byte Read_pixel_tall ( word  x,
word  y 
)

References Get_Screen_pixel(), ZOOMX, and ZOOMY.

◆ Block_tall()

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

References Screen_FillRect(), ZOOMX, and ZOOMY.

Referenced by Pixel_preview_magnifier_tall().

◆ Pixel_preview_normal_tall()

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

◆ Pixel_preview_magnifier_tall()

◆ Horizontal_XOR_line_tall()

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

◆ Vertical_XOR_line_tall()

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

◆ Display_brush_color_tall()

void Display_brush_color_tall ( 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_tall()

void Display_brush_mono_tall ( 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_tall()

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

◆ Remap_screen_tall()

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

◆ Display_part_of_screen_tall()

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

◆ Display_line_on_screen_tall()

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

References Get_Screen_pixel_ptr(), ZOOMX, and ZOOMY.

Referenced by Clear_brush_scaled_tall().

◆ Read_line_screen_tall()

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

References Get_Screen_pixel_ptr(), ZOOMX, and ZOOMY.

◆ Display_part_of_screen_scaled_tall()

◆ Display_brush_color_zoom_tall()

void Display_brush_color_zoom_tall ( 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_tall()

void Display_brush_mono_zoom_tall ( 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_tall()

void Clear_brush_scaled_tall ( 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 
)

◆ Display_brush_tall()

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

References Get_Screen_pixel_ptr(), ZOOMX, and ZOOMY.