Searched refs:treatAsSpace (Results 1 – 14 of 14) sorted by relevance
123 if (Font::treatAsSpace(m_run[s])) in CoreTextController()446 bool treatAsSpace = Font::treatAsSpace(ch); in adjustGlyphsAndAdvances() local447 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()
203 … (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]))
58 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()
176 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == 0x00A0; } in treatAsSpace() function
135 if (Font::treatAsSpace(c16)) in glyphDataForCharacter()
88 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()
45 if (Font::treatAsSpace(uc[i].unicode())) in qstring()152 if (treatAsSpace(run[0])) in floatWidthForComplexText()
58 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()
45 static bool treatAsSpace(UChar c) in treatAsSpace() function777 if (!treatAsSpace(m_input[m_runs[run].iCharPos + i])) in adjustSpaceAdvances()845 if (!treatAsSpace(m_input[m_runs[run].iCharPos + i])) in applySpacing()
150 if (Font::treatAsSpace(c)) in fillBMPGlyphs()
1216 …if (currentCharacter && Font::treatAsSpace(*currentCharacter) && lastCharacter && !Font::treatAsSp… in buildLayoutInformationForTextBox()
55905 Rename isSpace to treatAsSpace. Move it and the rounding hack function into55917 (WebCore::Font::treatAsSpace):
6956 (WebCore::treatAsSpace):
21859 (WebCore::Font::treatAsSpace):