Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp85 const WindowFrameSize& frameSize in GetLTFrameSize() argument
90 pSize->width = winSize.width - frameSize.r; in GetLTFrameSize()
91 pSize->height = frameSize.t; in GetLTFrameSize()
120 const WindowFrameSize& frameSize in GetRTFrameSize() argument
125 *pPt = VEC2(basePt.x + winSize.width - frameSize.r, basePt.y); in GetRTFrameSize()
127 pSize->width = frameSize.r; in GetRTFrameSize()
128 pSize->height = winSize.height - frameSize.b; in GetRTFrameSize()
157 const WindowFrameSize& frameSize in GetLBFrameSize() argument
160 *pPt = math::VEC2(basePt.x, basePt.y - frameSize.t); in GetLBFrameSize()
162 pSize->width = frameSize.l; in GetLBFrameSize()
[all …]
Dlyt_Animation.cpp390 return m_pRes->frameSize; in GetFrameSize()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Window.h430 const WindowFrameSize& frameSize,
438 const WindowFrameSize& frameSize,
446 const WindowFrameSize& frameSize,
454 const WindowFrameSize& frameSize,
Dlyt_Resources.h1384 ut::ResU16 frameSize; member
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLayout.cpp151 f32 frameSize = m_LayoutResource->GetAnimationFrameSize( m_AnimationNo ); in AddAnimationFrame() local
157 if ( m_AnimationFrame > frameSize ) in AddAnimationFrame()
165 m_AnimationFrame -= frameSize; in AddAnimationFrame()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_AnimSoundFileReader.cpp107 m_FrameSize = body->frameSize; in Initialize()
/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimSoundFile.h212 nw::ut::ResU32 frameSize; // 総フレーム数 member
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel448 int $frameSize = `FloatToInt $e` - `FloatToInt $s`;
449 if (!`checkBox -q -v ($wName + "ClipLoop" + $i)` || $frameSize == 0)
451 ++$frameSize;
453 text -e -l $frameSize ($wName + "ClipSpan" + $i);