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/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 270 float currentAdvance = m_advances[0];
275 currentAdvance += m_advances[++glyphIndex];
276 currentAdvance = currentAdvance / 2.0;
277 if (targetX <= currentAdvance)
283 float prevAdvance = currentAdvance;
284 currentAdvance = m_advances[glyphIndex];
286 currentAdvance += m_advances[++glyphIndex];
287 currentAdvance = currentAdvance / 2.0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp     [all...]

Completed in 68 milliseconds