OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZeroWidthSpaceGlyph
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
123
bool
isZeroWidthSpaceGlyph
(Glyph glyph) const { return glyph == m_zeroWidthSpaceGlyph && glyph; }
293
if (
isZeroWidthSpaceGlyph
(glyph))
312
if (
isZeroWidthSpaceGlyph
(glyph))
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
313
if (m_currentFontData->
isZeroWidthSpaceGlyph
(m_glyphs16[i]))
Completed in 23 milliseconds