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

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 628 face->tmpLogClusters = 0;
691 if (face->tmpLogClusters)
692 free(face->tmpLogClusters);
793 unsigned int *tmpLogClusters;
806 tmpLogClusters = (unsigned int *) realloc(face->tmpLogClusters, face->length*sizeof(unsigned int));
807 if (!tmpLogClusters)
809 face->tmpLogClusters = tmpLogClusters;
814 face->tmpLogClusters[i] = item->log_clusters[i]
    [all...]
harfbuzz-shaper.h 190 unsigned int *tmpLogClusters;
  /external/harfbuzz/src/
harfbuzz-shaper.h 221 unsigned int *tmpLogClusters;
harfbuzz-shaper.cpp     [all...]

Completed in 45 milliseconds