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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 104 float currentAdvance = m_advances[0];
109 currentAdvance += m_advances[++glyphIndex];
110 currentAdvance = currentAdvance / 2.0;
111 if (targetX <= currentAdvance)
117 float prevAdvance = currentAdvance;
118 currentAdvance = m_advances[glyphIndex];
120 currentAdvance += m_advances[++glyphIndex];
121 currentAdvance = currentAdvance / 2.0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.cpp     [all...]

Completed in 151 milliseconds