OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glyphref
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphDefElement.cpp
47
// 1. In the simplest case, an 'altGlyphDef' contains one or more '
glyphRef
' elements.
48
// Each '
glyphRef
' element references a single glyph within a particular font.
57
// contains one or more '
glyphRef
' elements. Each '
glyphRef
' element references a single
66
// The spec doesn't tell how to deal with the mixing of <
glyphRef
> and <altGlyItem>.
71
// <
glyphRef
id="g1" />
73
// <
glyphRef
id="g2" />
79
// <
glyphRef
id="g1" />
80
// <
glyphRef
id="g2" />
84
// For b), the content model is 2), so we will use <
glyphRef
> elements contained i
[
all
...]
SVGTagNames.in
62
glyphRef
SVGAltGlyphElement.idl
29
[RaisesException=Setter] attribute DOMString
glyphRef
;
SVGGlyphRefElement.idl
24
attribute DOMString
glyphRef
;
SVGAltGlyphElement.h
40
const AtomicString&
glyphRef
() const;
SVGGlyphRefElement.h
39
const AtomicString&
glyphRef
() const;
SVGAltGlyphElement.cpp
62
const AtomicString& SVGAltGlyphElement::
glyphRef
() const
SVGAttributeNames.in
82
glyphRef
SVGGlyphRefElement.cpp
95
const AtomicString& SVGGlyphRefElement::
glyphRef
() const
Completed in 155 milliseconds