OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:horizontalAdvanceX
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h
49
float
horizontalAdvanceX
() const { return m_horizontalAdvanceX; }
SVGFontFaceElement.cpp
161
float SVGFontFaceElement::
horizontalAdvanceX
() const
182
return
horizontalAdvanceX
() / 2.0f;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h
60
,
horizontalAdvanceX
(0)
82
&&
horizontalAdvanceX
== other.
horizontalAdvanceX
98
float
horizontalAdvanceX
;
Completed in 728 milliseconds