| D | lyt_Window.cpp | 34 namespace local namespace 672 local::GetLTFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame() 673 local::SetupFrameTransform(gres, WINDOWFRAME_LT, TEXTUREFLIP_NONE); in DrawFrame() 676 local::GetRTFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame() 677 local::SetupFrameTransform(gres, WINDOWFRAME_RT, TEXTUREFLIP_FLIPH); in DrawFrame() 680 local::GetRBFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame() 681 local::SetupFrameTransform(gres, WINDOWFRAME_RB, TEXTUREFLIP_ROTATE180); in DrawFrame() 684 local::GetLBFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame() 685 local::SetupFrameTransform(gres, WINDOWFRAME_LB, TEXTUREFLIP_FLIPV); in DrawFrame() 705 …local::GetLTFrameSize(&polPt[WINDOWFRAME_LT], &polSize[WINDOWFRAME_LT], basePt, GetSize(), frameSi… in DrawFrame4() [all …]
|