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

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 888 int oldCi = 0;
895 if (!attributes[i].mark && attributes[i].clusterStart && ci != oldCi) {
896 for (int j = oldCi; j < ci; j++)
899 oldCi = ci;
902 for (int j = oldCi; j < face->length; j++)
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp     [all...]

Completed in 102 milliseconds