OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmapSubtable
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
57
self.tables.sort() # sort according to the spec; see
CmapSubtable
.__lt__()
102
class
CmapSubtable
(object):
158
if not isinstance(other,
CmapSubtable
):
175
class cmap_format_0(
CmapSubtable
):
233
class cmap_format_2(
CmapSubtable
):
631
class cmap_format_4(
CmapSubtable
):
811
class cmap_format_6(
CmapSubtable
):
880
class cmap_format_12_or_13(
CmapSubtable
):
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-cmap-table.hh
417
struct
CmapSubtable
489
LOffsetTo<
CmapSubtable
>
499
inline const
CmapSubtable
*find_subtable (unsigned int platform_id,
Completed in 157 milliseconds