HomeSort by relevance Sort by last modified time
    Searched refs:xScale (Results 1 - 25 of 29) sorted by null

1 2

  /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);
  /frameworks/base/core/java/android/hardware/input/
TouchCalibration.java 54 * @param xScale Influence of input x-axis value on output x-axis value.
61 public TouchCalibration(float xScale, float xyMix, float xOffset,
63 mXScale = xScale;
  /external/skia/tests/
SkResourceCacheTest.cpp 21 SkScalar xScale,
24 float roundedImageWidth = SkScalarRoundToScalar(orig.width() * xScale);
36 SkScalar xScale = SkIntToScalar(kScale);
37 SkScalar yScale = xScale / 2;
38 SkScalar xScaledSize = SkIntToScalar(kBitmapSize) * xScale;
48 return is_in_scaled_image_cache(bitmap, xScale, yScale);
RoundRectTest.cpp 597 SkScalar xScale = SkIntToScalar(3);
600 matrix.setScaleX(xScale);
608 SkScalarMul(orig.radii((SkRRect::Corner) i).fX, xScale)));
613 SkScalarMul(orig.rect().width(), xScale)));
617 SkScalarMul(orig.rect().left(), xScale)));
  /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/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/omap4-aah/domx/omx_core/inc/
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/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
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 197 * @param xScale x scale
202 public static BufferedImage scale(@NonNull BufferedImage source, double xScale, double yScale) {
206 int destWidth = Math.max(1, (int) (xScale * sourceWidth));
212 if (xScale > 0.5 && yScale > 0.5) {
219 if (xScale == 1 && yScale == 1) {
  /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);
ImageUtils.java     [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 177 float xScale = 1.0f / w;
181 material.setFloat("XScale", blurScale * xScale);
  /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);
  /external/skia/src/core/
SkRRect.cpp 411 SkScalar xScale = matrix.getScaleX();
412 const bool flipX = xScale < 0;
414 xScale = -xScale;
424 dst->fRadii[i].fX = SkScalarMul(fRadii[i].fX, xScale);
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 24 static void scale_rect(SkRect* rect, float xScale, float yScale) {
25 rect->fLeft = SkScalarMul(rect->fLeft, xScale);
27 rect->fRight = SkScalarMul(rect->fRight, xScale);
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 121 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width();
127 xScale *= input.width() / (float) input.height();
131 xScale * input.width(),
138 SkRect r = SkRect::MakeLTRB(srcRect->fLeft * xScale + SK_Scalar1,
140 srcRect->fRight * xScale + SK_Scalar1,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 491 float xScale, yScale;
493 xScale = win_width * 1.0 / surface_w;
495 destx = subpicture->subpic_dstx * xScale;
503 float xScale, yScale;
505 xScale = pPriv->extend_display_width * 1.0 / surface_w;
508 destx = subpicture->subpic_dstx * xScale;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 727 Status GetFocusScales(REAL *xScale, REAL *yScale) const
730 (GpPathGradient*) nativeBrush, xScale, yScale));
883 Status SetFocusScales(REAL xScale, REAL yScale)
886 (GpPathGradient*) nativeBrush, xScale, yScale));
  /frameworks/native/services/surfaceflinger/
Layer.cpp 432 float xScale = crop.getWidth() / float(winWidth);
435 float insetL = winCrop.left * xScale;
437 float insetR = (winWidth - winCrop.right ) * xScale;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java     [all...]

Completed in 2410 milliseconds

1 2