OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_OT_TAG_GPOS
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh
49
case
HB_OT_TAG_GPOS
: table_index = 1; break;
hb-ot-layout.h
43
#define
HB_OT_TAG_GPOS
HB_TAG('G','P','O','S')
hb-ot-layout.cc
59
layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (
HB_OT_TAG_GPOS
));
178
case
HB_OT_TAG_GPOS
: return _get_gpos (face);
427
case
HB_OT_TAG_GPOS
:
639
case
HB_OT_TAG_GPOS
:
hb-ot-map-private.hh
37
static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB,
HB_OT_TAG_GPOS
};
hb-ot-layout-gpos-table.hh
[
all
...]
hb-ot-layout-gsubgpos-private.hh
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-private.hh
50
case
HB_OT_TAG_GPOS
: table_index = 1; break;
hb-ot-layout.h
43
#define
HB_OT_TAG_GPOS
HB_TAG('G','P','O','S')
hb-ot-layout.cc
56
layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (
HB_OT_TAG_GPOS
));
170
case
HB_OT_TAG_GPOS
: return _get_gpos (face);
613
case
HB_OT_TAG_GPOS
:
hb-ot-map-private.hh
37
static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB,
HB_OT_TAG_GPOS
};
hb-ot-layout-gpos-table.hh
[
all
...]
hb-ot-layout-gsubgpos-private.hh
[
all
...]
Completed in 222 milliseconds