Lines Matching refs:use_category
38 #define use_category() complex_var_u8_0() macro
250 HB_BUFFER_ALLOCATE_VAR (buffer, use_category); in setup_masks_use()
258 info[i].use_category() = hb_use_get_category (info[i].codepoint); in setup_masks_use()
274 unsigned int limit = info[start].use_category() == USE_R ? 1 : hb_min (3u, end - start); in setup_rphf_mask()
374 info[i].use_category() = USE_R; in record_rphf_use()
393 info[i].use_category() = USE_VPre; in record_pref_use()
402 return (info.use_category() == USE_H || info.use_category() == USE_HVM) && in is_halant_use()
439 if (info[start].use_category() == USE_R && end - start > 1) in reorder_syllable_use()
445 bool is_post_base_glyph = (FLAG64_UNSAFE (info[i].use_category()) & POST_BASE_FLAGS64) || in reorder_syllable_use()
469 uint32_t flag = FLAG_UNSAFE (info[i].use_category()); in reorder_syllable_use()
514 dottedcircle.use_category() = hb_use_get_category (0x25CC); in insert_dotted_circles_use()
536 buffer->cur().use_category() == USE_R) in insert_dotted_circles_use()
557 HB_BUFFER_DEALLOCATE_VAR (buffer, use_category); in reorder_use()