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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.cpp 335 } else if (block == currentCluster()->m_root) {
388 float multiplier = clusterMultiplier(currentCluster());
400 Cluster* cluster = currentCluster();
436 } else if (!m_clusterStack.isEmpty() && currentCluster()->m_root == block) {
443 Cluster* cluster = currentCluster();
703 Cluster* parentCluster = m_clusterStack.isEmpty() ? 0 : currentCluster();
    [all...]
FastTextAutosizer.h 279 Cluster* currentCluster() const;

Completed in 272 milliseconds