Home
last modified time | relevance | path

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

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