Home | History | Annotate | Download | only in src

Lines Matching full:use_category

33 #define use_category() complex_var_u8_0()
248 /* Do this before allocating use_category(). */
254 HB_BUFFER_ALLOCATE_VAR (buffer, use_category);
262 info[i].use_category() = hb_use_get_categories (info[i].codepoint);
278 unsigned int limit = info[start].use_category() == USE_R ? 1 : MIN (3u, end - start);
386 info[i].use_category() = USE_R;
405 info[i].use_category() = USE_VPre;
414 return info.use_category() == USE_H && !_hb_glyph_info_ligated (&info);
435 if (info[start].use_category() == USE_R && end - start > 1)
439 if ((FLAG_UNSAFE (info[i].use_category()) & (BASE_FLAGS)) || is_halant (info[i]))
460 uint32_t flag = FLAG_UNSAFE (info[i].use_category());
504 dottedcircle.use_category() = hb_use_get_categories (0x25CC);
527 buffer->cur().use_category() == USE_R)
556 HB_BUFFER_DEALLOCATE_VAR (buffer, use_category);