HomeSort by relevance Sort by last modified time
    Searched refs:horizontalAdvanceX (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 61 , horizontalAdvanceX(0)
83 && horizontalAdvanceX == other.horizontalAdvanceX
99 float horizontalAdvanceX;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 94 if (identifier.horizontalAdvanceX == SVGGlyph::inheritedValue())
95 identifier.horizontalAdvanceX = svgFontData->horizontalAdvanceX();
125 identifier.horizontalAdvanceX = parseSVGGlyphAttribute(element, SVGNames::horiz_adv_xAttr);
SVGFontFaceElement.h 44 float horizontalAdvanceX() const;
SVGFontData.h 54 float horizontalAdvanceX() const { return m_horizontalAdvanceX; }
SVGFontFaceElement.cpp 157 float SVGFontFaceElement::horizontalAdvanceX() const
178 return horizontalAdvanceX() / 2.0f;
SVGFontData.cpp 52 , m_horizontalAdvanceX(fontFaceElement->horizontalAdvanceX())
138 // In this case, use default horizontalAdvanceX instead of associatedFontElement's one.
147 return svgGlyph.horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm());

Completed in 155 milliseconds