HomeSort by relevance Sort by last modified time
    Searched refs:uiNameID (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 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))])
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 392 * the uiNameID field. */
401 UINT16 uiNameID; /* The 'name' table name ID that specifies a
    [all...]

Completed in 268 milliseconds