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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.cpp 213 bool treatAsSpace = Font::treatAsSpace(character);
214 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(character))) {
218 if (!treatAsSpace && !m_isAfterExpansion) {
245 if (treatAsSpace && (character != '\t' || !m_run.allowTabs()) && (textIterator.currentCharacter() || character == noBreakSpace) && m_font->wordSpacing())
251 if (shouldApplyFontTransforms() && glyphBuffer && Font::treatAsSpace(character))
Font.h 216 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace; }
223 if (treatAsSpace(character))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.cpp 556 if (m_scriptTags[i] == SCRIPT_TAG_UNKNOWN && !Font::treatAsSpace(ch) && !Font::treatAsZeroWidthSpace(ch)) {
    [all...]

Completed in 167 milliseconds