Searched refs:treatAsSpace (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp87 if (Font::treatAsSpace(*currentCharacter) && !Font::treatAsSpace(*lastCharacter))
/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp164 bool treatAsSpace = Font::treatAsSpace(c); local
165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) {
168 if (!treatAsSpace && !m_isAfterExpansion) {
190 if (treatAsSpace && currentCharacter && !Font::treatAsSpace(cp[-1]) && m_font->wordSpacing())
H A DFont.h211 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace; } function in class:WebCore::Font
218 if (treatAsSpace(character))
H A DFont.cpp451 if (treatAsSpace(character)) {
472 if (treatAsSpace(character)) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp63 if (Font::treatAsSpace(m_run[s]))
274 bool treatAsSpace = Font::treatAsSpace(ch); local
276 if (treatAsSpace || treatAsZeroWidthSpace) {
280 advances[clusters[k]] = treatAsSpace ? logicalSpaceWidth : 0;
281 if (treatAsSpace)
331 if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpacing())
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp453 bool treatAsSpace = Font::treatAsSpace(ch); local
454 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
455 CGSize advance = treatAsSpace ? CGSizeMake(fontData->spaceWidth(), advances[i].height) : advances[i];
460 } else if (ch == zeroWidthSpace || (Font::treatAsZeroWidthSpace(ch) && !treatAsSpace)) {
478 if (treatAsSpace || Font::isCJKIdeographOrSymbol(ch)) {
481 if (!treatAsSpace && !m_afterExpansion) {
499 if (treatAsSpace && characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpacing())
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGlyphPageTreeNodeChromiumWin.cpp149 if (Font::treatAsSpace(c)) {
H A DUniscribeHelper.cpp791 bool treatAsSpace = Font::treatAsSpace(c); local
792 if (!treatAsSpace && !Font::treatAsZeroWidthSpaceInComplexScript(c))
798 if (treatAsSpace) {
870 if (!Font::treatAsSpace(m_input[m_runs[run].iCharPos + i]))
H A DComplexTextControllerLinux.cpp335 if (Font::treatAsSpace(character))
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp118 if (Font::treatAsSpace(run[i]))
126 if (Font::treatAsSpace(run[0])) {
143 if (Font::treatAsSpace(run[i])) {
178 if (Font::treatAsSpace(run[i])) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp290 if (treatAsSpace(run[0]))
304 if (run.length() == 1 && treatAsSpace(run[0]))
312 if (treatAsSpace(run[0]))
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp898 if (Font::treatAsSpace(character))

Completed in 7358 milliseconds