Searched defs:adjustedAdvance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp115 CGFloat adjustedAdvance = m_adjustedAdvances[offsetIntoAdjustedGlyphs + j].width; local
116 if (x < adjustedAdvance) {
127 CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdvance : 1 - x / adjustedAdvance);
151 clusterWidth = adjustedAdvance;
165 clusterWidth = adjustedAdvance / (hitGlyphEnd - hitGlyphStart);
173 x -= adjustedAdvance;
450 CGSize adjustedAdvance = m_adjustedAdvances[k];
456 glyphBuffer->add(m_adjustedGlyphs[k], complexTextRun.fontData(), FloatSize(adjustedAdvance));
466 m_runWidthSoFar += adjustedAdvance
[all...]

Completed in 202 milliseconds