Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
DImageSprite.java36 private final VariableDouble scaleY; field in ImageSprite
51 VariableDouble scaleY) in ImageSprite()
/external/webkit/Source/WebCore/svg/
DSVGTransformDistance.cpp78 float scaleY = toSVGTransform.scale().height() - fromSVGTransform.scale().height(); in SVGTransformDistance() local
181 … float scaleY = absoluteValue ? fabsf(transform.scale().height()) : transform.scale().height(); in addSVGTransform() local
/external/replicaisland/src/com/replica/replicaisland/
DTiledBackgroundVertexGrid.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DDrawableObject.java29 public abstract void draw(float x, float y, float scaleX, float scaleY); in draw()
DScrollableBitmap.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DGameRenderer.java213 final float scaleY = mScaleY; in onDrawFrame() local
273 float scaleY = (float)h / mHeight; in onSurfaceChanged() local
DDrawableBitmap.java100 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DImageLayerChromium.cpp110 float scaleY = destSize.height() / static_cast<float>(sourceRect.size().height()); in tilingTransform() local
/external/skia/src/animator/
DSkDrawMatrix.h53 void scale(SkScalar scaleX, SkScalar scaleY, SkPoint& center) { in scale()
/external/skia/src/core/
DSkPicture.cpp85 SkScalar scaleY = matrix->getScaleY(); in validateMatrix() local
DSkPictureFlat.cpp57 SkScalar scaleY = matrix->getScaleY(); in dump() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageCairo.cpp135 float scaleY = srcRect.height() / dstRect.height(); in draw() local
/external/webkit/Source/WebCore/css/
DWebKitCSSMatrix.cpp117 PassRefPtr<WebKitCSSMatrix> WebKitCSSMatrix::scale(double scaleX, double scaleY, double scaleZ) con… in scale()
/external/webkit/Source/WebCore/platform/graphics/qt/
DTileQt.cpp161 qreal scaleY = worldTransform.m22(); in paintCheckerPattern() local
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java119 float scaleY = frame.height() / (float) previewFrame.height(); in onDraw() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DImageWx.cpp125 float scaleY = src.height() / dst.height(); in draw() local
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDisplacementMap.cpp120 float scaleY = filter->applyVerticalScale(m_scale / 255); in apply() local
/external/webkit/Source/WebCore/platform/graphics/
DImage.cpp92 float scaleX = 1.0f, scaleY = 1.0f; in calculatePatternScale() local
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowUtil.java298 float scaleX, scaleY, scaleZ; in updateShadowCamera() local
459 float scaleX, scaleY, scaleZ; in updateShadowCamera() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java204 float scaleY = (float) Math.sqrt(m.m01 * m.m01 + m.m11 * m.m11 + m.m21 * m.m21); in applyTransform() local
/external/webkit/Source/WebCore/platform/graphics/android/
DImageAndroid.cpp250 float scaleY = 1; in drawPattern() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DObjectHelper.java399 …float scaleY = (float) Math.sqrt(matrix.m01 * matrix.m01 + matrix.m11 * matrix.m11 + matrix.m21 * … in getScale() local
/external/skia/include/core/
DSkMatrix.h152 SkScalar skewY, SkScalar scaleY, SkScalar transY, in setAll()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.h252 double scaleX, scaleY, scaleZ; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1571 SkFixed scaleY = fScaleY; in generateFontMetrics() local

12