OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startGlyphID
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java
96
private int
startGlyphID
;
100
public ClassRangeRecord(int
startGlyphID
, int endGlyphID, int classID)
102
this.
startGlyphID
=
startGlyphID
;
109
System.out.print(Utility.hex(
startGlyphID
, 6));
115
writer.writeData(
startGlyphID
);
/external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py
23
<svgDoc endGlyphID="1"
startGlyphID
="1">
27
<svgDoc endGlyphID="n"
startGlyphID
="m">
79
startGlyphID
: 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)
299
startGID = int(attrs["
startGlyphID
"])
[
all
...]
_c_m_a_p.py
[
all
...]
Completed in 420 milliseconds