Home
last modified time | relevance | path

Searched defs:normalizeSpace (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp72 GlyphData WidthIterator::glyphDataForCharacter(CharacterData& charData, bool normalizeSpace) in glyphDataForCharacter()
185 bool normalizeSpace = m_run.normalizeSpace(); in advanceInternal() local
DFont.cpp439 …Page*> Font::glyphDataAndPageForCharacter(UChar32& c, bool mirror, bool normalizeSpace, FontDataVa… in glyphDataAndPageForCharacter()
617 bool normalizeSpace = false; in getEmphasisMarkGlyphData() local
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h178 bool normalizeSpace() const { return m_normalizeSpace; } in normalizeSpace() function
179 void setNormalizeSpace(bool normalizeSpace) { m_normalizeSpace = normalizeSpace; } in setNormalizeSpace()