HomeSort by relevance Sort by last modified time
    Searched defs:xScale (Results 1 - 14 of 14) sorted by null

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java 54 private float xScale;
83 xScale = 1.0f / w;
86 material.setFloat("XScale", blurScale * xScale);
146 material.setFloat("XScale", blurScale * xScale);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 203 float xScale = srcRect.width() / destRect.width();
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/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 177 float xScale = 1.0f / w;
181 material.setFloat("XScale", blurScale * xScale);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 44 double sx = matrix.xScale();
122 double AffineTransform::xScale() const
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 156 double xScale = WIDTH / (double) width;
158 double scale = Math.min(xScale, yScale);
  /frameworks/native/include/media/openmax/
OMX_Other.h 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
263 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 230 double xScale = hi.getScaledImgSize() / (double) awtImage.getWidth();
239 if (xScale == 1.0 && yScale == 1.0) {
249 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale,
255 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 330 float xScale = float(crop.width()) / float(winWidth);
333 int insetL = int(ceilf( winCrop.left * xScale));
335 int insetR = int(ceilf((winWidth - winCrop.right ) * xScale));
    [all...]
  /external/zxing/core/
core.jar 

Completed in 400 milliseconds