Home
last modified time | relevance | path

Searched defs:version (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_BinaryFileFormat.h63 #define NW_UT_VERSION_MAJOR(version) (((version) >> 24) & 0xff) argument
64 #define NW_UT_VERSION_MINOR(version) (((version) >> 16) & 0xff) argument
65 #define NW_UT_VERSION_MICRO(version) (((version) >> 8) & 0xff) argument
66 #define NW_UT_VERSION_BINARYBUGFIX(version) (((version) >> 0) & 0xff) argument
89 ResU32 version; // ファイルバージョン : 4 Byte member
/NW4C-1.2.23/tools/FontConverter/xllt/
Dletter-list.dtd2 <!ATTLIST letter-list version CDATA #REQUIRED> attribute
18 <!ATTLIST generator version CDATA #REQUIRED> attribute
/NW4C-1.2.23/tools/FontConverter/xggp/
Dglyph-groups.dtd2 <!ATTLIST glyph-groups version CDATA #REQUIRED> attribute
18 <!ATTLIST generator version CDATA #REQUIRED> attribute
/NW4C-1.2.23/tools/FontConverter/xlor/
Dletter-order.dtd2 <!ATTLIST letter-order version CDATA #REQUIRED> attribute
18 <!ATTLIST generator version CDATA #REQUIRED> attribute
/NW4C-1.2.23/sources/libraries/ut/
Dut_BinaryFileFormat.cpp32 u32 version, in IsValidBinaryFile()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Arc.h35 u32 version; //!< ファイルバージョン member
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dyahoo-dom-event.js7 …env.modules,B,H,G,F,C;if(!I[A]){I[A]={versions:[],builds:[]};}B=I[A];H=D.version;G=D.build;F=YAHOO… property
10 …=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom…
14 …f(D[B]){}else{F=new YAHOO.util.CustomEvent(B,E.scope||this,E.silent,YAHOO.util.CustomEvent.FLAT,E.…
Dtreeview-min.js12 …ygtvcancel");J.innerHTML=" ";B.on(L,"click",function(O){var P=B.getTarget(O);var N=D.editorData.no…
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp199 u8 version[2]; member
223 u8 version[2]; member
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h715 u16 version; member