HomeSort by relevance Sort by last modified time
    Searched full:levelhigh (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 441 unsigned char levelHigh = 0;
443 levelHigh = std::max(run->level(), levelHigh);
458 while (levelHigh >= levelLow) {
462 for (;i < count && run && run->level() < levelHigh; i++)
465 for (;i <= count && run && run->level() >= levelHigh; i++)
470 levelHigh--;

Completed in 67 milliseconds