Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DTga.h102 unsigned int *orientation);
111 unsigned int orientation,
DUtil.cpp37 unsigned width, height, format, type, orientation; in loadTexture() local
40 pixels = (unsigned char*)dmpLoadTGA(_name, &width, &height, &format, &type, &orientation); in loadTexture()
DTga.cpp221 unsigned int *orientation) in dmpLoadTGA() argument
248 if (orientation) { in dmpLoadTGA()
249 *orientation = IMAGE_LOWER_LEFT; in dmpLoadTGA()