![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOPNGTextureLoader.h>
Instance Methods | |
(void) | - loadTexture [implementation] |
(void) | - dealloc [implementation] |
(void) | - doLoadTexture [implementation] |
(void) | - readBytes:count: [implementation] |
![]() | |
(BOOL) | - isReady |
(BOOL) | - getResult:format:originalWidth:originalHeight: |
(NSString *) | - cacheKey |
(id) | - initWithPath:options: |
(NSString *) | - path |
(NSString *) | - descriptionComponents [implementation] |
(NSString *) | - shortDescriptionComponents [implementation] |
(void) | - performAsyncTask [implementation] |
(void) | - generateMipMapsForCubeMap [implementation] |
(void) | - applySettings [implementation] |
(void) | - getDesiredWidth:andHeight: [implementation] |
(void) | - completeAsyncTask [implementation] |
Private Attributes | |
png_structp | png |
png_infop | pngInfo |
png_infop | pngEndInfo |
NSData * | fileData |
size_t | length |
size_t | offset |
Additional Inherited Members | |
![]() | |
(id) | + loaderWithPath:options: |
(id) | + loaderWithTextureSpecifier:extraOptions:folder: |
(void) | + setUp [implementation] |
![]() | |
NSString * | _path |
OOTextureFlags | _options |
uint8_t | _generateMipMaps: 1 |
uint8_t | _scaleAsNormalMap: 1 |
uint8_t | _avoidShrinking: 1 |
uint8_t | _noScalingWhatsoever: 1 |
uint8_t | _extractChannel: 1 |
uint8_t | _allowCubeMap: 1 |
uint8_t | _isCubeMap: 1 |
uint8_t | _ready: 1 |
uint8_t | _extractChannelIndex |
OOTextureDataFormat | _format |
void * | _data |
uint32_t | _width |
uint32_t | _height |
uint32_t | _originalWidth |
uint32_t | _originalHeight |
uint32_t | _shrinkThreshold |
uint32_t | _maxSize |
size_t | _rowBytes |
Definition at line 34 of file OOPNGTextureLoader.h.
|
implementation |
Reimplemented from OOTextureLoader.
Definition at line 66 of file OOPNGTextureLoader.m.
References dealloc, OOTextureLoader::dealloc, png, pngEndInfo, and pngInfo.
Referenced by dealloc.
|
implementation |
Provided by category OOPNGTextureLoader(OOPrivate).
Definition at line 82 of file OOPNGTextureLoader.m.
Referenced by loadTexture.
|
implementation |
Reimplemented from OOTextureLoader.
Definition at line 52 of file OOPNGTextureLoader.m.
References doLoadTexture, fileData, length, loadTexture, and nil.
Referenced by loadTexture.
|
implementation |
Provided by category OOPNGTextureLoader(OOPrivate).
Definition at line 190 of file OOPNGTextureLoader.m.
Referenced by PNGRead().
|
private |
Definition at line 40 of file OOPNGTextureLoader.h.
Referenced by loadTexture.
|
private |
Definition at line 41 of file OOPNGTextureLoader.h.
Referenced by loadTexture.
|
private |
Definition at line 42 of file OOPNGTextureLoader.h.
|
private |
Definition at line 37 of file OOPNGTextureLoader.h.
Referenced by dealloc.
|
private |
Definition at line 39 of file OOPNGTextureLoader.h.
Referenced by dealloc.
|
private |
Definition at line 38 of file OOPNGTextureLoader.h.
Referenced by dealloc.