Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Window.cpp79 math::VEC2* pPt, in GetLTFrameSize() argument
86 *pPt = basePt; in GetLTFrameSize()
114 math::VEC2* pPt, in GetRTFrameSize() argument
123 *pPt = VEC2(basePt.x + winSize.width - frameSize.r, basePt.y); in GetRTFrameSize()
151 math::VEC2* pPt, in GetLBFrameSize() argument
158 *pPt = math::VEC2(basePt.x, basePt.y - frameSize.t); in GetLBFrameSize()
186 math::VEC2* pPt, in GetRBFrameSize() argument
193 *pPt = math::VEC2(basePt.x + frameSize.l, basePt.y - winSize.height + frameSize.b); in GetRBFrameSize()