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
230
const OT::
CmapSubtable
*subtable = NULL;
245
if (!subtable) subtable = &OT::Null(OT::
CmapSubtable
);
250
const OT::
CmapSubtable
*st = cmap->find_subtable (0, 5);
262
default: this->get_glyph_func = get_glyph_from<OT::
CmapSubtable
>; break;
hb-ot-cmap-table.hh
417
struct
CmapSubtable
489
OffsetTo<
CmapSubtable
, ULONG>
499
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 182 milliseconds