Searched refs:hb_mask_t (Results 1 – 24 of 24) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-map.hh | 53 hb_mask_t mask; 54 hb_mask_t _1_mask; /* mask for value=1, for quick access */ 69 hb_mask_t mask; 107 hb_mask_t get_global_mask () const { return global_mask; } in get_global_mask() 109 hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = nullptr) const in get_mask() 122 hb_mask_t get_1_mask (hb_tag_t feature_tag) const in get_1_mask() 168 hb_mask_t global_mask; 237 hb_mask_t mask,
|
D | hb-ot-shape.hh | 68 hb_mask_t frac_mask, numr_mask, dnom_mask; 69 hb_mask_t rtlm_mask; 70 hb_mask_t kern_mask; 71 hb_mask_t trak_mask;
|
D | hb-buffer.hh | 294 void reset_masks (hb_mask_t mask) in reset_masks() 299 void add_masks (hb_mask_t mask) in add_masks() 304 HB_INTERNAL void set_masks (hb_mask_t value, hb_mask_t mask,
|
D | hb-ot-shape-complex-use.cc | 174 hb_mask_t rphf_mask; 290 hb_mask_t mask = use_plan->rphf_mask; in setup_rphf_mask() 312 hb_mask_t masks[4], all_masks = 0; in setup_topographical_masks() 322 hb_mask_t other_masks = ~all_masks; in setup_topographical_masks() 397 hb_mask_t mask = use_plan->rphf_mask; in record_rphf()
|
D | hb-aat-map.hh | 47 hb_vector_t<hb_mask_t, 1> chain_flags;
|
D | hb-ot-shape-complex-khmer.cc | 203 hb_mask_t mask_array[KHMER_NUM_FEATURES]; 281 …hb_mask_t mask = khmer_plan->mask_array[BLWF] | khmer_plan->mask_array[ABVF] | khmer_plan->mask_ar… in reorder_consonant_syllable()
|
D | hb-kern.hh | 49 hb_mask_t kern_mask, in kern()
|
D | hb-ot-map.cc | 98 hb_mask_t mask, in add_lookups() 218 if (!info->max_value || next_bit + bits_needed > 8 * sizeof (hb_mask_t)) in compile()
|
D | hb-ot-shape.cc | 521 hb_mask_t rtlm_mask = c->plan->rtlm_mask; in hb_ot_mirror_chars() 543 hb_mask_t pre_mask, post_mask; in hb_ot_shape_setup_masks_fraction() 590 hb_mask_t global_mask = map->get_global_mask (); in hb_ot_shape_initialize_masks() 610 hb_mask_t mask = map->get_mask (feature->tag, &shift); in hb_ot_shape_setup_masks()
|
D | hb-aat-layout-trak-table.hh | 171 hb_mask_t trak_mask = c->plan->trak_mask; in apply()
|
D | hb-aat-layout-morx-table.hh | 953 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() 955 hb_mask_t flags = defaultFlags; in compile_flags() 983 hb_mask_t flags) const in apply()
|
D | hb-buffer.h | 66 hb_mask_t mask;
|
D | hb-buffer.cc | 430 hb_buffer_t::set_masks (hb_mask_t value, in set_masks() 431 hb_mask_t mask, in set_masks() 435 hb_mask_t not_mask = ~mask; in set_masks()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 191 hb_mask_t mask_array[ARABIC_FALLBACK_MAX_LOOKUPS];
|
D | hb.hh | 367 static_assert ((sizeof (hb_mask_t) == 4), "");
|
D | hb-ot-shape-complex-hangul.cc | 73 hb_mask_t mask_array[HANGUL_FEATURE_COUNT];
|
D | hb-common.h | 94 typedef uint32_t hb_mask_t; typedef
|
D | hb-ot-layout-gsubgpos.hh | 276 void set_mask (hb_mask_t mask_) { mask = mask_; } in set_mask() 325 hb_mask_t mask; 465 hb_mask_t lookup_mask; 507 void set_lookup_mask (hb_mask_t mask) { lookup_mask = mask; init_iters (); } in set_lookup_mask()
|
D | hb-ot-shape-complex-indic.cc | 285 hb_mask_t mask_array[INDIC_NUM_FEATURES]; 822 hb_mask_t mask; in initial_reordering_consonant_syllable()
|
D | hb-ot-shape-complex-arabic.cc | 250 hb_mask_t mask_array[ARABIC_NUM_FEATURES + 1];
|
D | hb-ot-layout-gsub-table.hh | 512 hb_mask_t glyph_mask = c->buffer->cur().mask; in apply() 513 hb_mask_t lookup_mask = c->lookup_mask; in apply()
|
D | hb-aat-layout-kerx-table.hh | 265 hb_mask_t kern_mask = c->plan->kern_mask; in transition()
|
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 46 g_assert_cmpint (sizeof (hb_mask_t), ==, 4); in test_types_int()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 132 hb_mask_t
|