Home | History | Annotate | Download | only in tables

Lines Matching refs:uiNameID

35     	<colorPalette uiNameID="n">
41 <colorPalette uiNameID="m">
139 colorPalette.uiNameID = struct.unpack(">H", data[pos:pos+2])[0]
214 for uiNameId in self.colorPalettes.colorParamUINameIDs:
215 datum = struct.pack(">H", uiNameId)
221 datum = struct.pack(">H", colorPalette.uiNameID)
264 for uiNameID in self.colorPalettes.colorParamUINameIDs:
266 writer.writeraw(str(uiNameID))
270 writer.begintag("colorPalette", [("uiNameID", str(colorPalette.uiNameID))])
333 uiNameID = int(content[0])
334 self.colorParamUINameIDs.append(uiNameID)
348 self.uiNameID = None # USHORT. name table ID that describes user interface strings associated with this color palette.
352 self.uiNameID = int(attrs["uiNameID"])