OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endGlyphID
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java
97
private int
endGlyphID
;
100
public ClassRangeRecord(int startGlyphID, int
endGlyphID
, int classID)
103
this.
endGlyphID
=
endGlyphID
;
111
System.out.print(Utility.hex(
endGlyphID
, 6));
116
writer.writeData(
endGlyphID
);
/external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py
23
<svgDoc
endGlyphID
="1" startGlyphID="1">
27
<svgDoc
endGlyphID
="n" startGlyphID="m">
80
endGlyphID
: H
175
self.docList.append( [doc, entry.startGlyphID, entry.
endGlyphID
] )
194
for doc, startGlyphID,
endGlyphID
in self.docList:
198
entry = struct.pack(">HHLL", startGlyphID,
endGlyphID
, docOffset, docLength)
240
for doc, startGlyphID,
endGlyphID
in self.docList:
244
entry = struct.pack(">HHLL", startGlyphID,
endGlyphID
, docOffset, docLength)
254
writer.begintag("svgDoc", startGlyphID=startGID,
endGlyphID
=endGID)
300
endGID = int(attrs["
endGlyphID
"])
[
all
...]
Completed in 263 milliseconds