HomeSort by relevance Sort by last modified time
    Searched refs:treatAsSpace (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 87 if (Font::treatAsSpace(*currentCharacter) && !Font::treatAsSpace(*lastCharacter))
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 164 bool treatAsSpace = Font::treatAsSpace(c);
165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) {
168 if (!treatAsSpace && !m_isAfterExpansion) {
190 if (treatAsSpace && currentCharacter && !Font::treatAsSpace(cp[-1]) && m_font->wordSpacing())
Font.h 211 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace; }
218 if (treatAsSpace(character))
Font.cpp 451 if (treatAsSpace(character)) {
472 if (treatAsSpace(character)) {
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 63 if (Font::treatAsSpace(m_run[s]))
274 bool treatAsSpace = Font::treatAsSpace(ch);
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/
ComplexTextController.cpp 453 bool treatAsSpace = Font::treatAsSpace(ch);
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/
GlyphPageTreeNodeChromiumWin.cpp 149 if (Font::treatAsSpace(c)) {
UniscribeHelper.cpp     [all...]
ComplexTextControllerLinux.cpp 335 if (Font::treatAsSpace(character))
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 118 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/
FontQt.cpp 290 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/
FontAndroid.cpp     [all...]

Completed in 370 milliseconds