BreakPixel(int x, int y, U8 *r, U8 *g, U8 *b, U8 *a) | KrPainter | |
BreakPixel(int x, int y, KrRGBA *rgba) | KrPainter | [inline] |
DrawBox(int x, int y, int w, int h, U8 red, U8 green, U8 blue) | KrPainter | |
DrawBox(int x, int y, int w, int h, const KrRGBA *colors, int nColors) | KrPainter | |
DrawFilledBox(int x, int y, int w, int h, U8 red, U8 green, U8 blue) | KrPainter | |
DrawHLine(int x, int y, int h, U8 red, U8 green, U8 blue) | KrPainter | |
DrawHLine(int x, int y, int h, const KrRGBA *colors, int nColors) | KrPainter | |
DrawVLine(int x, int y, int h, U8 red, U8 green, U8 blue) | KrPainter | |
DrawVLine(int x, int y, int h, const KrRGBA *colors, int nColors) | KrPainter | |
SetPixel(int x, int y, const KrRGBA &color) | KrPainter | |
SetPixel(void *target, U8 red, U8 green, U8 blue, U8 alpha) | KrPainter | |