OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CmapSubtable
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-font.cc
46
const OT::
CmapSubtable
*cmap;
47
const OT::
CmapSubtable
*cmap_uvs;
80
const OT::
CmapSubtable
*subtable = NULL;
81
const OT::
CmapSubtable
*subtable_uvs = NULL;
91
if (!subtable) subtable = &OT::Null(OT::
CmapSubtable
);
96
if (!subtable_uvs) subtable_uvs = &OT::Null(OT::
CmapSubtable
);
hb-ot-cmap-table.hh
392
struct
CmapSubtable
472
OffsetTo<
CmapSubtable
, ULONG>
482
inline const
CmapSubtable
*find_subtable (unsigned int platform_id,
/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
...]
Completed in 167 milliseconds