Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h133 … bool isZeroWidthSpaceGlyph(Glyph glyph) const { return glyph == m_zeroWidthSpaceGlyph && glyph; } in isZeroWidthSpaceGlyph() function
253 if (isZeroWidthSpaceGlyph(glyph)) in boundsForGlyph()
272 if (isZeroWidthSpaceGlyph(glyph)) in widthForGlyph()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp907 if (currentFontData->isZeroWidthSpaceGlyph(glyph)) { in setGlyphPositionsForHarfBuzzRun()