Home
last modified time | relevance | path

Searched refs:treatAsSpace (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp123 if (Font::treatAsSpace(m_run[s])) in CoreTextController()
446 bool treatAsSpace = Font::treatAsSpace(ch); in adjustGlyphsAndAdvances() local
447 CGGlyph glyph = treatAsSpace ? fontData->m_spaceGlyph : glyphs[i]; in adjustGlyphsAndAdvances()
448 …CGSize advance = treatAsSpace ? CGSizeMake(fontData->m_spaceWidth, advances[i].height) : advances[… in adjustGlyphsAndAdvances()
453 } else if (ch == zeroWidthSpace || Font::treatAsZeroWidthSpace(ch) && !treatAsSpace) { in adjustGlyphsAndAdvances()
493 …if (treatAsSpace && characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && … in adjustGlyphsAndAdvances()
DFontMacATSUI.mm203 … (nextCh == zeroWidthSpace || Font::treatAsZeroWidthSpace(nextCh) && !Font::treatAsSpace(nextCh)) {
219 if (Font::treatAsSpace(nextCh)) {
229 …if (offset != 0 && !Font::treatAsSpace(*((UChar *)(((char *)characters)+offset) - 1)) && params->m…
471 if (Font::treatAsSpace(m_run[k]))
/external/webkit/WebCore/platform/graphics/
DWidthIterator.cpp58 if (Font::treatAsSpace(m_run[i])) in WidthIterator()
140 if (Font::treatAsSpace(c)) { in advance()
156 if (currentCharacter != 0 && !Font::treatAsSpace(cp[-1]) && m_font->wordSpacing()) { in advance()
DFont.h176 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == 0x00A0; } in treatAsSpace() function
DFontFastPath.cpp135 if (Font::treatAsSpace(c16)) in glyphDataForCharacter()
/external/webkit/WebCore/platform/graphics/qt/
DFontQt43.cpp88 if (Font::treatAsSpace(run[i])) in generateComponents()
97 if (Font::treatAsSpace(run[0])) { in generateComponents()
117 if (Font::treatAsSpace(run[i])) { in generateComponents()
169 if (Font::treatAsSpace(run[i])) { in generateComponents()
DFontQt.cpp45 if (Font::treatAsSpace(uc[i].unicode())) in qstring()
152 if (treatAsSpace(run[0])) in floatWidthForComplexText()
/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.cpp58 if (Font::treatAsSpace(m_run[s])) in UniscribeController()
267 if (Font::treatAsSpace(ch)) { in shapeAndPlaceItem()
336 …if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpaci… in shapeAndPlaceItem()
/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp45 static bool treatAsSpace(UChar c) in treatAsSpace() function
777 if (!treatAsSpace(m_input[m_runs[run].iCharPos + i])) in adjustSpaceAdvances()
845 if (!treatAsSpace(m_input[m_runs[run].iCharPos + i])) in applySpacing()
DGlyphPageTreeNodeChromiumWin.cpp150 if (Font::treatAsSpace(c)) in fillBMPGlyphs()
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp1216 …if (currentCharacter && Font::treatAsSpace(*currentCharacter) && lastCharacter && !Font::treatAsSp… in buildLayoutInformationForTextBox()
/external/webkit/WebCore/
DChangeLog-2006-12-3155905 Rename isSpace to treatAsSpace. Move it and the rounding hack function into
55917 (WebCore::Font::treatAsSpace):
DChangeLog6956 (WebCore::treatAsSpace):
DChangeLog-2007-10-1421859 (WebCore::Font::treatAsSpace):