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

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

Completed in 97 milliseconds