HomeSort by relevance Sort by last modified time
    Searched refs:USE_R (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-private.hh 65 USE_R = 18, /* REPHA */
hb-ot-shape-complex-use.cc 281 unsigned int limit = info[start].use_category() == USE_R ? 1 : MIN (3u, end - start);
387 /* Mark a substituted repha as USE_R. */
391 info[i].use_category() = USE_R;
439 if (info[start].use_category() == USE_R && end - start > 1)
531 buffer->cur().use_category() == USE_R)
hb-ot-shape-complex-use-table.cc 30 #define R USE_R /* REPHA */
    [all...]

Completed in 51 milliseconds