Home
last modified time | relevance | path

Searched refs:currentScale (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp87 return static_cast<int>(roundf(replacedWidth * svg->currentScale())); in computeReplacedLogicalWidth()
98 return static_cast<int>(roundf(replacedHeight * svg->currentScale())); in computeReplacedLogicalHeight()
246 float scale = svg->currentScale(); in localToBorderBoxTransform()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp941 void ShaderProgram::debugMatrixInfo(float currentScale, in debugMatrixInfo() argument
950 viewport[0], viewport[1], viewport[2], viewport[3], currentScale); in debugMatrixInfo()
954 scaleMatrix.scale3d(currentScale, currentScale, 1.0); in debugMatrixInfo()
DShaderProgram.h184 void debugMatrixInfo(float currentScale,
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.h81 float currentScale() const;
DSVGSVGElement.idl52 attribute float currentScale
DSVGSVGElement.cpp197 float SVGSVGElement::currentScale() const in currentScale() function in WebCore::SVGSVGElement
/external/webkit/Source/WebCore/
DChangeLog-2007-10-143329 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement
3339 (WebCore::SVGSVGElement::currentScale):
34170 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement
34180 (WebCore::SVGSVGElement::currentScale):
DChangeLog-2005-12-195631 (SVGSVGElementImpl::currentScale):
DChangeLog-2010-05-2447630 …(WebCore::SVGSVGElement::currentScale): Return pageZoomFactor(), not just the zoomFactor() - as we…
DChangeLog-2006-12-3122980 (WebCore::SVGSVGElement::currentScale):
DChangeLog-2010-12-0652377 (WebCore::SVGSVGElement::currentScale):
135055 (WebCore::SVGSVGElement::currentScale): Ditto.
DChangeLog-2008-08-1041680 (WebCore::SVGSVGElement::currentScale):
DChangeLog-2010-01-294960 (WebCore::SVGSVGElement::currentScale): If this is the document element,