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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 152 unsigned clusterLength = 0;
153 while (textIterator.consume(character, clusterLength)) {
160 textIterator.advance(clusterLength);
172 unsigned clusterLength = 0;
173 while (textIterator.consume(character, clusterLength)) {
179 textIterator.advance(clusterLength);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 157 unsigned clusterLength = 0;
159 while (textIterator.consume(character, clusterLength)) {
160 unsigned advanceLength = clusterLength;

Completed in 407 milliseconds