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

  /external/harfbuzz_ng/src/
hb-directwrite.cc 664 uint16_t* clusterMap = (uint16_t*) malloc (textLength * sizeof (uint16_t));
674 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices,
718 clusterMap, textProperties, textLength, glyphIndices,
740 runHead->mScript, textLength, glyphCount, textString, clusterMap,
782 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices,
804 free (clusterMap);
810 clusterMap = modifiedClusterMap;
888 free (clusterMap);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 486 const UINT16 *clusterMap;
    [all...]

Completed in 77 milliseconds