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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use.cc 439 if ((FLAG_UNSAFE (info[i].use_category()) & (BASE_FLAGS)) || is_halant (info[i]))
460 uint32_t flag = FLAG_UNSAFE (info[i].use_category());
hb-private.hh 935 #define FLAG_UNSAFE(x) ((x) < 32 ? FLAG_SAFE(x) : 0)

Completed in 526 milliseconds