#include <stdlib.h>
#include <xfcore/XFcCore.h>
#include <xfutil/XFuPrinter.h>
#include <xfcore/XFcPixelConverter.h>
Include dependency graph for XFuPrinter.cpp:
Go to the source code of this file.
Defines | |
#define | TORGB16(r, g, b) (unsigned short)(((((r) >> 3) & 0x1f) << 11) | ((((g) >> 3) & 0x1f) << 6) | ((((b) >> 3) & 0x1f))) |
X-Forge Util
Copyright 2000-2003 Fathammer Ltd
Definition in file XFuPrinter.cpp.
|
Definition at line 19 of file XFuPrinter.cpp. Referenced by XFuPrinter::create(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |