Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Window.cpp83 const WindowFrameSize& frameSize in GetLTFrameSize() argument
88 pSize->width = winSize.width - frameSize.r; in GetLTFrameSize()
89 pSize->height = frameSize.t; in GetLTFrameSize()
118 const WindowFrameSize& frameSize in GetRTFrameSize() argument
123 *pPt = VEC2(basePt.x + winSize.width - frameSize.r, basePt.y); in GetRTFrameSize()
125 pSize->width = frameSize.r; in GetRTFrameSize()
126 pSize->height = winSize.height - frameSize.b; in GetRTFrameSize()
155 const WindowFrameSize& frameSize in GetLBFrameSize() argument
158 *pPt = math::VEC2(basePt.x, basePt.y - frameSize.t); in GetLBFrameSize()
160 pSize->width = frameSize.l; in GetLBFrameSize()
[all …]
Dlyt_Animation.cpp388 return m_pRes->frameSize; in GetFrameSize()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Window.h427 const WindowFrameSize& frameSize,
434 const WindowFrameSize& frameSize,
441 const WindowFrameSize& frameSize,
448 const WindowFrameSize& frameSize,
Dlyt_Resources.h1380 ut::ResU16 frameSize; member
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmLayout.cpp149 f32 frameSize = m_LayoutResource->GetAnimationFrameSize( m_AnimationNo ); in AddAnimationFrame() local
155 if ( m_AnimationFrame > frameSize ) in AddAnimationFrame()
163 m_AnimationFrame -= frameSize; in AddAnimationFrame()
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel449 int $frameSize = `FloatToInt $e` - `FloatToInt $s`;
450 if (!`checkBox -q -v ($wName + "ClipLoop" + $i)` || $frameSize == 0)
452 ++$frameSize;
454 text -e -l $frameSize ($wName + "ClipSpan" + $i);