pxtall.c File Reference

#include <string.h>
#include <stdlib.h>
#include <SDL.h>
#include "global.h"
#include "sdlscreen.h"
#include "divers.h"
#include "pxsimple.h"

Functions

void Pixel_Tall (word X, word Y, byte Couleur)
byte Lit_Pixel_Tall (word X, word Y)
void Block_Tall (word Debut_X, word Debut_Y, word Largeur, word Hauteur, byte Couleur)
void Afficher_partie_de_l_ecran_Tall (word Largeur, word Hauteur, word Largeur_image)
void Pixel_Preview_Normal_Tall (word X, word Y, byte Couleur)
void Pixel_Preview_Loupe_Tall (word X, word Y, byte Couleur)
void Ligne_horizontale_XOR_Tall (word Pos_X, word Pos_Y, word Largeur)
void Ligne_verticale_XOR_Tall (word Pos_X, word Pos_Y, word Hauteur)
void Display_brush_Color_Tall (word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Hauteur, byte Couleur_de_transparence, word Largeur_brosse)
void Display_brush_Mono_Tall (word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Hauteur, byte Couleur_de_transparence, byte Couleur, word Largeur_brosse)
void Clear_brush_Tall (word Pos_X, word Pos_Y, __attribute__((unused)) word Decalage_X, __attribute__((unused)) word Decalage_Y, word Largeur, word Hauteur, __attribute__((unused)) byte Couleur_de_transparence, word Largeur_image)
void Affiche_brosse_Tall (byte *B, word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Hauteur, byte Couleur_de_transparence, word Largeur_brosse)
void Remap_screen_Tall (word Pos_X, word Pos_Y, word Largeur, word Hauteur, byte *Table_de_conversion)
void Afficher_une_ligne_ecran_Tall (word Pos_X, word Pos_Y, word Largeur, byte *Ligne)
void Lire_une_ligne_ecran_Tall (word Pos_X, word Pos_Y, word Largeur, byte *Ligne)
void Afficher_partie_de_l_ecran_zoomee_Tall (word Largeur, word Hauteur, word Largeur_image, byte *Buffer)
void Display_brush_Color_zoom_Tall (word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Pos_Y_Fin, byte Couleur_de_transparence, word Largeur_brosse, byte *Buffer)
void Display_brush_Mono_zoom_Tall (word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Pos_Y_Fin, byte Couleur_de_transparence, byte Couleur, word Largeur_brosse, byte *Buffer)
void Clear_brush_zoom_Tall (word Pos_X, word Pos_Y, word Decalage_X, word Decalage_Y, word Largeur, word Pos_Y_Fin, __attribute__((unused)) byte Couleur_de_transparence, word Largeur_image, byte *Buffer)

Function Documentation

void Pixel_Tall ( word  X,
word  Y,
byte  Couleur 
)

byte Lit_Pixel_Tall ( word  X,
word  Y 
)

References Ecran, and Largeur_ecran.

Referenced by Initialiser_mode_video().

void Block_Tall ( word  Debut_X,
word  Debut_Y,
word  Largeur,
word  Hauteur,
byte  Couleur 
)

void Afficher_partie_de_l_ecran_Tall ( word  Largeur,
word  Hauteur,
word  Largeur_image 
)

void Pixel_Preview_Normal_Tall ( word  X,
word  Y,
byte  Couleur 
)

void Pixel_Preview_Loupe_Tall ( word  X,
word  Y,
byte  Couleur 
)

void Ligne_horizontale_XOR_Tall ( word  Pos_X,
word  Pos_Y,
word  Largeur 
)

References Ecran, and Largeur_ecran.

Referenced by Initialiser_mode_video().

void Ligne_verticale_XOR_Tall ( word  Pos_X,
word  Pos_Y,
word  Hauteur 
)

References Ecran, and Largeur_ecran.

Referenced by Initialiser_mode_video().

void Display_brush_Color_Tall ( word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Hauteur,
byte  Couleur_de_transparence,
word  Largeur_brosse 
)

References Brosse, Ecran, Largeur_ecran, and UpdateRect().

Referenced by Initialiser_mode_video().

void Display_brush_Mono_Tall ( word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Hauteur,
byte  Couleur_de_transparence,
byte  Couleur,
word  Largeur_brosse 
)

References Brosse, Ecran, Largeur_ecran, and UpdateRect().

Referenced by Initialiser_mode_video().

void Clear_brush_Tall ( word  Pos_X,
word  Pos_Y,
__attribute__((unused)) word  Decalage_X,
__attribute__((unused)) word  Decalage_Y,
word  Largeur,
word  Hauteur,
__attribute__((unused)) byte  Couleur_de_transparence,
word  Largeur_image 
)

void Affiche_brosse_Tall ( byte B,
word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Hauteur,
byte  Couleur_de_transparence,
word  Largeur_brosse 
)

References Ecran, and Largeur_ecran.

Referenced by Initialiser_mode_video().

void Remap_screen_Tall ( word  Pos_X,
word  Pos_Y,
word  Largeur,
word  Hauteur,
byte Table_de_conversion 
)

References Ecran, Largeur_ecran, and UpdateRect().

Referenced by Initialiser_mode_video().

void Afficher_une_ligne_ecran_Tall ( word  Pos_X,
word  Pos_Y,
word  Largeur,
byte Ligne 
)

void Lire_une_ligne_ecran_Tall ( word  Pos_X,
word  Pos_Y,
word  Largeur,
byte Ligne 
)

References Ecran, and Largeur_ecran.

Referenced by Initialiser_mode_video().

void Afficher_partie_de_l_ecran_zoomee_Tall ( word  Largeur,
word  Hauteur,
word  Largeur_image,
byte Buffer 
)

void Display_brush_Color_zoom_Tall ( word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Pos_Y_Fin,
byte  Couleur_de_transparence,
word  Largeur_brosse,
byte Buffer 
)

void Display_brush_Mono_zoom_Tall ( word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Pos_Y_Fin,
byte  Couleur_de_transparence,
byte  Couleur,
word  Largeur_brosse,
byte Buffer 
)

void Clear_brush_zoom_Tall ( word  Pos_X,
word  Pos_Y,
word  Decalage_X,
word  Decalage_Y,
word  Largeur,
word  Pos_Y_Fin,
__attribute__((unused)) byte  Couleur_de_transparence,
word  Largeur_image,
byte Buffer 
)


Generated on Sat Mar 7 22:45:16 2009 for GrafX2 by  doxygen 1.5.8