Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp667 math::VEC2 polPt; in DrawFrame() local
672 local::GetLTFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame()
674 internal::DrawQuad(drawInfo, polPt, polSize); in DrawFrame()
676 local::GetRTFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame()
678 internal::DrawQuad(drawInfo, polPt, polSize); in DrawFrame()
680 local::GetRBFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame()
682 internal::DrawQuad(drawInfo, polPt, polSize); in DrawFrame()
684 local::GetLBFrameSize(&polPt, &polSize, basePt, GetSize(), frameSize); in DrawFrame()
686 internal::DrawQuad(drawInfo, polPt, polSize); in DrawFrame()
700 math::VEC2 polPt[WINDOWFRAME_RB + 1]; in DrawFrame4() local
[all …]