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/platform/fonts/
CustomFontData.h
53
virtual bool
applySVGGlyphSelection
(WidthIterator&, GlyphData&, bool, int, unsigned&) const { return false; }
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h
48
virtual bool
applySVGGlyphSelection
(WidthIterator&, GlyphData&, bool mirror, int currentCharacter, unsigned& advanceLength) const OVERRIDE;
SVGFontData.cpp
150
bool SVGFontData::
applySVGGlyphSelection
(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp
204
if (svgFontData->
applySVGGlyphSelection
(iterator, glyphData, mirror, currentCharacter, advanceLength))
Completed in 138 milliseconds