OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_ot_layout_from_face
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
97
return *
hb_ot_layout_from_face
(face)->gdef;
103
return *
hb_ot_layout_from_face
(face)->gsub;
109
return *
hb_ot_layout_from_face
(face)->gpos;
609
const OT::SubstLookup& l =
hb_ot_layout_from_face
(face)->gsub->get_lookup (lookup_index);
615
const OT::PosLookup& l =
hb_ot_layout_from_face
(face)->gpos->get_lookup (lookup_index);
651
if (unlikely (lookup_index >=
hb_ot_layout_from_face
(face)->gsub_lookup_count)) return false;
654
const OT::SubstLookup& l =
hb_ot_layout_from_face
(face)->gsub->get_lookup (lookup_index);
656
return l.would_apply (&c, &
hb_ot_layout_from_face
(face)->gsub_digests[lookup_index]);
672
if (unlikely (lookup_index >=
hb_ot_layout_from_face
(font->face)->gsub_lookup_count)) return false;
676
const OT::SubstLookup& l =
hb_ot_layout_from_face
(font->face)->gsub->get_lookup (lookup_index)
[
all
...]
hb-ot-layout-private.hh
98
#define
hb_ot_layout_from_face
(face) ((hb_ot_layout_t *) face->shaper_data.ot)
macro
hb-ot-layout-gsub-table.hh
[
all
...]
hb-ot-layout-gpos-table.hh
[
all
...]
hb-ot-layout-gsubgpos-private.hh
286
gdef (*
hb_ot_layout_from_face
(face)->gdef),
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
105
return *
hb_ot_layout_from_face
(face)->gdef;
111
return *
hb_ot_layout_from_face
(face)->gsub;
117
return *
hb_ot_layout_from_face
(face)->gpos;
425
return
hb_ot_layout_from_face
(face)->gsub_lookup_count;
429
return
hb_ot_layout_from_face
(face)->gpos_lookup_count;
635
const OT::SubstLookup& l =
hb_ot_layout_from_face
(face)->gsub->get_lookup (lookup_index);
641
const OT::PosLookup& l =
hb_ot_layout_from_face
(face)->gpos->get_lookup (lookup_index);
677
if (unlikely (lookup_index >=
hb_ot_layout_from_face
(face)->gsub_lookup_count)) return false;
680
const OT::SubstLookup& l =
hb_ot_layout_from_face
(face)->gsub->get_lookup (lookup_index);
682
return l.would_apply (&c, &
hb_ot_layout_from_face
(face)->gsub_accels[lookup_index].digest)
[
all
...]
hb-ot-layout-private.hh
162
#define
hb_ot_layout_from_face
(face) ((hb_ot_layout_t *) face->shaper_data.ot)
macro
hb-ot-layout-gsub-table.hh
[
all
...]
hb-ot-layout-gpos-table.hh
[
all
...]
hb-ot-layout-gsubgpos-private.hh
289
gdef (*
hb_ot_layout_from_face
(face)->gdef),
[
all
...]
Completed in 311 milliseconds