![]() |
Oolite 1.91.0.7658-250404-b1488af
|
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.