OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verticaladvancey
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGGlyphElement.h
62
,
verticalAdvanceY
(0.0f)
82
&&
verticalAdvanceY
== other.
verticalAdvanceY
97
float
verticalAdvanceY
;
SVGFontData.cpp
34
, m_verticalAdvanceY(fontFaceElement->
verticalAdvanceY
())
SVGGlyphElement.cpp
122
if (identifier.
verticalAdvanceY
== SVGGlyphIdentifier::inheritedValue())
123
identifier.
verticalAdvanceY
= svgFontData->
verticalAdvanceY
();
173
identifier.
verticalAdvanceY
= parseSVGGlyphAttribute(element, vert_adv_yAttr);
SVGFontData.h
42
float
verticalAdvanceY
() const { return m_verticalAdvanceY; }
SVGFontFaceElement.h
45
float
verticalAdvanceY
() const;
SVGFontFaceElement.cpp
201
float SVGFontFaceElement::
verticalAdvanceY
() const
SVGFont.cpp
561
currentPoint.move(0.0f, identifier.
verticalAdvanceY
* scale);
Completed in 508 milliseconds