Home
last modified time | relevance | path

Searched defs:hb_subset_plan_t (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.hh38 struct hb_subset_plan_t struct
40 hb_object_header_t header;
42 bool successful;
43 unsigned flags;
46 hb_set_t *unicodes;
49 hb_set_t *name_ids;
52 hb_set_t *name_languages;
55 hb_set_t *layout_features;
58 hb_set_t *glyphs_requested;
61 hb_set_t *no_subset_tables;
[all …]
/third_party/harfbuzz/src/
Dhb-subset-plan.hh38 struct hb_subset_plan_t struct
40 hb_object_header_t header;
42 bool successful : 1;
43 bool drop_hints : 1;
44 bool desubroutinize : 1;
45 bool retain_gids : 1;
46 bool name_legacy : 1;
49 hb_set_t *unicodes;
52 hb_set_t *name_ids;
55 hb_set_t *name_languages;
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.hh38 struct hb_subset_plan_t struct
40 hb_object_header_t header;
42 bool drop_hints : 1;
43 bool desubroutinize : 1;
44 bool retain_gids : 1;
47 hb_set_t *unicodes;
50 hb_set_t *name_ids;
53 hb_set_t *drop_tables;
56 hb_map_t *codepoint_to_glyph;
59 hb_map_t *glyph_map;
[all …]