Lines Matching refs:u32
80 const u32 BinaryFileFormatVersion = NW_UT_MAKE_VERSION(MajorVersion, MinorVersion, MicroVersi…
89 const u32 FILESIGNATURE_CLYT = NW_UT_MAKE_SIGWORD('C', 'L', 'Y', 'T');
92 const u32 DATABLOCKKIND_LAYOUT = NW_UT_MAKE_SIGWORD('l', 'y', 't', '1');
94 const u32 DATABLOCKKIND_PANEBEGIN = NW_UT_MAKE_SIGWORD('p', 'a', 's', '1');
96 const u32 DATABLOCKKIND_PANEEND = NW_UT_MAKE_SIGWORD('p', 'a', 'e', '1');
98 const u32 DATABLOCKKIND_PANE = NW_UT_MAKE_SIGWORD('p', 'a', 'n', '1');
100 const u32 DATABLOCKKIND_PICTURE = NW_UT_MAKE_SIGWORD('p', 'i', 'c', '1');
102 const u32 DATABLOCKKIND_TEXTBOX = NW_UT_MAKE_SIGWORD('t', 'x', 't', '1');
104 const u32 DATABLOCKKIND_WINDOW = NW_UT_MAKE_SIGWORD('w', 'n', 'd', '1');
106 const u32 DATABLOCKKIND_BOUNDING = NW_UT_MAKE_SIGWORD('b', 'n', 'd', '1');
108 const u32 DATABLOCKKIND_GROUPBEGIN = NW_UT_MAKE_SIGWORD('g', 'r', 's', '1');
110 const u32 DATABLOCKKIND_GROUPEND = NW_UT_MAKE_SIGWORD('g', 'r', 'e', '1');
112 const u32 DATABLOCKKIND_GROUP = NW_UT_MAKE_SIGWORD('g', 'r', 'p', '1');
114 const u32 DATABLOCKKIND_FONTLIST = NW_UT_MAKE_SIGWORD('f', 'n', 'l', '1');
116 const u32 DATABLOCKKIND_TEXTURELIST = NW_UT_MAKE_SIGWORD('t', 'x', 'l', '1');
118 const u32 DATABLOCKKIND_MATERIALLIST = NW_UT_MAKE_SIGWORD('m', 'a', 't', '1');
120 const u32 DATABLOCKKIND_USERDATALIST = NW_UT_MAKE_SIGWORD('u', 's', 'd', '1');
129 const u32 FILESIGNATURE_CLAN = NW_UT_MAKE_SIGWORD('C', 'L', 'A', 'N');
132 const u32 DATABLOCKKIND_PANEANIMTAG = NW_UT_MAKE_SIGWORD('p', 'a', 't', '1');
134 const u32 DATABLOCKKIND_PANEANIMSHARE = NW_UT_MAKE_SIGWORD('p', 'a', 'h', '1');
136 const u32 DATABLOCKKIND_PANEANIMINFO = NW_UT_MAKE_SIGWORD('p', 'a', 'i', '1');
145 const u32 ANIMATIONTYPE_PANESRT = NW_UT_MAKE_SIGWORD('C', 'L', 'P', 'A');
148 const u32 ANIMATIONTYPE_VISIBILITY = NW_UT_MAKE_SIGWORD('C', 'L', 'V', 'I');
151 const u32 ANIMATIONTYPE_VTXCOLOR = NW_UT_MAKE_SIGWORD('C', 'L', 'V', 'C');
154 const u32 ANIMATIONTYPE_MATCOLOR = NW_UT_MAKE_SIGWORD('C', 'L', 'M', 'C');
157 const u32 ANIMATIONTYPE_TEXSRT = NW_UT_MAKE_SIGWORD('C', 'L', 'T', 'S');
160 const u32 ANIMATIONTYPE_TEXPATTERN = NW_UT_MAKE_SIGWORD('C', 'L', 'T', 'P');
169 const u32 FILESIGNATURE_CLIM = NW_UT_MAKE_SIGWORD('C', 'L', 'I', 'M');
172 const u32 DATABLOCKKIND_IMAGE = NW_UT_MAKE_SIGWORD('i', 'm', 'a', 'g');
181 const u32 RESOURCETYPE_LAYOUT = 'blyt';
184 const u32 RESOURCETYPE_ANIMATION = 'anim';
187 const u32 RESOURCETYPE_TEXTURE = 'timg';
190 const u32 RESOURCETYPE_FONT = 'font';
193 const u32 RESOURCETYPE_ARCHIVEFONT = 'fnta';
617 void SetTexMapNum(u32 value) in SetTexMapNum()
629 void SetTexSRTNum(u32 value) in SetTexSRTNum()
641 void SetTexCoordGenNum(u32 value) in SetTexCoordGenNum()
653 void SetTevStageNum(u32 value) in SetTevStageNum()
699 void SetBits(int pos, int len, u32 value) in SetBits()
701 u32 work = bits; in SetBits()
709 u32 work = bits; in SetBit()