Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 30) sorted by relevance

12

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h38 # define NW_LYT_STOPWATCH_MEASURE(no, label) \ argument
40 nw::lyt::internal::Stopwatch::Instance<no>(label), no)
42 # define NW_LYT_STOPWATCH_START(no, label) \ argument
44 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)
50 # define NW_LYT_STOPWATCH_MEASURE(no, label)
51 # define NW_LYT_STOPWATCH_START(no, label)
72 Stopwatch(int no = 0, const char* label = NULL);
78 void Start(const char* label = NULL)
81 NW_UNUSED_VARIABLE(label)
83 if (label != NULL)
[all …]
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceSoundFile.cpp54 return labelInfo->label; in GetLabel()
65 return labelInfo->label; in GetLabelByOffset()
78 bool SequenceSoundFile::LabelBlockBody::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() argument
80 const std::size_t labelLength = std::strlen( label ); in GetOffsetByLabel()
86 if ( std::strncmp( label, labelInfo->label, labelLength ) == 0 ) in GetOffsetByLabel()
Dsnd_SequenceSoundFileReader.cpp97 bool SequenceSoundFileReader::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() argument
100 return m_pLabelBlockBody->GetOffsetByLabel( label, offsetPtr ); in GetOffsetByLabel()
Dsnd_RomSoundArchive.cpp563 const char* label = GetItemLabel( id ); in LoadLabelStringData() local
564 if ( label != NULL ) in LoadLabelStringData()
566 NN_LOG(" [%08X] (%s)\n", id, label ); in LoadLabelStringData()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp46 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch() argument
49 m_Label(label), in Stopwatch()
101 const char* label = stopwatch.GetLabel(); in Dump()
102 if (label == NULL) in Dump()
104 label = "-"; in Dump()
110 label, in Dump()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_CommonProc.mel18 global proc NW4C_ShowHelp(string $file, string $label)
34 if (size($label) != 0)
36 $helpPath += "#" + $label;
DNW4C_SetRenderPriority.mel217 get SG from list label
219 proc string GetSGFromListLabel(string $label)
221 string $mat = match("\\(.*\\)", $label);
224 //print("[" + $mat + "] " + $label + "\n");
240 string $label = `button -q -l $btn`;
241 //string $sg = match("[^ ]+", $label); // sgName ( matName )
242 string $sg = GetSGFromListLabel($label); // matName ( sgName )
/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceSoundFile.h70 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;
83 char label[1]; member
Dsnd_SequenceSoundFileReader.h34 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_menu.ms11 label lbl4 "Export Target" /*width:96 height:20*/ align:#left across: 3
13 label lblDummyOut1 ""
15 label lbl2 "File name:" /*width:72*/ height:20 align:#left across: 4 --offset:[0,-10]
21 label lbl1 " File path:" width:72 height:20 align:#left across:4
23 label lblDummy1 ""
27 label lblDummy3 "" height:4
31 label lblDummy2 ""
79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
89 label lblExportModel "Model Data " align:#right offset:[20,0] across:4
91 label lblExportMtlAnim "Material Animation Data " align:#right offset:[20,0]
[all …]
DNW4C_mtl.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:368 height:64
22 label lbl2 "Face Culling" pos:[16,334] width:80 height:16
27 label lbl3 "Fragment Lighting" pos:[16,358] width:120 height:16
30 label lbl4 "Vertex Lighting" pos:[16,382] width:120 height:16
33 label lbl5 "Compress" pos:[16,406] width:120 height:16
38 label lbl6 "Blend Mode" pos:[16,430] width:120 height:16
423 label lbl6 "Render Priority:" pos:[24,208] width:104 height:16
426 label lbl7 "1(High Priority) - 255(Low Priority)" pos:[224,224] width:240 height:16
429 label lbl8 "Render Priority:" pos:[24,280] width:104 height:16
700 label lblMtl
DNW4C_node.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:288 height:64
155 --label lblSelectedNode "" pos:[16,24] width:288 height:64
327 label lbl6 "Combine Group:" pos:[16,220] width:104 height:16
333 label lbl8 "Combine Group:" pos:[16,292] width:104 height:16
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
618 label lblDummy3 ""
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
622 label lblDummy2 ""
625 label lblExportScale "Force Export Scale Key" align:#left across:4
626 label lblDummy1 ""
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_menu.ms11 label lbl4 "Export Target" /*width:96 height:20*/ align:#left across: 3
13 label lblDummyOut1 ""
15 label lbl2 "File name:" /*width:72*/ height:20 align:#left across: 4 --offset:[0,-10]
21 label lbl1 " File path:" width:72 height:20 align:#left across:4
23 label lblDummy1 ""
27 label lblDummy3 "" height:4
31 label lblDummy2 ""
79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
89 label lblExportModel "Model Data " align:#right offset:[20,0] across:4
91 label lblExportMtlAnim "Material Animation Data " align:#right offset:[20,0]
[all …]
DNW4C_mtl.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:368 height:64
22 label lbl2 "Face Culling" pos:[16,334] width:80 height:16
27 label lbl3 "Fragment Lighting" pos:[16,358] width:120 height:16
30 label lbl4 "Vertex Lighting" pos:[16,382] width:120 height:16
33 label lbl5 "Compress" pos:[16,406] width:120 height:16
38 label lbl6 "Blend Mode" pos:[16,430] width:120 height:16
423 label lbl6 "Render Priority:" pos:[24,208] width:104 height:16
426 label lbl7 "1(High Priority) - 255(Low Priority)" pos:[224,224] width:240 height:16
429 label lbl8 "Render Priority:" pos:[24,280] width:104 height:16
700 label lblMtl
DNW4C_node.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:288 height:64
155 --label lblSelectedNode "" pos:[16,24] width:288 height:64
327 label lbl6 "Combine Group:" pos:[16,220] width:104 height:16
333 label lbl8 "Combine Group:" pos:[16,292] width:104 height:16
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
618 label lblDummy3 ""
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
622 label lblDummy2 ""
625 label lblExportScale "Force Export Scale Key" align:#left across:4
626 label lblDummy1 ""
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_menu.ms11 label lbl4 "Export Target" /*width:96 height:20*/ align:#left across: 3
13 label lblDummyOut1 ""
15 label lbl2 "File name:" /*width:72*/ height:20 align:#left across: 4 --offset:[0,-10]
21 label lbl1 " File path:" width:72 height:20 align:#left across:4
23 label lblDummy1 ""
27 label lblDummy3 "" height:4
31 label lblDummy2 ""
79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
89 label lblExportModel "Model Data " align:#right offset:[20,0] across:4
91 label lblExportMtlAnim "Material Animation Data " align:#right offset:[20,0]
[all …]
DNW4C_mtl.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:368 height:64
22 label lbl2 "Face Culling" pos:[16,334] width:80 height:16
27 label lbl3 "Fragment Lighting" pos:[16,358] width:120 height:16
30 label lbl4 "Vertex Lighting" pos:[16,382] width:120 height:16
33 label lbl5 "Compress" pos:[16,406] width:120 height:16
38 label lbl6 "Blend Mode" pos:[16,430] width:120 height:16
423 label lbl6 "Render Priority:" pos:[24,208] width:104 height:16
426 label lbl7 "1(High Priority) - 255(Low Priority)" pos:[224,224] width:240 height:16
429 label lbl8 "Render Priority:" pos:[24,280] width:104 height:16
700 label lblMtl
DNW4C_node.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:288 height:64
155 --label lblSelectedNode "" pos:[16,24] width:288 height:64
327 label lbl6 "Combine Group:" pos:[16,220] width:104 height:16
333 label lbl8 "Combine Group:" pos:[16,292] width:104 height:16
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
618 label lblDummy3 ""
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
622 label lblDummy2 ""
625 label lblExportScale "Force Export Scale Key" align:#left across:4
626 label lblDummy1 ""
[all …]
DNW4C_utils.ms.inc509 --label lblString "String" align:#left enabled:false
511 label lblNumber "String or Number : (One value per line)" align:#left
513 label lbl3 "" across:3
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_menu.ms11 label lbl4 "Export Target" /*width:96 height:20*/ align:#left across: 3
13 label lblDummyOut1 ""
15 label lbl2 "File name:" /*width:72*/ height:20 align:#left across: 4 --offset:[0,-10]
21 label lbl1 " File path:" width:72 height:20 align:#left across:4
23 label lblDummy1 ""
27 label lblDummy3 "" height:4
31 label lblDummy2 ""
79 label lbl8 "Start/End Frame:" width:112 height:20 across:4 align:#left
89 label lblExportModel "Model Data " align:#right offset:[20,0] across:4
91 label lblExportMtlAnim "Material Animation Data " align:#right offset:[20,0]
[all …]
DNW4C_mtl.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:368 height:64
22 label lbl2 "Face Culling" pos:[16,334] width:80 height:16
27 label lbl3 "Fragment Lighting" pos:[16,358] width:120 height:16
30 label lbl4 "Vertex Lighting" pos:[16,382] width:120 height:16
33 label lbl5 "Compress" pos:[16,406] width:120 height:16
38 label lbl6 "Blend Mode" pos:[16,430] width:120 height:16
423 label lbl6 "Render Priority:" pos:[24,208] width:104 height:16
426 label lbl7 "1(High Priority) - 255(Low Priority)" pos:[224,224] width:240 height:16
429 label lbl8 "Render Priority:" pos:[24,280] width:104 height:16
700 label lblMtl
DNW4C_node.ms.inc8 --label lblSelectedNode "" pos:[16,24] width:288 height:64
155 --label lblSelectedNode "" pos:[16,24] width:288 height:64
327 label lbl6 "Combine Group:" pos:[16,220] width:104 height:16
333 label lbl8 "Combine Group:" pos:[16,292] width:104 height:16
617 label lblExportTrans "Force Export Translate Key" align:#left across:4
618 label lblDummy3 ""
621 label lblExportRotate "Force Export Rotate Key" align:#left across:4
622 label lblDummy2 ""
625 label lblExportScale "Force Export Scale Key" align:#left across:4
626 label lblDummy1 ""
[all …]
/NW4C-1.3.3/documents/CreativeStudio/html/assets/
Dtreeview-min.js7label=K;}else{Q=D.getNextSibling(Q);}}if(!K){if(Q.tagName.toUpperCase()=="A"){L.type="text";L.labe… property
11label:F};}this.init(F,E,D);this.setUpLabel(F);}};YAHOO.extend(YAHOO.widget.TextNode,YAHOO.widget.N… property
12label;H.value=this.label;H.focus();H.select();};A.getEditorValue=function(H){return H.inputElement…
Dtreeview-skin.css125 /* the style of the text label in ygTextNode */
170 .ygtv-label-editor {
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp350 const char* label = m_Archive.GetItemLabel( id ); in OnDrawUpLCD() local
351 if ( label == NULL ) in OnDrawUpLCD()
353 label = "..."; // ������ in OnDrawUpLCD()
355 writer.Printf(" [%08x] %s\n", id, label ); in OnDrawUpLCD()

12