Searched refs:applySVGGlyphSelection (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | CustomFontData.h | 55 …virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool, int, unsigned&) const { retu… in applySVGGlyphSelection() function
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontData.h | 46 …virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool mirror, int currentCharacter,…
|
D | SVGFontData.cpp | 134 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror… in applySVGGlyphSelection() function in WebCore::SVGFontData
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.cpp | 223 …if (svgFontData->applySVGGlyphSelection(iterator, glyphData, mirror, currentCharacter, advanceLeng… in glyphDataForCharacter()
|