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

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.idl 52 attribute float currentScale
SVGSVGElement.h 81 float currentScale() const;
SVGSVGElement.cpp 197 float SVGSVGElement::currentScale() const
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 382 float currentScale = mScreenshotView.getScaleX();
384 new float[] {currentScale, 0.0f});
386 new float[] {currentScale, 0.0f});
440 float currentScale = mScreenshotView.getScaleX();
446 new float[] {currentScale, 1.0f});
448 new float[] {currentScale, 1.0f});
457 new float[] {currentScale, 0.0f});
459 new float[] {currentScale, 0.0f});
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 87 return static_cast<int>(roundf(replacedWidth * svg->currentScale()));
98 return static_cast<int>(roundf(replacedHeight * svg->currentScale()));
246 float scale = svg->currentScale();
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 199 float currentScale = getScale();
200 float targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;
206 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
269 float currentScale = getScale();
270 float newScale = currentScale * detector.getScaleFactor();
767 float currentScale = getScale();
768 float factor = newScale / currentScale;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp     [all...]
ShaderProgram.h 184 void debugMatrixInfo(float currentScale,

Completed in 1385 milliseconds