Searched defs:lastSpace (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h561 unsigned lastSpace = m_current.offset(); local
638 lastSpace = m_current.offset(); // e.g., "Foo goo", don't add in any of the ignored spaces.
653 wordMeasurement.startOffset = lastSpace;
657 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) - wordTrailingSpaceWidth;
659 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
755 lastSpace = m_current.offset();
778 lastSpace = m_current.offset(); // e.g., "Foo goo", don't add in any of the ignored spaces.
814 float additionalTempWidth = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_curren
[all...]

Completed in 162 milliseconds