Searched defs:horizontalAdvanceX (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.h53 float horizontalAdvanceX() const { return m_horizontalAdvanceX; } function in class:WebCore::FINAL
H A DSVGFontFaceElement.cpp159 float SVGFontFaceElement::horizontalAdvanceX() const function in class:WebCore::SVGFontFaceElement
180 return horizontalAdvanceX() / 2.0f;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h61 , horizontalAdvanceX(0)
83 && horizontalAdvanceX == other.horizontalAdvanceX
99 float horizontalAdvanceX; member in struct:WebCore::SVGGlyph

Completed in 329 milliseconds