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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 275 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); local
276 if (!string_indices) {
279 string_indices = index_buf;
293 info->cluster = string_indices[j];
  /external/harfbuzz_ng/src/
hb-coretext.cc 275 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); local
276 if (!string_indices) {
279 string_indices = index_buf;
293 info->cluster = string_indices[j];

Completed in 164 milliseconds