#include <FL/Fl_Shared_Image.H>
#include "stage.hh"
#include "config.h"
#include "file_manager.hh"
Go to the source code of this file.
|
static void | pb_set_rect (Fl_Shared_Image *pb, const unsigned int x, const unsigned int y, const unsigned int rwidth, const unsigned int rheight, const uint8_t val) |
|
static bool | pixel_is_set (uint8_t *pixels, const unsigned int width, const unsigned int depth, const unsigned int x, const unsigned int y, uint8_t threshold) |
|
static void pb_set_rect |
( |
Fl_Shared_Image * |
pb, |
|
|
const unsigned int |
x, |
|
|
const unsigned int |
y, |
|
|
const unsigned int |
rwidth, |
|
|
const unsigned int |
rheight, |
|
|
const uint8_t |
val |
|
) |
| |
|
inlinestatic |
static bool pixel_is_set |
( |
uint8_t * |
pixels, |
|
|
const unsigned int |
width, |
|
|
const unsigned int |
depth, |
|
|
const unsigned int |
x, |
|
|
const unsigned int |
y, |
|
|
uint8_t |
threshold |
|
) |
| |
|
inlinestatic |