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

  /external/webkit/WebCore/svg/
SVGSVGElement.idl 52 attribute float currentScale
SVGSVGElement.h 80 float currentScale() const;
SVGSVGElement.cpp 188 float SVGSVGElement::currentScale() const
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 96 setWidth(static_cast<int>(width() * svg->currentScale()));
97 setHeight(static_cast<int>(height() * svg->currentScale()));
197 float scale = svg->currentScale();
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java     [all...]

Completed in 59 milliseconds