Home
last modified time | relevance | path

Searched refs:str (Results 1 – 25 of 37) sorted by relevance

12

/NW4C-1.2.23/include/nw/font/
Dfont_TextWriterBase.h246 const CharType* str in CalcStringWidth() argument
249 NN_POINTER_ASSERT(str); in CalcStringWidth()
251 return CalcStringWidth(str, StrLen(str)); in CalcStringWidth()
262 const CharType* str,
288 const CharType* str in CalcStringHeight() argument
291 NN_POINTER_ASSERT(str); in CalcStringHeight()
293 return CalcStringHeight(str, StrLen(str)); in CalcStringHeight()
304 const CharType* str,
341 const CharType* str in CalcStringRect() argument
345 NN_POINTER_ASSERT(str); in CalcStringRect()
[all …]
Dfont_TagProcessorBase.h35 const CharType* str; //!< 描画中の文字列へのポインタ。 member
48 str(aStr), in PrintContext()
/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp221 StreamType str, in CalcStringWidth() argument
225 NN_POINTER_ASSERT(str); in CalcStringWidth()
230 CalcStringRect(&rect, str, length); in CalcStringWidth()
238 StreamType str, in CalcStringHeight() argument
242 NN_POINTER_ASSERT(str); in CalcStringHeight()
247 CalcStringRect(&rect, str, length); in CalcStringHeight()
256 StreamType str, in CalcStringRect() argument
261 NN_POINTER_ASSERT(str); in CalcStringRect()
266 myCopy.CalcStringRectImpl(pRect, str, length); in CalcStringRect()
321 StreamType str, in Print() argument
[all …]
/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp288 const char* str, in DrawString() argument
292 NW_NULL_ASSERT(str); in DrawString()
298 this->DrawString(context, x, y, str, turnOver, backErase); in DrawString()
418 const char* str, in DrawString() argument
424 while (*str != '\0') in DrawString()
428 int len = this->StrLineWidth(str); in DrawString()
434 str = this->DrawLine(context, x, y, str, width); in DrawString()
436 if (*str == '\n') in DrawString()
439 ++str; in DrawString()
442 else if (*str != '\0') in DrawString()
[all …]
Ddev_Profile.cpp162 char* str = "| total| call|average|average%%| max| min|"; in DumpReports() local
163 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
169 char* str = "IMiss|"; in DumpReports() local
170 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
175 char* str = "DRMiss|"; in DumpReports() local
176 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
181 char* str = "DWMiss|"; in DumpReports() local
182 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
189 char* str = "name,\n"; in DumpReports() local
190 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
[all …]
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc9 fn outComment fs str =
11 format "# %\n" str to:fs
26 local str = ""
31 str = (d as string) + str
32 if i != 3 do str = "." + str
34 outValue fs key str
39 local str = case v of
46 outValue fs key str
49 fn QuantStrToInt str =
51 local val = toLower str
[all …]
DNW4C_node.ms.inc65 local str = ""
73 str = case flag of
78 sub_li = li.SubItems.add str
220 local str = ""
228 str = case type of
238 sub_li = li.SubItems.add str
391 local str = ""
399 str = if (id < 0) then "Don't care"
400 else str = (id as string)
401 sub_li = li.SubItems.add str
DNW4C_mtl.ms.inc132 local str = ""
142 str = case attr.faceCulling of
149 sub_li = li.SubItems.add str
154 str = case attr.compress of
159 sub_li = li.SubItems.add str
161 str = case attr.blendMode of
171 sub_li = li.SubItems.add str
178 --lblSelectedNode.text = str
498 local str = ""
623 local str = ev.Label
[all …]
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc9 fn outComment fs str =
11 format "# %\n" str to:fs
26 local str = ""
31 str = (d as string) + str
32 if i != 3 do str = "." + str
34 outValue fs key str
39 local str = case v of
46 outValue fs key str
49 fn QuantStrToInt str =
51 local val = toLower str
[all …]
DNW4C_node.ms.inc65 local str = ""
73 str = case flag of
78 sub_li = li.SubItems.add str
220 local str = ""
228 str = case type of
238 sub_li = li.SubItems.add str
391 local str = ""
399 str = if (id < 0) then "Don't care"
400 else str = (id as string)
401 sub_li = li.SubItems.add str
DNW4C_mtl.ms.inc132 local str = ""
142 str = case attr.faceCulling of
149 sub_li = li.SubItems.add str
154 str = case attr.compress of
159 sub_li = li.SubItems.add str
161 str = case attr.blendMode of
171 sub_li = li.SubItems.add str
178 --lblSelectedNode.text = str
498 local str = ""
623 local str = ev.Label
[all …]
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc9 fn outComment fs str =
11 format "# %\n" str to:fs
26 local str = ""
31 str = (d as string) + str
32 if i != 3 do str = "." + str
34 outValue fs key str
39 local str = case v of
46 outValue fs key str
49 fn QuantStrToInt str =
51 local val = toLower str
[all …]
DNW4C_node.ms.inc65 local str = ""
73 str = case flag of
78 sub_li = li.SubItems.add str
220 local str = ""
228 str = case type of
238 sub_li = li.SubItems.add str
391 local str = ""
399 str = if (id < 0) then "Don't care"
400 else str = (id as string)
401 sub_li = li.SubItems.add str
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc9 fn outComment fs str =
11 format "# %\n" str to:fs
26 local str = ""
31 str = (d as string) + str
32 if i != 3 do str = "." + str
34 outValue fs key str
39 local str = case v of
46 outValue fs key str
49 fn QuantStrToInt str =
51 local val = toLower str
[all …]
DNW4C_node.ms.inc65 local str = ""
73 str = case flag of
78 sub_li = li.SubItems.add str
220 local str = ""
228 str = case type of
238 sub_li = li.SubItems.add str
391 local str = ""
399 str = if (id < 0) then "Don't care"
400 else str = (id as string)
401 sub_li = li.SubItems.add str
/NW4C-1.2.23/demos/snd/holdSound/sources/
DHoldSoundApp.cpp137 char str[37]; str[0] = '\0'; in OnDrawDownLCD()
140 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD()
141 str, in OnDrawDownLCD()
144 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
146 writer.Printf("%s\n", str); in OnDrawDownLCD()
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.cpp151 char str[37]; str[0] = '\0'; in OnDrawDownLCD()
154 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD()
155 str, in OnDrawDownLCD()
158 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
160 writer.Printf("%s\n", str); in OnDrawDownLCD()
/NW4C-1.2.23/sources/libraries/ut/
Dut_HeapBase.cpp208 char str[64] = "[nw::ut ";
212 case EXPHEAP_SIGNATURE: std::snprintf( str, 64, "%s Exp", str ); break;
213 case FRMHEAP_SIGNATURE: std::snprintf( str, 64, "%s Frame", str ); break;
214 case UNTHEAP_SIGNATURE: std::snprintf( str, 64, "%s Unit", str ); break;
219 OS_Printf("%s Heap]\twhole [%p - %p)\n", str, this, mHeapEnd );
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp80 const wchar_t* str, in TextBox() argument
86 SetString(str); in TextBox()
92 const wchar_t* str, in TextBox() argument
99 SetString(str, 0, strLen); in TextBox()
418 const wchar_t* str, in SetString() argument
422 return SetStringImpl(str, dstIdx, std::wcslen(str)); in SetString()
427 const wchar_t* str, in SetString() argument
432 return SetStringImpl(str, dstIdx, strLen); in SetString()
437 const wchar_t* str, in SetStringImpl() argument
468 std::memcpy(m_TextBuf + dstIdx, str, cpLen * sizeof(wchar_t)); in SetStringImpl()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_TextBox.h96 const wchar_t* str,
119 const wchar_t* str,
254 const wchar_t* str,
278 const wchar_t* str,
786 const wchar_t* str,
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Util.cpp585 char str[300]; str[0] = '\0'; in Calc() local
588 std::snprintf( str, 300, "%s [%2lld]", in Calc()
589 str, m_Ticks[i].ToTimeSpan().GetMilliSeconds() ); in Calc()
591 NN_LOG("%s\n", str ); in Calc()
Dsnd_RomSoundArchive.cpp516 const char* str = m_ArchiveReader.GetString( i ); in LoadLabelStringData() local
517 NN_LOG("[%02d] (%-16s) => ItemId(0x%08X)\n", i, str, GetItemId( str ) ); in LoadLabelStringData()
519 NN_LOG(" as Sound ID: (0x%08X)\n", GetSoundId( str ) ); in LoadLabelStringData()
520 NN_LOG(" as Bank ID: (0x%08X)\n", GetBankId( str ) ); in LoadLabelStringData()
521 NN_LOG(" as Player ID: (0x%08X)\n", GetPlayerId( str ) ); in LoadLabelStringData()
522 NN_LOG(" as SoundGroup ID: (0x%08X)\n", GetSoundGroupId( str ) ); in LoadLabelStringData()
523 NN_LOG(" as Group ID: (0x%08X)\n", GetGroupId( str ) ); in LoadLabelStringData()
524 NN_LOG(" as WaveArchive ID: (0x%08X)\n", GetWaveArchiveId( str ) ); in LoadLabelStringData()
/NW4C-1.2.23/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi48 char str[300]; str[0] = '\0';
51 std::snprintf( str, 300, "%s %5lld,",
52 str, m_Ticks[i].ToTimeSpan().GetMicroSeconds() );
54 NN_LOG("%s\n", str );
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h254 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString() argument
256 if (str == NULL) { return NULL; } in AllocateAndCopyString()
258 size_t length = std::char_traits<TChar>::length(str); in AllocateAndCopyString()
264 NW_CHAR_TRAITS_COPY(TChar, copyStr, bufferSize, str, length); in AllocateAndCopyString()
/NW4C-1.2.23/include/nw/ut/
Dut_ResUtil.h401 char str[4]; // 実際には長さlenの文字列が入っている。末尾は4バイトアラインメントされていて、パディングは0である。 member
417 const char* GetName() const { return &ref().str[0]; } in GetName()
420 bool Equals(const char* str, size_t len) const in Equals() argument
421 { return (GetLength() == len) && (::std::strcmp(GetName(), str) == 0); } in Equals()

12