Searched refs:uiNameID (Results 1 - 4 of 4) 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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh377 * the uiNameID field. */
386 USHORT uiNameID; /* The 'name' table name ID that specifies a member in struct:OT::FeatureParamsStylisticSet
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh377 * the uiNameID field. */
386 USHORT uiNameID; /* The 'name' table name ID that specifies a member in struct:OT::FeatureParamsStylisticSet

Completed in 77 milliseconds