kviewshell
GBitmap.cpp File Reference
#include "GBitmap.h"
#include "ByteStream.h"
#include "GRect.h"
#include "GString.h"
#include "GThreads.h"
#include "GException.h"
#include <string.h>
Include dependency graph for GBitmap.cpp:
Go to the source code of this file.
Defines | |
#define | NMONITORS 8 |
Functions | |
static int | max (int x, int y) |
static int | min (int x, int y) |
Variables | |
static GMonitor | monitors [NMONITORS] |
static const unsigned char | static_zerobuffer [] |
Define Documentation
#define NMONITORS 8 |
Definition at line 457 of file GBitmap.cpp.
Function Documentation
static int max | ( | int | x, | |
int | y | |||
) | [inline, static] |
Definition at line 540 of file GBitmap.cpp.
static int min | ( | int | x, | |
int | y | |||
) | [inline, static] |
Definition at line 534 of file GBitmap.cpp.
Variable Documentation
Definition at line 458 of file GBitmap.cpp.
const unsigned char static_zerobuffer[] [static] |
Definition at line 1315 of file GBitmap.cpp.