Searched defs:xScale (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DDepthOfFieldFilter.java54 private float xScale; field in class:DepthOfFieldFilter
83 xScale = 1.0f / w;
86 material.setFloat("XScale", blurScale * xScale);
146 material.setFloat("XScale", blurScale * xScale);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp203 float xScale = srcRect.width() / destRect.width(); local
211 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
214 adjustedDestRect.setWidth(subimageRect.width() / xScale);
225 adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale));
226 adjustedDestRect.setSize(FloatSize(selfSize.width() / xScale, selfSize.height() / yScale));
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.cpp44 double sx = matrix.xScale();
122 double AffineTransform::xScale() const function in class:WebCore::AffineTransform
/external/skia/src/gpu/
H A DSkGpuDevice.cpp748 static void scaleRect(SkRect* rect, float xScale, float yScale) { argument
749 rect->fLeft *= xScale;
751 rect->fRight *= xScale;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 111 milliseconds