Searched refs:mOrientationVectors (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c108 thiz->mOrientationVectors.mFront = front;
109 thiz->mOrientationVectors.mAbove = above;
110 thiz->mOrientationVectors.mUp = above; // wrong
164 SLVec3D front = thiz->mOrientationVectors.mFront;
165 SLVec3D up = thiz->mOrientationVectors.mUp;
221 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors));
222 thiz->mOrientationVectors.mFront.x = 0;
223 thiz->mOrientationVectors.mFront.y = 0;
224 thiz->mOrientationVectors
[all...]
H A DI3DLocation.c176 thiz->mOrientationVectors.mFront = front;
177 thiz->mOrientationVectors.mAbove = above;
251 SLVec3D front = thiz->mOrientationVectors.mFront;
252 SLVec3D up = thiz->mOrientationVectors.mUp;
286 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors));
/frameworks/wilhelm/src/
H A Ditfstruct.h141 } mOrientationVectors; member in struct:__anon1631
166 } mOrientationVectors; member in struct:__anon1635

Completed in 16 milliseconds