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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 59 return toSVGTextPathElement(node())->startOffsetCurrentValue().valueAsPercentage();
SVGTextLayoutEngineSpacing.cpp 87 kerning = kerningLength.valueAsPercentage() * m_font.pixelSize();
SVGTextLayoutEngineBaseline.cpp 43 return baselineShiftValueLength.valueAsPercentage() * m_font.pixelSize();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 79 float valueAsPercentage() const;
120 float fromPercent = from.valueAsPercentage() * 100;
121 float toPercent = valueAsPercentage() * 100;
SVGLengthContext.cpp 73 // FIXME: valueAsPercentage() won't be correct for eg. cm units. They need to be resolved in user space and then be considered in objectBoundingBox space.
74 return FloatPoint(x.valueAsPercentage(), y.valueAsPercentage());
85 // FIXME: valueAsPercentage() won't be correct for eg. cm units. They need to be resolved in user space and then be considered in objectBoundingBox space.
86 return x.valueAsPercentage();
SVGSVGElement.cpp 644 return Length(widthCurrentValue().valueAsPercentage() * 100, Percent);
658 return Length(heightCurrentValue().valueAsPercentage() * 100, Percent);
SVGLength.cpp 221 float SVGLength::valueAsPercentage() const

Completed in 33 milliseconds