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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 74 return toSVGTextPathElement(node())->startOffset()->currentValue()->valueAsPercentage();
SVGTextLayoutEngineBaseline.cpp 43 return baselineShiftValueLength->valueAsPercentage() * m_font.fontDescription().computedPixelSize();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 72 float valueAsPercentage() const;
SVGLengthContext.cpp 83 // 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.
84 return FloatPoint(x->valueAsPercentage(), y->valueAsPercentage());
97 // 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.
98 return x->valueAsPercentage();
SVGLength.cpp 186 float SVGLength::valueAsPercentage() const
406 float fromPercent = from->valueAsPercentage() * 100;
407 float toPercent = valueAsPercentage() * 100;

Completed in 659 milliseconds