Home
last modified time | relevance | path

Searched defs:treatAsSpace (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp164 bool treatAsSpace = Font::treatAsSpace(c); in advance() local
DFont.h211 …static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace… in treatAsSpace() function
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp274 bool treatAsSpace = Font::treatAsSpace(ch); in shapeAndPlaceItem() local
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp453 bool treatAsSpace = Font::treatAsSpace(ch); in adjustGlyphsAndAdvances() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp791 bool treatAsSpace = Font::treatAsSpace(c); in adjustSpaceAdvances() local