Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 53) sorted by relevance

123

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_AnimSoundFileReader.cpp91 const AnimSoundFile::DataBlockBody* body = &header->GetDataBlock()->body; in Initialize() local
92 NW_NULL_ASSERT( body ); in Initialize()
94 if ( ! body ) in Initialize()
99 const AnimSoundFile::AnimEventTable* table = body->GetAnimEventTable(); in Initialize()
107 m_FrameSize = body->frameSize; in Initialize()
Dsnd_GroupFileReader.cpp92 m_pInfoBlockBody = &(infoBlock->body); in GroupFileReader()
93 m_pFileBlockBody = &(fileBlock->body); in GroupFileReader()
100 m_pInfoExBlockBody = &(infoExBlock->body); in GroupFileReader()
Dsnd_SequenceSoundFileReader.cpp85 m_pDataBlockBody = &dataBlock->body; in SequenceSoundFileReader()
90 m_pLabelBlockBody = &labelBlock->body; in SequenceSoundFileReader()
Dsnd_WaveArchiveFileReader.cpp92 m_pInfoBlockBody = &m_pHeader->GetInfoBlock()->body; in WaveArchiveFileReader()
147 + offsetof( WaveArchiveFile::FileBlock, body ) in GetWaveFileOffsetFromFileHead()
/NW4C-2.0.3/include/nw/snd/
Dsnd_GroupFile.h88 InfoBlockBody body; member
124 FileBlockBody body; member
152 InfoExBlockBody body; member
Dsnd_SequenceSoundFile.h54 DataBlockBody body; member
78 LabelBlockBody body; // ラベルデータ本体 member
Dsnd_WaveArchiveFile.h93 InfoBlockBody body; member
105 FileBlockBody body; member
Dsnd_WaveArchiveFileReader.h71 return ut::AddOffsetToPtr( &m_pHeader->GetFileBlock()->body, offset ); in GetWaveFileForWhole()
Dsnd_WaveFile.h128 InfoBlockBody body; member
Dsnd_SoundArchiveFile.h169 StringBlockBody body; member
254 InfoBlockBody body; member
535 FileBlockBody body; member
Dsnd_BankFile.h136 InfoBlockBody body; member
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h411 ut::AddOffsetToPtr(mpHeader, mpData->body.nameOffsets[setNo]) in GetSetName()
470 u32 GetSheetSize() const { return mpData->body.sheetSize; } in GetSheetSize()
472 u16 GetNumGlyphsPerSheet() const { return mpData->body.glyphsPerSheet; } in GetNumGlyphsPerSheet()
474 u16 GetNumSheet() const { return mpData->body.numSheet; } in GetNumSheet()
476 u16 GetNumSet() const { return mpData->body.numSet; } in GetNumSet()
478 u16 GetNumCWDH() const { return mpData->body.numCWDH; } in GetNumCWDH()
480 u16 GetNumCMAP() const { return mpData->body.numCMAP; } in GetNumCMAP()
/NW4C-2.0.3/tools/FontConverter/xllt/
Dletter-list.dtd1 <!ELEMENT letter-list (head?, body)>
20 <!ELEMENT body (letter+)> element
/NW4C-2.0.3/tools/FontConverter/xggp/
Dglyph-groups.dtd1 <!ELEMENT glyph-groups (head?, body)>
20 <!ELEMENT body (group+)> element
/NW4C-2.0.3/tools/FontConverter/xlor/
Dletter-order.dtd1 <!ELEMENT letter-order (head?, body)>
20 <!ELEMENT body (area?, order+)> element
/NW4C-2.0.3/documents/CreativeStudio/html/assets/
Dcontents.css7 body { selector
12 body div.body {
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js59 if (!container) var container = document.body;
209 …els.wrapper.style.height = (Math.max(document.documentElement.clientHeight, document.body.clientHe…
222 …els.wrapper.style.width = (Math.max(document.documentElement.clientWidth, document.body.clientWidt…
263 …els.overlay.style.height = Math.max(document.body.clientHeight, document.documentElement.clientHei…
302 scrollX: document.body.scrollLeft || window.pageXOffset || (docElem && docElem.scrollLeft),
303 scrollY: document.body.scrollTop || window.pageYOffset || (docElem && docElem.scrollTop)
312 …|| (document.documentElement && document.documentElement.clientWidth) || document.body.clientWidth,
313 …| (document.documentElement && document.documentElement.clientHeight) || document.body.clientHeight
588 if (container === undefined) var container = document.body;
604 if (container === undefined) var container = document.body;
[all …]
Dfonts-min.css7 body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,… selector
Dmanual.css27 body { selector
34 /* body section */
35 body div.body {
46 body div.footer {
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp1101 mSizeSheetFlags = sizeof(u32) * math::DivUp(mpData->body.numSheet, (u16)32); in FontGlyphGroupsAcs()
1102 mSizeCWDHFlags = sizeof(u32) * math::DivUp(mpData->body.numCWDH, (u16)32); in FontGlyphGroupsAcs()
1103 mSizeCMAPFlags = sizeof(u32) * math::DivUp(mpData->body.numCMAP, (u16)32); in FontGlyphGroupsAcs()
1109 const u32 sizeNameOffsets = sizeof(u16) * mpData->body.numSet; in FontGlyphGroupsAcs()
1110 const u32 sizeSizeSheets = sizeof(u32) * mpData->body.numSheet; in FontGlyphGroupsAcs()
1111 const u32 sizeSizeCWDH = sizeof(u32) * mpData->body.numCWDH; in FontGlyphGroupsAcs()
1112 const u32 sizeSizeCMAP = sizeof(u32) * mpData->body.numCMAP; in FontGlyphGroupsAcs()
1113 const u32 sizeUseSheets = mSizeSheetFlags * mpData->body.numSet; in FontGlyphGroupsAcs()
1114 const u32 sizeUseCWDH = mSizeCWDHFlags * mpData->body.numSet; in FontGlyphGroupsAcs()
/NW4C-2.0.3/documents/EffectMaker/html/css/
Dcontents.css6 body selector
/NW4C-2.0.3/documents/LayoutEditor/html/css/
Dcontents.css6 body selector
/NW4C-2.0.3/documents/SoundMaker/html/css/
Dcontents.css6 body selector
/NW4C-2.0.3/documents/EffectMaker/html/common/
Dcontents.css7 body { selector
/NW4C-2.0.3/documents/3DEditor/html/common/
Dcontents.css7 body { selector

123