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

  /external/skia/src/pdf/
SkClusterator.cpp 49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex;
50 uint32_t cluster = fClusters[clusterGlyphIndex];
54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex;
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount};
  /external/skqp/src/pdf/
SkClusterator.cpp 49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex;
50 uint32_t cluster = fClusters[clusterGlyphIndex];
54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex;
63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount};

Completed in 209 milliseconds