Home
last modified time | relevance | path

Searched refs:hasWordSpacingOrLetterSpacing (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp161 …bool hasWordSpacingOrLetterSpacing = fontDescription().wordSpacing() || fontDescription().letterSp… in width() local
163 …&& !hasWordSpacingOrLetterSpacing // Word spacing and letter spacing can change the width of a wor… in width()