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

  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 107 CGFloat adjustedAdvance = m_adjustedAdvances[offsetIntoAdjustedGlyphs + j].width;
108 if (x < adjustedAdvance) {
119 CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdvance : 1 - x / adjustedAdvance);
143 clusterWidth = adjustedAdvance;
157 clusterWidth = adjustedAdvance / (hitGlyphEnd - hitGlyphStart);
165 x -= adjustedAdvance;
384 CGSize adjustedAdvance = m_adjustedAdvances[k];
390 glyphBuffer->add(m_adjustedGlyphs[k], complexTextRun.fontData(), adjustedAdvance);
397 m_runWidthSoFar += adjustedAdvance.width * (m_characterInCurrentGlyph - oldCharacterInCurrentGlyph) / (glyphEndOffset - glyphStartOff (…)
    [all...]

Completed in 687 milliseconds