Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp81 math::VEC2* pPt, in GetLTFrameSize() argument
88 *pPt = basePt; in GetLTFrameSize()
116 math::VEC2* pPt, in GetRTFrameSize() argument
125 *pPt = VEC2(basePt.x + winSize.width - frameSize.r, basePt.y); in GetRTFrameSize()
153 math::VEC2* pPt, in GetLBFrameSize() argument
160 *pPt = math::VEC2(basePt.x, basePt.y - frameSize.t); in GetLBFrameSize()
188 math::VEC2* pPt, in GetRBFrameSize() argument
195 *pPt = math::VEC2(basePt.x + frameSize.l, basePt.y - winSize.height + frameSize.b); in GetRBFrameSize()