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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 769 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); local
770 if (!string_indices) {
773 string_indices = index_buf;
786 info->cluster = string_indices[j];
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 767 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); local
768 if (!string_indices) {
771 string_indices = index_buf;
784 info->cluster = string_indices[j];
    [all...]

Completed in 244 milliseconds