|
Oolite 1.91.0.7712-251017-85ce217
|
import "OOPNGTextureLoader.h"import "OOFunctionAttributes.h"import "OOLogging.h"import "OOCPUInfo.h"import "NSDataOOExtensions.h"Go to the source code of this file.
Classes | |
| category | OOPNGTextureLoader(OOPrivate) |
Macros | |
| #define | MSG_TERMINATOR "" |
Functions | |
| static void | PNGError (png_structp png, png_const_charp message) |
| static void | PNGWarning (png_structp png, png_const_charp message) |
| static void | PNGRead (png_structp png, png_bytep bytes, png_size_t size) |
| #define MSG_TERMINATOR "" |
Definition at line 216 of file OOPNGTextureLoader.m.
Referenced by PNGError(), and PNGWarning().
|
static |
Definition at line 220 of file OOPNGTextureLoader.m.
References MSG_TERMINATOR, and OOLog.
Referenced by OOPNGTextureLoader(OOPrivate)::doLoadTexture.
|
static |
Definition at line 240 of file OOPNGTextureLoader.m.
References OOPNGTextureLoader::readBytes:count:.
Referenced by OOPNGTextureLoader(OOPrivate)::doLoadTexture.
|
static |
Definition at line 233 of file OOPNGTextureLoader.m.
References MSG_TERMINATOR, and OOLog.
Referenced by OOPNGTextureLoader(OOPrivate)::doLoadTexture.