Searched refs:endGlyphID (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ClassTable.java | 99 private int endGlyphID; field in ClassTable.ClassRangeRecord 102 public ClassRangeRecord(int startGlyphID, int endGlyphID, int classID) in ClassRangeRecord() argument 105 this.endGlyphID = endGlyphID; in ClassRangeRecord() 113 System.out.print(Utility.hex(endGlyphID, 6)); in write() 118 writer.writeData(endGlyphID); in write()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S_V_G_.py | 185 self.docList.append( [doc, entry.startGlyphID, entry.endGlyphID] ) 204 for doc, startGlyphID, endGlyphID in self.docList: 218 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength) 260 for doc, startGlyphID, endGlyphID in self.docList: 265 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength) 275 writer.begintag("svgDoc", startGlyphID=startGID, endGlyphID=endGID) 329 self.endGlyphID = None # USHORT 334 …ID: %s, svgDocOffset: %s, svgDocLength: %s" % (self.startGlyphID, self.endGlyphID, self.svgDocOffs…
|
/external/harfbuzz_ng/src/ |
D | hb-ot-color-svg-table.hh | 44 { return g < startGlyphID ? -1 : g > endGlyphID ? 1 : 0; } in cmp() 63 HBUINT16 endGlyphID; /* The last glyph ID in the range described by member
|