OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applySVGGlyphSelection
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h
43
virtual bool
applySVGGlyphSelection
(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const;
SVGFontData.cpp
132
bool SVGFontData::
applySVGGlyphSelection
(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h
67
virtual bool
applySVGGlyphSelection
(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp
223
if (svgFontData->
applySVGGlyphSelection
(iterator, glyphData, mirror, currentCharacter, advanceLength))
Completed in 747 milliseconds