| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_DriverCommand.cpp | 40 DriverCommandReply* c = reinterpret_cast<DriverCommandReply*>(command); in ProcessCommandList() local 41 *(c->ptr) = true; in ProcessCommandList() 47 DriverCommandPlayerInit* c = reinterpret_cast<DriverCommandPlayerInit*>(command); in ProcessCommandList() local 48 c->player->Initialize(); in ProcessCommandList() 49 *(c->availableFlagPtr) = true; in ProcessCommandList() 55 DriverCommandPlayer* c = reinterpret_cast<DriverCommandPlayer*>(command); in ProcessCommandList() local 56 c->player->Finalize(); in ProcessCommandList() 62 DriverCommandPlayer* c = reinterpret_cast<DriverCommandPlayer*>(command); in ProcessCommandList() local 63 c->player->Start(); in ProcessCommandList() 69 DriverCommandPlayer* c = reinterpret_cast<DriverCommandPlayer*>(command); in ProcessCommandList() local [all …]
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 147 PairFont::SetAlternateChar(CharCode c) in SetAlternateChar() argument 149 bool bPrimary = m_Primary->SetAlternateChar(c); in SetAlternateChar() 150 bool bSecondary = m_Secondary->SetAlternateChar(c); in SetAlternateChar() 184 PairFont::GetCharWidth(CharCode c) const in GetCharWidth() 186 if (m_Primary->HasGlyph(c)) in GetCharWidth() 188 return m_Primary->GetCharWidth(c); in GetCharWidth() 190 else if (m_Secondary->HasGlyph(c)) in GetCharWidth() 192 return m_Secondary->GetCharWidth(c); in GetCharWidth() 196 return m_Primary->GetCharWidth(c); in GetCharWidth() 200 return m_Secondary->GetCharWidth(c); in GetCharWidth() [all …]
|
| D | font_ResFontBase.cpp | 205 ResFontBase::SetAlternateChar( CharCode c ) in SetAlternateChar() argument 208 GlyphIndex index = FindGlyphIndex(c); in SetAlternateChar() 235 ResFontBase::GetCharWidth( CharCode c ) const in GetCharWidth() 237 return GetCharWidths(c).charWidth; in GetCharWidth() 241 ResFontBase::GetCharWidths( CharCode c ) const in GetCharWidths() 243 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths() 248 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph() 250 GlyphIndex index = GetGlyphIndex(c); in GetGlyph() 255 ResFontBase::HasGlyph( CharCode c ) const in HasGlyph() 257 return ( GLYPH_INDEX_NOT_FOUND != FindGlyphIndex(c) ); in HasGlyph() [all …]
|
| D | font_CharStrmReader.cpp | 57 IsSJISLeadByte(u8 c) in IsSJISLeadByte() argument 59 return ((SJIS_HIGH0_ST <= c) && (c < SJIS_HIGH2_ED)) in IsSJISLeadByte() 60 || (SJIS_HIGH3_ST <= c); in IsSJISLeadByte()
|
| D | font_PackedFont.cpp | 319 CharCode c in GetGlyph() 324 GlyphIndex index = GetGlyphIndex(c); in GetGlyph() 361 PackedFont::PreloadSheet(CharCode c) in PreloadSheet() argument 366 int compIndex = GetSheetIndex(c); in PreloadSheet() 381 PackedFont::LockSheet(CharCode c) in LockSheet() argument 384 int compIndex = GetSheetIndex(c); in LockSheet() 405 CharCode c, in UnlockSheet() argument 409 int compIndex = GetSheetIndex(c); in UnlockSheet() 703 PackedFont::GetSheetIndex(CharCode c) const in GetSheetIndex() 706 GlyphIndex index = GetGlyphIndex(c); in GetSheetIndex()
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 72 -c "NW4C_ExpDirect"; 76 -c "NW4C_ExpDialog"; 84 -c "NW4C_SetMaterialAttr"; 90 -c "NW4C_SetRenderPriority"; 96 // -c "NW4C_SetNormalMappingAttr"; 104 -c "NW4C_SetNoCompressNode"; 110 -c "NW4C_SetBillboard"; 116 -c "NW4C_SetCombineGroup"; 122 -c "NW4C_SetForceExportKey"; 128 // -c "NW4C_SetPrimitiveType"; [all …]
|
| D | NW4C_CommonProc.mel | 53 $c = substring($path, $ic, $ic); 54 if ($c == "\\") 56 $c = "/"; 58 $dst += $c;
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_ResFontBase.h | 79 virtual bool SetAlternateChar(CharCode c); 86 virtual int GetCharWidth(CharCode c) const; 89 GetCharWidths(CharCode c) const; 93 CharCode c 96 virtual bool HasGlyph(CharCode c) const; 191 GlyphIndex GetGlyphIndex(CharCode c) const; 201 GlyphIndex FindGlyphIndex(CharCode c) const; 214 CharCode c
|
| D | font_PairFont.h | 87 virtual bool SetAlternateChar(CharCode c); 98 CharCode c // 幅を求める文字 102 CharCode c // 幅を求める文字 107 CharCode c // グリフ情報を取得する文字 110 CharCode c // グリフ情報の有無を取得する文字
|
| D | font_Font.h | 267 virtual bool SetAlternateChar(CharCode c) = 0; 281 virtual int GetCharWidth(CharCode c) const = 0; 290 GetCharWidths(CharCode c) const = 0; 299 CharCode c 309 CharCode c
|
| D | font_PackedFont.h | 204 bool PreloadSheet(CharCode c); 214 bool LockSheet(CharCode c); 224 CharCode c, 245 CharCode c 410 int GetSheetIndex(CharCode c) const;
|
| D | font_RectDrawerCommand.h | 117 #define NW_FONT_CMD_SCISSOR_VAL( s, c ) \ argument 118 static_cast<u16>( (s) >= (c) ? (c) - 1: ((s) < 0 ? 0: (s)) )
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_BinaryFileFormat.h | 34 #define NW_UT_MAKE_SIGWORD(a,b,c,d) \ argument 38 | (static_cast<u8>(c) << 16) \ 45 #define NW_UT_MAKE_SIGWORD(a,b,c,d) \ argument 49 | (static_cast<u8>(c) << 8) \
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ShaderBinaryInfo.h | 575 u32 c = 0; in GetShaderOutputRegisterMap() local 587 value = 0x00 + c++; in GetShaderOutputRegisterMap() 588 if (c == 2) { clock |= 1 << 0; } in GetShaderOutputRegisterMap() 593 value = 0x04 + c++; in GetShaderOutputRegisterMap() 599 value = 0x08 + c++; in GetShaderOutputRegisterMap() 605 if (c < 2) { value = 0x0c + c++; } in GetShaderOutputRegisterMap() 619 if (c < 2) { value = 0x0e + c++; } in GetShaderOutputRegisterMap() 626 if (c < 2) { value = 0x16 + c++; } in GetShaderOutputRegisterMap() 633 if (c < 3) { value = 0x12 + c++; } in GetShaderOutputRegisterMap()
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 3 -- (c)2010-2011 Nintendo 569 local c, f = true 572 c = n[i] 574 f = f or ("A" <= c and c <= "Z") or ("a" <= c and c <= "z") 575 f = f or ("0" <= c and c <= "9") 576 f = f or (c == "-") or (c == "_") or (c == ".") 580 messagebox ("invalid character used in name(" + c + ")") 599 local c, f = true 602 c = s[i] 603 f = (c == "<") or (c == ">") or (c == "&") or (c == "'") or (c == "\"") [all …]
|
| /NW4C-2.0.3/demos/lyt/multiArc/ |
| D | setup.bat | 21 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout1.arc -f objects\brsrc1 . 22 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout2.arc -f objects\brsrc2 . 23 %ARCH% -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c romfiles\layout3.arc -f objects\brsrc3 .
|
| /NW4C-2.0.3/documents/License/IronRuby/ |
| D | LICENSE.Ruby.txt | 20 c) rename any non-standard executables so the names do not conflict 35 c) give non-standard executables non-standard names, with 44 They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 495 char c; // カレント文字 in DrawLine() local 502 while ((c = *str) != '\0') in DrawLine() 505 if (c == '\n' || c == '\0') in DrawLine() 511 code = sAsciiTable[c & 0x7f]; in DrawLine() 606 char c; in StrLineWidth() local 612 c = *str++; in StrLineWidth() 613 if (c == '\0' || c == '\n') in StrLineWidth() 617 if (c == '\t') in StrLineWidth()
|
| /NW4C-2.0.3/documents/API/css/ |
| D | document.css | 258 border-right : solid 1px #00c; 259 border-bottom : solid 1px #00c; 286 border-right : solid 1px #00c; 287 border-bottom : solid 1px #00c;
|
| /NW4C-2.0.3/demos/lyt/orthoStereo/ |
| D | setup.bat | 6 …ter\NW4C_LayoutArchiver" -r *.bclim 128 -r *.bcfnt 128 -r *.bcfna 128 -a 4 -c ..\..\romfiles\layou…
|