Searched refs:currentScale (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGRoot.cpp | 87 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/ |
D | ShaderProgram.cpp | 941 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()
|
D | ShaderProgram.h | 184 void debugMatrixInfo(float currentScale,
|
/external/webkit/Source/WebCore/svg/ |
D | SVGSVGElement.h | 81 float currentScale() const;
|
D | SVGSVGElement.idl | 52 attribute float currentScale
|
D | SVGSVGElement.cpp | 197 float SVGSVGElement::currentScale() const in currentScale() function in WebCore::SVGSVGElement
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 3329 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement 3339 (WebCore::SVGSVGElement::currentScale): 34170 Implement currentScale(), setCurrentScale() and currentTranslate() in SVGSVGElement 34180 (WebCore::SVGSVGElement::currentScale):
|
D | ChangeLog-2005-12-19 | 5631 (SVGSVGElementImpl::currentScale):
|
D | ChangeLog-2010-05-24 | 47630 …(WebCore::SVGSVGElement::currentScale): Return pageZoomFactor(), not just the zoomFactor() - as we…
|
D | ChangeLog-2006-12-31 | 22980 (WebCore::SVGSVGElement::currentScale):
|
D | ChangeLog-2010-12-06 | 52377 (WebCore::SVGSVGElement::currentScale): 135055 (WebCore::SVGSVGElement::currentScale): Ditto.
|
D | ChangeLog-2008-08-10 | 41680 (WebCore::SVGSVGElement::currentScale):
|
D | ChangeLog-2010-01-29 | 4960 (WebCore::SVGSVGElement::currentScale): If this is the document element,
|