Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp167 bool treatAsSpace = Font::treatAsSpace(c); in advance() local
H A DFont.h205 …static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace… in treatAsSpace() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp274 bool treatAsSpace = Font::treatAsSpace(ch); in shapeAndPlaceItem() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp453 bool treatAsSpace = Font::treatAsSpace(ch); in adjustGlyphsAndAdvances() local