Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OrthoProjectionUpdater.cpp38 = allocator->AllocAndFill(sizeof(ResOrthoProjectionUpdaterData), NULL); in Create()
40 ResOrthoProjectionUpdaterData* buffer = in Create()
41 new(dataMemory) ResOrthoProjectionUpdaterData(); in Create()
Dgfx_Camera.cpp948 projectionUpdaterMemory = allocator->Alloc(sizeof(ResOrthoProjectionUpdaterData)); in StoreOriginal()
951 new(projectionUpdaterMemory) ResOrthoProjectionUpdaterData( in StoreOriginal()
952 … *reinterpret_cast<ResOrthoProjectionUpdaterData*>(original.GetProjectionUpdater().ptr())); in StoreOriginal()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResCamera.h171 struct ResOrthoProjectionUpdaterData : public ResCameraProjectionUpdaterData struct