Searched refs:uiNameID (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py35 <colorPalette uiNameID="n">
41 <colorPalette uiNameID="m">
139 colorPalette.uiNameID = struct.unpack(">H", data[pos:pos+2])[0]
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)
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py35 <colorPalette uiNameID="n">
41 <colorPalette uiNameID="m">
139 colorPalette.uiNameID = struct.unpack(">H", data[pos:pos+2])[0]
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)
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh392 * the uiNameID field. */
401 UINT16 uiNameID; /* The 'name' table name ID that specifies a member in struct:OT::FeatureParamsStylisticSet

Completed in 139 milliseconds