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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 327 unsigned int last_lig_component = (unsigned int) -1; local
339 if (last_lig_component != this_lig_component)
341 last_lig_component = this_lig_component;
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 329 unsigned int last_lig_component = (unsigned int) -1; local
342 if (last_lig_component != this_lig_component)
344 last_lig_component = this_lig_component;

Completed in 1548 milliseconds