Searched refs:hb_mask_t (Results 1 – 18 of 18) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-map-private.hh | 50 hb_mask_t mask; 51 hb_mask_t _1_mask; /* mask for value=1, for quick access */ 62 hb_mask_t mask; 78 inline hb_mask_t get_global_mask (void) const { return global_mask; } in get_global_mask() 80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { in get_mask() 91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask() 141 hb_mask_t mask, 144 hb_mask_t global_mask;
|
D | hb-buffer-private.hh | 155 inline void reset_masks (hb_mask_t mask) in reset_masks() 160 inline void add_masks (hb_mask_t mask) in add_masks() 165 HB_INTERNAL void set_masks (hb_mask_t value, 166 hb_mask_t mask,
|
D | hb-ot-layout-private.hh | 209 hb_mask_t mask, 227 hb_mask_t mask,
|
D | hb-ot-shape.cc | 303 hb_mask_t rtlm_mask = c->plan->map.get_1_mask (HB_TAG ('r','t','l','m')); in hb_ot_mirror_chars() 320 hb_mask_t global_mask = map->get_global_mask (); in hb_ot_shape_setup_masks() 331 hb_mask_t mask = map->get_mask (feature->tag, &shift); in hb_ot_shape_setup_masks()
|
D | hb-ot-map.cc | 36 hb_mask_t mask, in add_lookups() 220 if (!info->max_value || next_bit + bits_needed > 8 * sizeof (hb_mask_t)) in compile()
|
D | hb-buffer.h | 46 hb_mask_t mask;
|
D | hb-buffer.cc | 363 hb_buffer_t::set_masks (hb_mask_t value, in set_masks() 364 hb_mask_t mask, in set_masks() 368 hb_mask_t not_mask = ~mask; in set_masks()
|
D | hb-common.h | 77 typedef uint32_t hb_mask_t; typedef
|
D | hb-ot-shape-complex-arabic-fallback.hh | 200 hb_mask_t mask_array[ARABIC_NUM_FALLBACK_FEATURES];
|
D | hb-ot-layout.cc | 669 hb_mask_t mask, in hb_ot_layout_substitute_lookup() 719 hb_mask_t mask, in hb_ot_layout_position_lookup()
|
D | hb-ot-shape-complex-arabic.cc | 210 hb_mask_t mask_array[ARABIC_NUM_FEATURES + 1];
|
D | hb-ot-shape-fallback.cc | 420 hb_mask_t kern_mask = plan->map.get_1_mask (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction) ? in _hb_ot_shape_fallback_kern()
|
D | hb-ot-layout-gsubgpos-private.hh | 263 hb_mask_t lookup_mask; 276 hb_mask_t lookup_mask_, in hb_apply_context_t() 312 inline void set_mask (hb_mask_t mask_) { mask = mask_; } in set_mask() 367 hb_mask_t mask;
|
D | hb-ot-shape-complex-indic.cc | 509 hb_mask_t mask_array[INDIC_NUM_FEATURES]; 937 hb_mask_t mask; in initial_reordering_consonant_syllable()
|
D | hb-ot-layout-gsub-table.hh | 486 hb_mask_t glyph_mask = c->buffer->cur().mask; in apply() 487 hb_mask_t lookup_mask = c->lookup_mask; in apply()
|
D | hb-private.hh | 115 ASSERT_STATIC (sizeof (hb_mask_t) == 4);
|
/external/harfbuzz_ng/contrib/python/lib/ |
D | harfbuzz.pyx | 28 ctypedef unsigned long hb_mask_t 50 hb_mask_t mask 78 …void hb_buffer_add_glyph(hb_buffer_t *buffer, hb_codepoint_t codepoint, hb_mask_t mask, unsigned i…
|
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 47 g_assert_cmpint (sizeof (hb_mask_t), ==, 4); in test_types_int()
|