Home
last modified time | relevance | path

Searched refs:valueAsPercentage (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp84 return FloatPoint(x->valueAsPercentage(), y->valueAsPercentage()); in resolvePoint()
98 return x->valueAsPercentage(); in resolveLength()
DSVGLength.cpp186 float SVGLength::valueAsPercentage() const in valueAsPercentage() function in blink::SVGLength
406 float fromPercent = from->valueAsPercentage() * 100; in blend()
407 float toPercent = valueAsPercentage() * 100; in blend()
DSVGLength.h72 float valueAsPercentage() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTextPath.cpp74 return toSVGTextPathElement(node())->startOffset()->currentValue()->valueAsPercentage(); in startOffset()
DSVGTextLayoutEngineBaseline.cpp43 …return baselineShiftValueLength->valueAsPercentage() * m_font.fontDescription().computedPixelSize(… in calculateBaselineShift()