OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inheritedValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp
94
if (identifier.horizontalAdvanceX == SVGGlyph::
inheritedValue
())
97
if (identifier.verticalOriginX == SVGGlyph::
inheritedValue
())
100
if (identifier.verticalOriginY == SVGGlyph::
inheritedValue
())
103
if (identifier.verticalAdvanceY == SVGGlyph::
inheritedValue
())
111
return SVGGlyph::
inheritedValue
();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
69
static float
inheritedValue
()
Completed in 54 milliseconds