OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platEncID
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_n_a_m_e.py
11
platEncID
: H
39
#if (name.
platEncID
, name.platformID) in ((0, 0), (1, 3)):
81
def getName(self, nameID, platformID,
platEncID
, langID=None):
85
namerecord.
platEncID
==
platEncID
):
95
(self.platformID == 3 and self.
platEncID
in [0, 1, 10]))
101
("
platEncID
", self.
platEncID
),
121
self.
platEncID
= safeEval(attrs["
platEncID
"])
[
all
...]
_c_m_a_p.py
15
def getcmap(self, platformID,
platEncID
):
18
subtable.
platEncID
==
platEncID
):
28
platformID,
platEncID
, offset = struct.unpack(
30
platformID,
platEncID
= int(platformID), int(
platEncID
)
38
print("Error: cmap subtable is reported as having zero length: platformID %s,
platEncID
%s, format %s offset %s. Skipping table." % (platformID,
platEncID
,format, offset))
45
table.
platEncID
=
platEncID
[
all
...]
/frameworks/base/tools/fonts/
fontchain_lint.py
87
specifier = (cmap.format, cmap.platformID, cmap.
platEncID
)
103
specifier = (cmap.format, cmap.platformID, cmap.
platEncID
)
/external/fonttools/Lib/fontTools/
merge.py
363
cmapTable.
platEncID
= max(t.
platEncID
for t,_ in cmapTables)
Completed in 615 milliseconds